Find a file
2022-03-29 23:21:38 +02:00
.vscode feat: optimized color picking 2022-03-20 23:00:30 +01:00
docs style: rapport 2022-03-29 22:56:03 +02:00
src feat: debut apport 2022-03-28 17:43:19 +02:00
.env feat: force poetry to install venv in project 2022-03-26 15:51:56 +01:00
.gitignore feat: detect zen_mode + currentFocus 2022-03-25 19:53:12 +01:00
dataset.example.db feat: preparing the database 2022-03-20 16:31:30 +01:00
LICENSE feat: add license 2022-03-21 17:45:04 +01:00
poetry.lock feat: testing dataset augmentation 2022-03-20 17:38:43 +01:00
pyproject.toml feat: testing dataset augmentation 2022-03-20 17:38:43 +01:00
README.md fix: linebreaks 2022-03-29 23:21:38 +02:00

Rocket League Sideswipe Classification

Built with

Tools

VSCode

Getting started

Installation

Install Poetry:

curl -sSL https://install.python-poetry.org | python3 -

Clone the repository :

git clone git@git.inpt.fr:tocard-inc/enseeiht/projet-classification.git

Install the dependencies :

cd projet-classification
poetry run pip install --upgrade pip
poetry install

Usage

Plug your android phone to your computer, ensure adb detects it and that you've granted the permission to your computer.

To run the database generator :

python3 src/main.py

Contributing

Please use conventional commits.

License

Distributed under the MIT license. See LICENSE for more information.

Contact

Laureηt <laurentfainsin@protonmail.com>
Damien Guillotin <damguillotin@gmail.com>
Pierre-Eliot Jourdan <pierreliot.jourdan@etu.inp-n7.fr>