https://github.com/kabragaurav/dashboard-in-streamlit
Web-based dashboard in Streamlit and Plotly for Sentiment Analysis of Tweets about American Airlines
https://github.com/kabragaurav/dashboard-in-streamlit
plotly-express python3 streamlit-dashboard wordcloud-visualization
Last synced: 15 days ago
JSON representation
Web-based dashboard in Streamlit and Plotly for Sentiment Analysis of Tweets about American Airlines
- Host: GitHub
- URL: https://github.com/kabragaurav/dashboard-in-streamlit
- Owner: kabragaurav
- License: mit
- Created: 2020-05-17T14:18:29.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-05-17T14:21:27.000Z (about 6 years ago)
- Last Synced: 2025-01-21T19:24:53.166Z (over 1 year ago)
- Topics: plotly-express, python3, streamlit-dashboard, wordcloud-visualization
- Language: Python
- Size: 1.63 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Dashboard-in-Streamlit
Web-based dashboard in Streamlit and Plotly for Sentiment Analysis of Tweets about American Airlines
# Author
**Gaurav Kabra**
# Installation
Type these commands in **powershell**:
_pip install streamlit_
_pip install plotly-express_
_pip install wordcloud_
and after installation, you are good to go!
# Dataset
Original dataset is [here at **Kaggle**](https://www.kaggle.com/crowdflower/twitter-airline-sentiment).
However, if you need map service in dashboard, use my data with lattitude (or lat).
# Running
In **powershell**:
_streamlit run dashboard.py_