Skip to content

GDSC-IE/DataAnalysis-Streamlit-Workshop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 

Repository files navigation

DataAnalysis-Streamlit-Workshop

Clone the repository

git clone https://github.com/GDSC-IE/DataAnalysis-Streamlit-Workshop.git

Go into the newly created directory

cd .\DataAnalysis-Streamlit-Workshop\

Install the requirements

pip install -r requirements.txt

if you get any errors when running this command try adding --user at the end:

pip install -r requirements.txt --user

You can check if Streamlit has been installed by running:

streamlit --version

Run the app

streamlit run front_flash.py

Now the application must be running on your localhost.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages