How to Build Your Own AutoML App | Streamlit #17
Launch the web app:
To recreate this web app on your own computer, do the following.
Firstly, we will create a conda environment called lazypredict
conda create -n lazypredict python=3.7.9
Secondly, we will login to the lazypredict environment
conda activate lazypredict
Download requirements.txt file
wget https://raw.githubusercontent.com/dataprofessor/ml-auto-app/main/requirements.txt
Pip install libraries
pip install -r requirements.txt
Download and unzip contents from https://github.com/dataprofessor/ml-auto-app/archive/main.zip
streamlit run app.py