Spaces:
Sleeping
Sleeping
File size: 675 Bytes
6a998e5 e9db323 6a998e5 e9db323 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 |
---
title: '1'
emoji: 😻
colorFrom: purple
colorTo: purple
sdk: streamlit
sdk_version: 1.44.1
app_file: app.py
pinned: false
short_description: Options trade
---
# Options AI Bot
This bot trains a model to predict 7-day stock price movements and recommends top tickers for calls/puts based on expected return.
## How It Works
- Trains regression models on historical data for stocks under $30
- Predicts % price move in 7 days
- Ranks best bullish/bearish opportunities
## Tickers Included
GME, SOFI, RIVN, UCL, DGHI
## Run in Hugging Face
- Space runs `predict.py` to show daily predictions
- To retrain models, run `train_model.py` manually (coming soon via button) |