Skip to content

soum-sr/ExploreDataWithStreamlit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ExploreDataWithStreamlit

Explore some standard machine learning datasets with streamlit

Create a Virtual Environment in Python

  • Install virtualenv
pip install virtualenv
  • Create a virtual environment (Here the name of the virtualenv is 'streamlitapp' you can name it whatever you want and it will be created on your pwd)
virtualenv streamlitapp
  • Start the virtual environment
  • Linux/Mac
source streamlitapp/bin/activate
  • Windows
streamlitapp\Scripts\activate

Install all packages used here

pip install -r requirements.txt

Run the app

streamlit run app.py

About

Explore some standard machine learning datasets with streamlit

Topics

Resources

Stars

Watchers

Forks