-- a project by initZION 2020.
We at Sentiment ZION are focused to paint the true picture of the world for you. The information that is provided is mined from social media and analyzed by us, we provided an overview of data from websites like Youtube, Twitter, and Reddit about your topic for a relevant timeframe. This data is presented in a visual format that provides higher readability and ease of consumption.
https://www.youtube.com/watch?v=PdQlbfJ3SBY&feature=youtu.be
Rightly said, Diversity is the inclusion of all individuals as technology and that is where our website focuses on!!!
Graphs that depict the analysis of the sentiments of the people.
These data are collected from the comments of social media sites like YouTube, Twitter, and Reddit.
The most important part of our website is the analysis of the data. The comments that are retrieved are analyzed through a sentimental analysis model which rates the comments from a scale of -1 to 1. -1 being most negative, 0 being neutral and 1 being most positive.
The data is as efficient as it could be. The comments are analyzed through text blob Natural Language Processing(NLP). So the output is quite efficient.
Most social networks project the views of the most vocal but a minority of users on their platforms, however, the majority of the users' opinion is not taken into consideration. That is where our website effects the most.
Yes, the graphs are the live visual representation of the comments. As the comments get updated, the graphs to get updated. Sentiment Analysis
Edit 2 files "youtube.py" , "senti.py" and "Reddit.py" Enter your own api-key if you dont have one visit: Edit the credential of Auth0 in hackjaipur/login
for ibm: https://developer.ibm.com/technologies/iot/tutorials/iot-generate-apikey-apitoken/
for youtube: https://developers.google.com/youtube/v3/getting-started
for reddit : https://www.reddit.com/prefs/apps
**Note: You need to integrate your own Auth0 credentials. Check this out at https://auth0.com/
Installation via requirements.txt:
$ git clone https://github.com/initzion/hackjaipur.git
$ cd hackjaipur
$ python -m venv myenv
$ source myenv/bin/activate
$ pip install -r requirements.txt
$ python app.py
On a new terminal tab:
$ cd hackjaipur/login
$ pip install -r requirements.txt
$ python server.py
-----