Note
Make Sure that you are using python3 and your python distribution is added to PATH.
- Install all the dependencies
pip install streamlit
pip install pandas
pip install numpy
pip install scipy
pip install -U scikit-learn
pip install seaborn
pip install -U matplotlib
- Run the project
Note
Go to the root directory of the project and open the terminal there and run the following command.
streamlit run app.py