Preview of the Project
-
Clone the repository
-
Install the required libraries using the following command
pip install -r requirements.txt
-
Run the following command to start the application
- For Windows:
python -m streamlit run app.py
If its saying no access or OSError
pip install --user pandas matplotlib seaborn numpy streamlit plotly scikit-learn
- For Linux/Mac:
python3 -m streamlit run app.py