DoctorPok42 / Blackjack_analyse

Data analysis project of the Blackjack's game

Home Page:https://blackjack.doctorpok.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Blackjack_analyse

Introduction

This project is a data analysis of the game of Blackjack. The goal is to determine the best strategy to adopt in order to maximize the chances of winning. The analysis is based on the rules of the game of Blackjack as described in the book "The Theory of Blackjack" by Peter A. Griffin.

Installation

To install the project, you need to clone the repository and install the required packages. You can do this by running the following commands:

git clone git@github.com:DoctorPok42/Blackjack_analyse.git

cd Blackjack_analyse

npm install

cd server && pip install -r requirements.txt

Usage

To run the project, you need to start the server and the client. You can do this by running the following commands:

cd server && python api.py
npm run dev

License

This project is licensed under the MIT License - see the LICENSE file for details.

About

Data analysis project of the Blackjack's game

https://blackjack.doctorpok.io/

License:MIT License


Languages

Language:Jupyter Notebook 35.4%Language:TypeScript 32.4%Language:Python 22.3%Language:SCSS 9.6%Language:JavaScript 0.3%