Skip to content

masoudgheisari92/stock-price-prediction

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Stock Price Prediction

About

An LSTM model is trained to predict stock price. The data of NSE-TATA is used to train the model.

Getting Started

  1. Clone the Repository

    git clone https://github.com/masoudgheisari92/stock-price-prediction.git
  2. Create virtual environment and install required packages:

    # create virtual environment
    python -m venv venv
    # activate virtual environment
    venv/Scripts/activate
    # install required packages
    pip install -r requirements.txt

Contact

Masoud Gheisari

Releases

No releases published

Packages

No packages published