Jitender1278 commited on
Commit
2cfd74a
Β·
verified Β·
1 Parent(s): 68a1561

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +37 -0
README.md ADDED
@@ -0,0 +1,37 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ title: FinGPT Analysis Platform
3
+ emoji: 🏦
4
+ colorFrom: blue
5
+ colorTo: green
6
+ sdk: gradio
7
+ sdk_version: "4.0.0"
8
+ app_file: app.py
9
+ pinned: false
10
+ license: mit
11
+ ---
12
+
13
+ # FinGPT Financial Analysis Platform
14
+
15
+ This application provides AI-powered financial analysis using specialized FinGPT models for:
16
+
17
+ - πŸ“ˆ Stock Forecasting
18
+ - πŸ“Š Market Trend Analysis
19
+ - 😊 Sentiment Analysis
20
+ - πŸ” Comprehensive Analysis
21
+
22
+ ## Models Used
23
+
24
+ - **Forecaster**: FinGPT/fingpt-forecaster_dow30_llama2-7b_lora
25
+ - **Market Trend**: FinGPT/fingpt-mt_llama2-7b_lora
26
+ - **Sentiment**: FinGPT/fingpt-sentiment_llama2-13b_lora
27
+
28
+ ## Usage
29
+
30
+ 1. Enter your financial query (e.g., "Apple stock outlook")
31
+ 2. Select analysis type or choose "Comprehensive" for all analyses
32
+ 3. Adjust response length as needed
33
+ 4. Click "Analyze" to get AI-powered insights
34
+
35
+ ## Setup
36
+
37
+ Make sure to set your Hugging Face API token in the code before deployment.