The fastest way to build and share data apps.
Streamlit lets you turn data scripts into sharable web apps in minutes, not weeks. It's all Python, open-source, and free! And once you've created an app you can use our free sharing platform to deploy, manage, and share your app with the world.
These instructions will cover usage information about running app locally.
- GIT
- Python Virtual Environment ( Nice to have 😊 )
Activate your virtual environment
Run below commands in terminal (In Windows use CMD)
git clone https://github.com/sshah90/DS620-Streamlit-Class.git
cd DS620-Streamlit-Class
pip install -r requirement.txt
Now run below command
streamlit run app.py
If everything installed correctly then you should able to see your first app at localhost:8501
.
Congratulation on your first Streamlit app!