A newer version of the Streamlit SDK is available: 1.60.0
metadata
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
- π΄ SELL NOW: OCEA (-99.07%), KUST (-92.32%), MLGO (-87.26%), BNN (-99.96%)
- π’ BUY MORE: IRWD (+542.70%), HEIO (+48.67%), DB (+41.94%)
- π‘ 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)
- Visit the live dashboard on Hugging Face
- No installation required
- Works on all devices
Option 2: Run Locally
# 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