Skip to content

Latest commit

 

History

History
62 lines (49 loc) · 1.85 KB

README.md

File metadata and controls

62 lines (49 loc) · 1.85 KB

Final-Project

Steps to run:

  1. Clone repo using url https://github.com/Pandani07/Final-Project.git
  2. Navigate to project folder in cmd
  3. Create new virtual environment using > virtualenv flask
  4. Cd into virtual environment using > cd flask and activate the environment using > source bin/activate
  5. Go back to project's root directory and install requirements using the command > pip install -r requirements.txt
  6. Execute > python app.py

Steps to run on windows without virtual environment

  1. Clone repo using url https://github.com/Pandani07/Final-Project.git
  2. Navigate to project folder in cmd
  3. In the root directory, install requirements using the command > pip install -r requirements.txt
  4. 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

Initial Project Directory structure:

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

Project Directory structure after activating virtual environment flask:

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