How to use?
- Enter the following command in CMD or Terminal
git clone https://github.com/ShemaKevin62/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.