ronylu commited on
Commit
0a2fee4
Β·
verified Β·
1 Parent(s): c397ab5

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +40 -20
README.md CHANGED
@@ -1,4 +1,15 @@
1
- # Ahsan's AI Stock Analysis Dashboard
 
 
 
 
 
 
 
 
 
 
 
2
 
3
  ## πŸš€ Live Portfolio Management & AI Recommendations
4
 
@@ -7,30 +18,39 @@
7
  - AI-powered buy/sell/hold recommendations
8
  - Risk assessment and 7-day action plan
9
  - Interactive trading interface
10
- - Sector analysis and performance charts
11
 
12
  ### 🎯 Key Recommendations
13
- 1. **SELL NOW**: OCEA, KUST, MLGO, BNN
14
- 2. **BUY MORE**: IRWD, HEIO, DB
15
- 3. **HOLD**: ATYR, DOW, XLY
 
 
 
 
 
 
16
 
17
  ### πŸ”§ Technology Stack
18
- - HTML5, CSS3, JavaScript
19
- - Chart.js for visualizations
 
20
  - AI-powered analysis algorithms
21
- - Real-time data simulation
22
-
23
- ### πŸ“ˆ Portfolio Stats
24
- - Total Value: $9,485.94
25
- - Total Return: -$9,328.80 (-49.57%)
26
- - Positions: 39 (7 winning, 31 losing)
27
- - Risk Level: High (85/100)
28
 
29
  ## πŸš€ Quick Start
30
- 1. Open `index.html` in any browser
31
- 2. Click "SELL LOSERS" to execute AI recommendations
32
- 3. Follow the 7-day action plan
33
- 4. Monitor real-time updates
34
 
35
- ## πŸ“ž Support
36
- For issues or questions, please contact your AI trading assistant.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ title: Ahsan's AI Stock Dashboard
3
+ emoji: πŸ“ˆ
4
+ colorFrom: blue
5
+ colorTo: purple
6
+ sdk: streamlit
7
+ sdk_version: 1.28.0
8
+ app_file: app.py
9
+ pinned: false
10
+ ---
11
+
12
+ # πŸ“ˆ Ahsan's AI Stock Analysis Dashboard
13
 
14
  ## πŸš€ Live Portfolio Management & AI Recommendations
15
 
 
18
  - AI-powered buy/sell/hold recommendations
19
  - Risk assessment and 7-day action plan
20
  - Interactive trading interface
21
+ - Performance charts and analytics
22
 
23
  ### 🎯 Key Recommendations
24
+ 1. **πŸ”΄ SELL NOW**: OCEA (-99.07%), KUST (-92.32%), MLGO (-87.26%), BNN (-99.96%)
25
+ 2. **🟒 BUY MORE**: IRWD (+542.70%), HEIO (+48.67%), DB (+41.94%)
26
+ 3. **🟑 HOLD**: ATYR (-2.49%), DOW (+3.88%), XLY (+70.99%)
27
+
28
+ ### πŸ“ˆ Portfolio Stats
29
+ - **Total Value**: $9,485.94
30
+ - **Total Return**: -$9,328.80 (-49.57%)
31
+ - **Positions**: 39 (7 winning, 31 losing)
32
+ - **Risk Level**: High (85/100)
33
 
34
  ### πŸ”§ Technology Stack
35
+ - Python with Streamlit
36
+ - Pandas for data analysis
37
+ - Plotly for interactive charts
38
  - AI-powered analysis algorithms
 
 
 
 
 
 
 
39
 
40
  ## πŸš€ Quick Start
 
 
 
 
41
 
42
+ ### Option 1: Use Online (Recommended)
43
+ 1. Visit the live dashboard on Hugging Face
44
+ 2. No installation required
45
+ 3. Works on all devices
46
+
47
+ ### Option 2: Run Locally
48
+ ```bash
49
+ # 1. Clone repository
50
+ git clone https://huggingface.co/spaces/[your-username]/ahsan-stock-dashboard
51
+
52
+ # 2. Install dependencies
53
+ pip install -r requirements.txt
54
+
55
+ # 3. Run the app
56
+ streamlit run app.py