Baccarat Prediction API

A Python-based REST API for Baccarat prediction, live casino providers, and online tables

Provider Listing

Access information about various live casino providers

Learn More

Online Tables

Get details about online baccarat tables from different providers

Learn More

Baccarat Prediction

Generate baccarat predictions based on game data

Learn More

Quick Start

# List all providers
curl -X GET http://localhost:5000/api/providers

# Get tables for a specific provider
curl -X GET http://localhost:5000/api/providers/evolution/tables

# Generate a prediction
curl -X POST http://localhost:5000/api/predictions \
-H "Content-Type: application/json" \
-d '{"provider_id": "evolution", "table_id": "evo_bac_1"}'