Spaces:
Sleeping
Sleeping
Create README.md
Browse files
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.
|