Steps for installation
-
Installing the essential libraries
-
Run database.py
-
Run main.py
-
Installing the essential libraries
pip install pandas pip install seaborn pip install ppscore pip install numpy pip install Flask pip install -U scikit-learn
The list of essential libraries is also mentioned in requirements.txt file generated by pip freeze
-
database.py [If the table is not existing. Here we are creating the empty table, so no need of running this] Creates the table.
-
main.py Runs the flask app