Skip to content

A publicly available API designed to generate simulated Baccarat game data. This API is intended for aspiring data engineers, data analysts, and data scientist who are seeking practice with real-time data, statistical analysis, and modeling.

Notifications You must be signed in to change notification settings

gryAI/Baccarat-Game-Data-Generator-API

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Baccarat Game Data Generator API


image

Overview

A publicly available API designed to generate simulated Baccarat game data. This API is intended for aspiring data engineers, data analysts, and data scientists who are seeking practice with real-time data, statistical analysis, and modeling.

How to access the API

image

API Limitations

  • Rate Limit: Requests are limited to 5 per minute
  • Records Limit: Up to 100 records per request.

Project Ideas

  • Data Engineering:
    • Generate data from the API,
    • Design a database to store the generated data,
    • Create an ETL pipeline
  • Data Modelling:
    • Create dashboards,
    • Perform statistical analysis,
    • Perform clustering analysis to detect anomalies in the data.

NOTE: The probabilities in this simulated game have been intentionally tweaked based on certain criteria.
It is up to you to discover the patterns using techniques such as clustering analysis or other methods.

Technology Stack

Python FastAPI Docker Render GitHub


Developer Notes

Local Development

To run the API locally, follow these steps:

  1. Clone the Repository: git clone https://github.com/gryAI/baccarat-game-data-generator-api.git
  2. Navigate to the project directory: cd baccarat-game-data-generator-api
  3. Setup a Virtual Environment:
    python -m venv venv
    source venv/Scripts/activate
  4. Install Dependencies: pip install -r requirements.txt
  5. Run the application: uvicorn server.app:app --host 0.0.0.0 --port 8000

About

A publicly available API designed to generate simulated Baccarat game data. This API is intended for aspiring data engineers, data analysts, and data scientist who are seeking practice with real-time data, statistical analysis, and modeling.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published