Skip to content

ucontacti/streamlit_profile_page

Repository files navigation

Streamlit Gallery for various project

This repo includes a colelction of different topics that I thought are cool and fast to implement. I hope you can find these dashboards useful. Web app is available in this link.

Running locally

You need to place your Tweepy tokens in "config/tweepy_token.py"

Also you need to download and store US Accident database into "data/US_Accidents_Dec21_updated.csv"

  • Using Docker:

    docker build -t streamlit_dashboard . 
    docker docker run -p 8501:8501 streamlit_dashboard
    
  • Using Python(Make sure you are using python 3.9 or above):

    pip install -r requirements.txt
    streamlit run 1_🏠_Homepage.py 
    

Twitter hot topics SentimenT Analysis

US Incident 2016-2021 demo

About

Streamlit dashboard as a profile

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published