6th Sem Mini project
- datasets folder contain all the data-sets used in this projects
- Data-sets have been taken from Kaggle.
- Static folder contains CSS and images for the UI purpose.
- templates folder contains the html pages
- project.py is the model building file.
- app.py is the main Flask file.
- model.pkl is the saved model from project.py and is used in app.py
- Procfile and requirements.txt are the files for Heroku deployment purpose.