sameer011 / README.md
MaineLotto's picture
Update README.md
a991c31 verified
|
Raw
History Blame Contribute Delete
1.14 kB
---
title: Sameer011
emoji: πŸŒ–
colorFrom: purple
colorTo: green
sdk: gradio
sdk_version: 5.43.1
app_file: app.py
pinned: false
license: apache-2.0
short_description: lottery
---
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
# 🎲 Lottery Prediction using DOS Rules
This Space predicts lottery numbers based on historical draw data using **DOS (Data-Optimized Selection) rules**.
---
## βœ… How to Use
1. **Upload your Lottery CSV**
- Format:
```
Date,N1,N2,N3,N4,N5
2025-01-01,5,12,18,23,34
2025-01-02,7,14,19,21,36
```
2. **Select Lookback** (e.g., 12, 15, 20, or All draws)
3. Click **Predict**
4. View:
- βœ… **Good Numbers** (frequent numbers)
- 🎯 **Predicted 5-Number Set**
---
## βœ… Example CSV
---
## βœ… Tech Details
- **Framework**: Gradio 5.43.1
- **Language**: Python 3.10
- **Libraries**: pandas, numpy
---
🌐 **Live App**: [Click here to run](https://huggingface.co/spaces/YOUR-USERNAME/Sameer011)
---
## βœ… Screenshot
![App Screenshot](https://via.placeholder.com/800x400?text=Lottery+Prediction+App)
---