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.
git clone https://github.com/neokd/Anveshaka.git
Install dependencies
npm i
To run
cd dashboard && npm run dev
Install Requirements
pip install -r requirements.txt
To run
cd backend && python app.py