2022-03-23 20:04:37 +00:00
|
|
|
# Rocket League Sideswipe Classification
|
2022-03-21 16:58:01 +00:00
|
|
|
|
|
|
|
## Built with
|
|
|
|
|
|
|
|
### Tools
|
|
|
|
|
|
|
|
- [Poetry](https://python-poetry.org/)
|
|
|
|
|
|
|
|
### [VSCode](https://code.visualstudio.com/)
|
|
|
|
|
|
|
|
- [ms-python](https://marketplace.visualstudio.com/items?itemName=ms-python.python)
|
|
|
|
- [Python Docstring Generator](https://marketplace.visualstudio.com/items?itemName=njpwerner.autodocstring)
|
|
|
|
- [Conventional Commits](https://marketplace.visualstudio.com/items?itemName=vivaxy.vscode-conventional-commits)
|
|
|
|
- [EditorConfig](https://marketplace.visualstudio.com/items?itemName=EditorConfig.EditorConfig)
|
|
|
|
|
|
|
|
## Getting started
|
|
|
|
|
|
|
|
### Installation
|
|
|
|
|
|
|
|
Install Poetry:
|
|
|
|
```bash
|
|
|
|
curl -sSL https://install.python-poetry.org | python3 -
|
|
|
|
```
|
|
|
|
|
2022-03-21 17:33:35 +00:00
|
|
|
Clone the repository :
|
2022-03-21 16:58:01 +00:00
|
|
|
```bash
|
|
|
|
git clone git@git.inpt.fr:tocard-inc/enseeiht/projet-classification.git
|
|
|
|
```
|
|
|
|
|
|
|
|
Install the dependencies :
|
|
|
|
|
|
|
|
```bash
|
|
|
|
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.
|
|
|
|
|
2022-03-21 17:33:35 +00:00
|
|
|
To run the database generator :
|
2022-03-21 16:58:01 +00:00
|
|
|
```bash
|
|
|
|
python3 src/main.py
|
|
|
|
```
|
|
|
|
|
|
|
|
## Contributing
|
|
|
|
|
|
|
|
Please use [conventional commits](https://www.conventionalcommits.org/).
|
|
|
|
|
|
|
|
## License
|
|
|
|
|
|
|
|
Distributed under the [MIT](https://choosealicense.com/licenses/mit/) license.
|
2022-04-11 20:31:31 +00:00
|
|
|
See [`LICENSE`](https://github.com/Tocard-Inc/Deep-Learning/blob/master/LICENSE) for more information.
|
2022-03-21 16:58:01 +00:00
|
|
|
|
|
|
|
## Contact
|
|
|
|
|
2022-03-29 21:21:38 +00:00
|
|
|
Laureηt \<[laurentfainsin@protonmail.com](mailto:laurentfainsin@protonmail.com)\> \
|
|
|
|
Damien Guillotin \<[damguillotin@gmail.com](mailto:damguillotin@gmail.com)\> \
|
2022-03-21 16:58:01 +00:00
|
|
|
Pierre-Eliot Jourdan \<[pierreliot.jourdan@etu.inp-n7.fr](mailto:pierreliot.jourdan@etu.inp-n7.fr)\>
|