Sasmita Harini
Updated app.py with new title and utils.py with latest fetch logic
f5e336b

A newer version of the Streamlit SDK is available: 1.54.0

Upgrade
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.txt for dependencies.

Backend

  • The FastAPI backend (api.py) runs alongside the Streamlit app to handle news fetching and processing.