Navigate to the project directory:
cd ./stock-price-prediction
To train the LSTM models for stock price prediction, run:
python ./models/model_training.py
For model evaluation and performance metrics, run:
python ./models/model_evaluation.py
Start the application using:
python run.py
The application will be accessible at http://127.0.0.1:8050/.