Spaces:
Sleeping
Sleeping
Update README.md
Browse files
README.md
CHANGED
@@ -7,8 +7,22 @@ sdk: streamlit
|
|
7 |
sdk_version: 1.44.1
|
8 |
app_file: app.py
|
9 |
pinned: false
|
10 |
-
license: apache-2.0
|
11 |
short_description: Options trade
|
12 |
---
|
|
|
13 |
|
14 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
7 |
sdk_version: 1.44.1
|
8 |
app_file: app.py
|
9 |
pinned: false
|
|
|
10 |
short_description: Options trade
|
11 |
---
|
12 |
+
# Options AI Bot
|
13 |
|
14 |
+
This bot trains a model to predict 7-day stock price movements and recommends top tickers for calls/puts based on expected return.
|
15 |
+
|
16 |
+
## How It Works
|
17 |
+
|
18 |
+
- Trains regression models on historical data for stocks under $30
|
19 |
+
- Predicts % price move in 7 days
|
20 |
+
- Ranks best bullish/bearish opportunities
|
21 |
+
|
22 |
+
## Tickers Included
|
23 |
+
GME, SOFI, RIVN, UCL, DGHI
|
24 |
+
|
25 |
+
## Run in Hugging Face
|
26 |
+
|
27 |
+
- Space runs `predict.py` to show daily predictions
|
28 |
+
- To retrain models, run `train_model.py` manually (coming soon via button)
|