"Creating Interactive Dashboards Using Streamlit And Python" is a guided project from Coursera taught by Snehan Kekre.
The project was completed by accomplishing the following tasks:
- Task 1: Project Overview and Demo
- Task 2: Turn Simple Python Scripts into Web Apps
- Task 3: Load the Twitter US Airline Sentiment Data
- Task 4: Display Tweets in the Sidebar
- Task 5: Plot Interactive Bar Plots and Pie Charts
- Task 6: Plotting Location Data on an Interactive Map
- Task 7: Plot Number of Tweets by Sentiment for Each Airline
- Task 8: Word Cloud for Positive, Neutral, and Negative Tweets
Libraries used to accomplish the tasks were:
- Streamlit
- Plotly
- Pandas
- NumPy
- wordcloud
- matplotlib