File size: 1,415 Bytes
0a2fee4 04d8df9 0a2fee4 3418d60 0a2fee4 3418d60 0a2fee4 3418d60 0a2fee4 3418d60 0a2fee4 | 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 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 | ---
title: Ahsan's AI Stock Dashboard
emoji: π
colorFrom: blue
colorTo: purple
sdk: streamlit
sdk_version: 1.52.2
app_file: app.py
pinned: false
---
# π Ahsan's AI Stock Analysis Dashboard
## π Live Portfolio Management & AI Recommendations
### π Features
- Real-time portfolio tracking for 39 positions
- AI-powered buy/sell/hold recommendations
- Risk assessment and 7-day action plan
- Interactive trading interface
- Performance charts and analytics
### π― Key Recommendations
1. **π΄ SELL NOW**: OCEA (-99.07%), KUST (-92.32%), MLGO (-87.26%), BNN (-99.96%)
2. **π’ BUY MORE**: IRWD (+542.70%), HEIO (+48.67%), DB (+41.94%)
3. **π‘ HOLD**: ATYR (-2.49%), DOW (+3.88%), XLY (+70.99%)
### π Portfolio Stats
- **Total Value**: $9,485.94
- **Total Return**: -$9,328.80 (-49.57%)
- **Positions**: 39 (7 winning, 31 losing)
- **Risk Level**: High (85/100)
### π§ Technology Stack
- Python with Streamlit
- Pandas for data analysis
- Plotly for interactive charts
- AI-powered analysis algorithms
## π Quick Start
### Option 1: Use Online (Recommended)
1. Visit the live dashboard on Hugging Face
2. No installation required
3. Works on all devices
### Option 2: Run Locally
```bash
# 1. Clone repository
git clone https://huggingface.co/spaces/[your-username]/ahsan-stock-dashboard
# 2. Install dependencies
pip install -r requirements.txt
# 3. Run the app
streamlit run app.py |