| # ๐ฎ๐ณ BharatPulse |
|
|
| **BharatPulse** is a Streamlit-based web app that provides live news feeds from top Indian news sources and collects public sentiment using AI-powered summarization. |
|
|
| ## ๐ Features |
|
|
| - ๐ฅ Live headlines from NDTV, India Today, and The Hindu via RSS. |
| - ๐ค Summarization of articles using Facebook BART. |
| - ๐ฃ๏ธ Public sentiment collection: voice your opinion by region/language. |
|
|
| ## ๐ Run Locally |
|
|
| ```bash |
| git clone <your-repo-url> |
| cd bharatpulse |
| pip install -r requirements.txt |
| streamlit run bharatpulse.py |
| ``` |
|
|
| ## ๐ License |
|
|
| This project is licensed under the MIT License โ see the [LICENSE](LICENSE) file for details. |
|
|
| --- |
| Made with โค๏ธ by Charan Teja |
|
|