3535## Introduction
3636
3737The ` sports-betting package ` is a handy set of tools for creating, testing, and using sports betting models. It comes
38- with a Python API, a CLI, and even a GUI to keep things simple:
38+ with a Python API, a CLI, and even a GUI built with [ Reflex ] ( https://reflex.dev/ ) to keep things simple:
3939
4040![ ] ( screenshots/predictions.png )
41+ ![ ] ( docs/screenshots/predictions.png )
4142
4243The main components of ` sports-betting ` are dataloaders and bettors objects:
4344
@@ -57,6 +58,7 @@ functionalitites:
5758To launch the GUI, simply run the command ` sportsbet-gui ` . Once started, you’ll see the initial screen:
5859
5960![ ] ( screenshots/initial.png )
61+ ![ ] ( docs/screenshots/initial.png )
6062
6163Explore the functionality with guidance from the built-in bot, which streams helpful messages along the way.
6264
@@ -153,14 +155,17 @@ Here are a few things you can do with the GUI:
153155- Configure the dataloader:
154156
155157![ ] ( screenshots/parameters.png )
158+ ![ ] ( docs/screenshots/parameters.png )
156159
157160- Create a new betting model:
158161
159162![ ] ( screenshots/betting_model.png )
163+ ![ ] ( docs/screenshots/betting_model.png )
160164
161165Run the model to get predictions:
162166
163167![ ] ( screenshots/predictions.png )
168+ ![ ] ( docs/screenshots/predictions.png )
164169
165170### API
166171
0 commit comments