Skip to content

ahmetpergamum/streamlitEDApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Streamlit EDA Application

  • This is a toy application to test the capabilities of Streamlit framework.

  • Check it out the deployed app on heroku.

How to run the app?

  • Clone the repository.
git clone https://github.com/ahmetpergamum/streamlitEDApp.git && cd streamlitEDApp
  • Create a virtual environment.
virtualenv  venv
  • Activate the virtual environment.
source venv/bin/activate
  • Install requirements.
pip install -r requirements.txt
  • Run the app.
streamlit run app.py

About

EDA application using streamlit

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors