Base Instructions
- install python in your machine
- cd to the directory where requirements.txt is located.
- activate your virtualenv.
- run: pip install -r requirements.txt
#Instructions To Run Flask Application
- cd to the directory where app.py is located. (Final-Year-Project/falsk app (Server))
- activate your virtualenv.
- run: set FLASK_APP=app.py
- run: set FLASK_ENV=development
- run: flask run
#Instructions to load Extension to Chrome
- Open the Extension Management page by navigating to chrome://extensions. (The Extension Management page can also be opened by clicking on the Chrome menu, hovering over More Tools then selecting Extensions.)
- Enable Developer Mode by clicking the toggle switch next to Developer mode.
- Click the LOAD UNPACKED button and select the extension directory. (Final-Year-Project/Chrome Extension)
#Instructions to run Jupyter notebook files
- cd to the directory where jupyter notebook files are located. (Final-Year-Project/ML)
- activate your virtualenv.
- run: jupyter notebook