Spaces:
Sleeping
Sleeping
A newer version of the Gradio SDK is available: 6.22.0
metadata
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
- 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
- Format:
- Select Lookback (e.g., 12, 15, 20, or All draws)
- Click Predict
- 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