Spaces:
Build error
Build error
Update README.md
Browse files
README.md
CHANGED
|
@@ -7,7 +7,32 @@ sdk: gradio
|
|
| 7 |
sdk_version: 4.16.0
|
| 8 |
app_file: app.py
|
| 9 |
pinned: false
|
| 10 |
-
python_version: 3.10
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 11 |
---
|
| 12 |
|
| 13 |
|
|
|
|
| 7 |
sdk_version: 4.16.0
|
| 8 |
app_file: app.py
|
| 9 |
pinned: false
|
| 10 |
+
python_version: "3.10"
|
| 11 |
+
---
|
| 12 |
+
|
| 13 |
+
# 🚀 OKX BTC/USDT Ensemble Price Predictor
|
| 14 |
+
|
| 15 |
+
Advanced Machine Learning ensemble system for Bitcoin price prediction using real-time OKX Exchange data.
|
| 16 |
+
|
| 17 |
+
## Features
|
| 18 |
+
|
| 19 |
+
- 6-model ensemble (Random Forest, Gradient Boosting, AdaBoost, Ridge, Lasso, Elastic Net)
|
| 20 |
+
- 100+ technical indicators
|
| 21 |
+
- Real-time OKX API integration
|
| 22 |
+
- Interactive Plotly visualizations
|
| 23 |
+
- Live price monitoring
|
| 24 |
+
- Technical analysis dashboard
|
| 25 |
+
|
| 26 |
+
## Usage
|
| 27 |
+
|
| 28 |
+
1. **Fetch Data** - Load historical BTC/USDT data from OKX
|
| 29 |
+
2. **Train Model** - Train the ensemble model with 100+ features
|
| 30 |
+
3. **Predict** - Forecast future prices up to 72 hours
|
| 31 |
+
4. **Analyze** - View technical analysis and feature importance
|
| 32 |
+
|
| 33 |
+
## Disclaimer
|
| 34 |
+
|
| 35 |
+
⚠️ For educational purposes only. Not financial advice. Cryptocurrency trading carries significant risk.
|
| 36 |
---
|
| 37 |
|
| 38 |
|