An open API service indexing awesome lists of open source software.

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

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_