Skip to content

Techbros-Internship-2021/Enigma-Web-Application

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Web Application Description

The web-app is made using Streamlit. Streamlit is an open-source app framework for Machine Learning and Data Science teams using Python language. Type 'steamlit run analysis.py' to run the web-app. The main function of the web-app:

  1. Show the data from the dataset.
  2. Visualize the data of sentiment analysis.

Main / Home page

The home page shows the basic explanation about sentiment analysis. image

Data page

The data page shows the dataset used for the web-app. It only shows the first 100 data from the dataset. image

Tweet examples page

The tweet examples page shows five random tweets example from the chosen sentiment. image

Visualization page

The visualization page shows the visualization for the overall data. There are two types of visualization, histogram and piechart, which can be chosen using the dropdown menu under 'Type of visualization'. image image image

Maps page

The maps page shows the number of tweets and the location of the tweets when its created within the time span of one hour after the chosen time. 'Hour of the day' slide bar determine the starting time. For example, if we choose 4 in the slidebar, the maps will show the location of the tweets from 4 AM to 5 AM. image image

Individual Data page

Just like its name, individual data page shows the visualization for each airlines. We can choose which airline sentiment to show by the dropdown menu under the 'Airline'. We can also close the previously chosen airline by clickin the 'X' button beside each name. image image

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%