stock_price_prediction_application
stock_price_prediction_application copied to clipboard
This project aims to develop a stock prediction application using Machine Learning
Stock Prediction using Machine Learning
How to use?
- Enter the following command in CMD or Terminal
git clone https://github.com/shabh2412/stock_price_prediction_application.git
- Open terminal or CMD and cd into the cloned folder. Or, you can simply open the folder in CMD
- Create a virtual environment :
python3.8 -m venv v_env
- Activate the virtual environment :
For MacOs
source v_env/bin/activate
- run
pip install -r requirements.txt
- run
python3.8 app.py
- Open the app using the link given in terminal.