STockDP / README.md
ronylu's picture
Update README.md
04d8df9 verified
|
Raw
History Blame Contribute Delete
1.42 kB
---
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