Benny-Tang commited on
Commit
d4a4e18
·
verified ·
1 Parent(s): d07253c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +22 -1
README.md CHANGED
@@ -9,4 +9,25 @@ app_file: app.py
9
  pinned: false
10
  ---
11
 
12
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
9
  pinned: false
10
  ---
11
 
12
+ # Sure Win Club - Star Toto 6/50 Predictor
13
+
14
+ This Hugging Face Space trains and predicts **System 15 numbers for Star Toto 6/50**.
15
+
16
+ ## How to Use
17
+ 1. Download the latest `Toto650.txt` dataset (every Monday).
18
+ 2. Upload it into the Space.
19
+ 3. Click "Train & Predict".
20
+ 4. The system:
21
+ - Trains a new model on the full dataset
22
+ - Predicts Top 15 numbers
23
+ - Generates `system15.csv` (5005 combinations)
24
+ 5. Download `system15.csv` for play.
25
+
26
+ ## Dependencies
27
+ See requirements.txt
28
+
29
+ ## Deployment
30
+ - Push this repo to your Hugging Face Space
31
+ - Set Space SDK: Gradio
32
+ - Runtime: Python 3.7+
33
+