| --- |
| 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 |