Spaces:
Sleeping
Sleeping
| title: News Summarization App | |
| emoji: 📰 | |
| colorFrom: blue | |
| colorTo: green | |
| sdk: streamlit | |
| sdk_version: 1.36.0 | |
| app_file: app.py | |
| pinned: false | |
| # News Summarization App | |
| This app fetches news articles about a company, summarizes them, analyzes sentiment, and provides a Hindi audio translation of the sentiment analysis. | |
| ## Requirements | |
| - See `requirements.txt` for dependencies. | |
| ## Backend | |
| - The FastAPI backend (`api.py`) runs alongside the Streamlit app to handle news fetching and processing. |