Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/doctorpok42/blackjack_analyse
- Owner: DoctorPok42
- License: mit
- Created: 2024-03-29T08:14:43.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-04-19T12:29:14.000Z (7 months ago)
- Last Synced: 2024-05-02T04:10:31.302Z (7 months ago)
- Language: Jupyter Notebook
- Homepage: https://blackjack.doctorpok.io/
- Size: 148 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.gitcd 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.