Views
No views yet
app.py - Streamlit application for an interactive UI.api.py - FastAPI server for API-based access.utils.py - Helper functions for fetching, summarizing, sentiment analysis, etc.requirements.txt - List of required dependencies.README.md - Documentation.requests and BeautifulSoup4 to fetch article URLs. No API key required, but dependent on Google’s HTML structure.1git clone https://github.com/AliSayyed123/News-Summarizer-and-Talk-to-Speech-model.git
2cd News-Summarizer-and-Talk-to-Speech-modelpip install -r requirements.txtstreamlit run app.pyuvicorn api:app --reload