Steps to run:
- Clone repo using url https://github.com/Pandani07/Final-Project.git
- Navigate to project folder in cmd
- Create new virtual environment using > virtualenv flask
- Cd into virtual environment using > cd flask and activate the environment using > source bin/activate
- Go back to project's root directory and install requirements using the command > pip install -r requirements.txt
- Execute > python app.py
Steps to run on windows without virtual environment
- Clone repo using url https://github.com/Pandani07/Final-Project.git
- Navigate to project folder in cmd
- In the root directory, install requirements using the command > pip install -r requirements.txt
- Execute > python app.py
Server will be running on http://127.0.0.1:5000/
Sometimes, pikl file wont be cloned. Use the below link to download pikl files and paste them in the project root directory. pikl models drive link - https://drive.google.com/drive/folders/1aD0zK3_UQ1WJuHdNNgO49vIW_88xVwhb?usp=sharing
final-project
- pikl_files
- static
- styles
- templates
- app.py
- indicators.py
- mldlfile.py
- model_100.h5
- neuralnetwork.py
- pickle_model.pkl
- NIFTY 50.csv
- preprocessing.py
final-project
- flask
- pikl_files
- static
- styles
- templates
- app.py
- indicators.py
- mldlfile.py
- model_100.h5
- neuralnetwork.py
- pickle_model.pkl
- NIFTY 50.csv
- preprocessing.py