vikpande commited on
Commit
4f77dab
·
1 Parent(s): c3d0a8f

fix: corrected YAML metadata

Browse files
Files changed (1) hide show
  1. README.md +16 -22
README.md CHANGED
@@ -1,26 +1,20 @@
1
  ---
2
- title: Fingraph | sdk: gradio | sdk_version: 5.31.0 |license: mit
3
- short_description: The fortune teller of financial trends.
4
-
5
- # Financial Analyst Agent (LLaMA 3.1 + LangChain Style)
6
-
7
- A lightweight, interactive HuggingFace Space that fetches financial news articles, summarizes them using LLaMA 3.1, and analyzes stock trends.
8
-
9
- ## Features
10
- - Google News scraping from Reuters
11
- - Article summarization via LLM
12
- - Trend analysis on recent stock prices
13
- - All wrapped in a clean Gradio interface
 
14
 
15
- ## How It Works
16
- 1. Enter a finance-related search term (e.g. "tech stocks").
17
- 2. Enter a stock symbol (e.g. "AAPL").
18
- 3. The app fetches relevant news and summarizes it.
19
- 4. It pulls recent Yahoo Finance data and analyzes it using the LLM.
20
 
21
- ## Setup
22
- pip install -r requirements.txt
23
- python app.py
24
 
25
- Built with ❤️ using Hugging Face, Gradio, and LLaMA 3.1
26
- ---
 
1
  ---
2
+ title: Fingraph
3
+ sdk: gradio
4
+ sdk_version: 5.31.0
5
+ app_file: app.py
6
+ license: mit
7
+ tags:
8
+ - finance
9
+ - gradio
10
+ - huggingface
11
+ - LLaMA3
12
+ - langchain
13
+ - stock-analysis
14
+ ---
15
 
16
+ # Fingraph 🧠📈
 
 
 
 
17
 
18
+ The fortune teller of financial trends.
 
 
19
 
20
+ This app uses LLaMA 3.1 + LangChain-style prompts to summarize financial news and analyze stock data interactively with Gradio.