Find a file
2022-05-04 23:56:17 +02:00
.vscode fix: token de merde 2022-05-04 12:16:04 +02:00
docs style: rapport1 layout + formatting 2022-04-11 23:09:06 +02:00
models feat: new model 2022-04-20 10:50:46 +02:00
src feat: full train go brr 2022-05-04 23:56:17 +02:00
.gitignore feat: ignore live.jpg 2022-04-19 09:23:13 +02: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
n7tensorflow.sh fix: token de merde 2022-05-04 12:16:04 +02:00
poetry.lock feat: live semi-fonctionnel 2022-04-13 17:50:06 +02:00
poetry.toml feat: poetry config file 2022-04-11 22:33:40 +02:00
pyproject.toml feat: live semi-fonctionnel 2022-04-13 17:50:06 +02:00
README.md fix: license url 2022-04-11 22:31:31 +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>