{
numpy:"1.19.2"
pandas:"1.1.3"
matplotlib:"3.3.2"
sklearn:"0.23.2"
pickle:"4.0"
xgboost:"1.4.2"
seaborn:"0.11.0"
}
- Open Jupyter or Google Colab.
- Upload the IPYNB file(Final_code.ipynb) there.
- Download all the dependencies(mentioned above) in the Jupyter Terminal(if working with Jupyter).
- Run the code in the same order as shown in the IPYNB file.
- Clone the git repository in a "directory".
- Open CMD in your laptop.
- Type "cd directory\web app" to access the web app folder.
- Type "pip install flask" to install flask.
- Type "python app.py".
- After that application will start running on your localhost.