Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 530 Bytes

README.md

File metadata and controls

26 lines (16 loc) · 530 Bytes

Steps for installation

  1. Installing the essential libraries

  2. Run database.py

  3. Run main.py

  4. 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

  1. database.py [If the table is not existing. Here we are creating the empty table, so no need of running this] Creates the table.

  2. main.py Runs the flask app