You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This webapp scrapes the news of top media houses in Kenya. Does sentiment analysis on the news to determine if the news was positive ,negative or neutral and then plots graphs using the data.
This webapp scrapes the news of top media houses in Kenya. Does sentiment on the news to determine if the news was positive negative or neutral and then plots graphs using the data.
#How to run the code
Git clone the repo or download as zip
cd to folder
npm install
create .env file
add your proxy details and mongodb uri
nodemon server.js
#For the sentiment analysis.
Run the python file in the Sentiment analysis folder
About
This webapp scrapes the news of top media houses in Kenya. Does sentiment analysis on the news to determine if the news was positive ,negative or neutral and then plots graphs using the data.