File size: 682 Bytes
3f8396d
 
 
966282e
3f8396d
 
966282e
 
 
53d53ac
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
title: Test Akaike
emoji: โšก
colorFrom: blue
colorTo: blue
sdk: streamlit
sdk_version: 1.43.2
app_file: app.py
pinned: false

# ๐Ÿ“ˆ News Sentiment Analyzer

This is a Gradio (or Streamlit) Space that scrapes news articles about a company, analyzes sentiment, and displays the results.

## ๐Ÿ—‚ Files in this Space
- **app.py** - Main file that runs the Gradio/Streamlit interface
- **api.py** - Contains API calls or scraping logic
- **utils.py** - Utility functions like sentiment analysis or summarization
- **requirements.txt** - Python dependencies required to run the app

## ๐Ÿš€ How to Run Locally
```bash
pip install -r requirements.txt
python api.py
streamlit run app.py