Create an environment
python -m venv venv
Activate the environment
venv\Scripts\activate
Download the packages
pip install pandas scikit-learn joblib streamlit
Run the streamlit app
streamlit run main.py
python main.py
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Create an environment
python -m venv venv
Activate the environment
venv\Scripts\activate
Download the packages
pip install pandas scikit-learn joblib streamlit
Run the streamlit app
streamlit run main.py
python main.py