Skip to content

Anveshaka is a news analysis tool developed to search for news articles mentioning a given name and determining the sentiment and context associated with the name from those articles. The tool uses Natural Language Processing (NLP) and Machine Learning (ML) algorithms to extract the relevant information from news articles and analyze the sentiment

License

Notifications You must be signed in to change notification settings

neokd/Anveshaka

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GDSC Solution Challenge

Anveshaka

Anveshaka is a news analysis tool developed to search for news articles mentioning a given name and determining the sentiment and context associated with the name from those articles. The tool uses Natural Language Processing (NLP) and Machine Learning (ML) algorithms to extract the relevant information from news articles and analyze the sentiment of the text. The collected articles and associated moods are available to the user through a user-friendly interface.

Educational purposes only


Clone the Repo

git clone https://github.com/neokd/Anveshaka.git

Client

Install dependencies

npm i

To run

cd dashboard && npm run dev

Server

Install Requirements

pip install -r requirements.txt

To run

cd backend && python app.py 

Screen Shots

About

Anveshaka is a news analysis tool developed to search for news articles mentioning a given name and determining the sentiment and context associated with the name from those articles. The tool uses Natural Language Processing (NLP) and Machine Learning (ML) algorithms to extract the relevant information from news articles and analyze the sentiment

Topics

Resources

License

Stars

Watchers

Forks