This project extracts news articles, summarizes them, performs sentiment analysis, and converts summaries to Hindi speech.
✅ Fetches latest 10 news articles
✅ Summarizes articles using LSA
✅ Performs sentiment analysis (Positive, Negative, Neutral)
✅ Converts summaries to speech in Hindi
✅ Displays sentiment distribution
pip install -r requirements.txt
uvicorn api:app --reload
streamlit run app.py
Go to http://localhost:8501/
🔹 Returns JSON with article titles, summaries, and sentiment analysis.