Stock Price Prediction

Setup

Navigate to the project directory:

cd ./stock-price-prediction

1. Training the Model

To train the LSTM models for stock price prediction, run:

python ./models/model_training.py

2. Evaluating the Model

For model evaluation and performance metrics, run:

python ./models/model_evaluation.py

3. Running the Application

Start the application using:

python run.py

The application will be accessible at http://127.0.0.1:8050/.