Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/doctorpok42/blackjack_analyse

Data analysis project of the Blackjack's game
https://github.com/doctorpok42/blackjack_analyse

Last synced: 3 days ago
JSON representation

Data analysis project of the Blackjack's game

Awesome Lists containing this project

README

        

# 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:

```bash
git clone [email protected]: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:

```bash
cd server && python api.py
```

```bash
npm run dev
```

## License

This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.