🚀 Quick Start - 3 دقیقه تا اجرا
روش 1: Python (ساده)
unzip crypto-hf-integrated-final.zip
cd crypto-dt-source-hf-integrated
python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt
uvicorn hf_unified_server:app --port 7860
روش 2: Docker (توصیه)
unzip crypto-hf-integrated-final.zip
cd crypto-dt-source-hf-integrated
docker build -f Dockerfile.optimized -t crypto-hub .
docker run -d -p 7860:7860 --name crypto-hub crypto-hub
تست
./test_endpoints.sh
Dashboard Tabs
- Overview - نمای کلی
- Market - بازار
- Chart Lab - نمودارها
- Sentiment & AI - احساسات (10+ models)
- News - اخبار با sentiment
- Providers - 95 منابع
- API Explorer - تست API
- Diagnostics - سلامت سیستم
- Datasets & Models - 14 dataset + 10 models
- Settings - تنظیمات
Features
- ✅ Real-time data (WebSocket)
- ✅ Ensemble sentiment (10+ HF models)
- ✅ 14 crypto datasets
- ✅ 95 API providers
- ✅ Chart analysis
- ✅ News aggregation
مشکلات رایج
Port in use:
uvicorn hf_unified_server:app --port 8000
Model download:
export HF_TOKEN=your_token
Dependencies:
pip install -r requirements.txt
مستندات
README_HF_INTEGRATION.md- کاملDEPLOYMENT_GUIDE.md- ProductionADMIN_HTML_INTEGRATION.md- Frontend
Ready! 🚀