Spaces:
Sleeping
Sleeping
A newer version of the Streamlit SDK is available:
1.54.0
metadata
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.txtfor dependencies.
Backend
- The FastAPI backend (
api.py) runs alongside the Streamlit app to handle news fetching and processing.