Skip to content

CamposCarvalhoC/Unihockey-Qself

Repository files navigation

Unihockey détection de tir et passe

Quantified Self – Mini-project

Cédric Campos Carvalho, Henri Jaton et Thomas Frantzen

Installation

Tested with python: 3.9.7

ML Environement

This projects contains the requirements.txt file with all the modules needed. To create the environment, follow these steps:

  1. Go into the folder of the project Unihockey-Qself.
  2. Create a python environment:
python -m venv venv
  1. Activate the environment:

On Windows:

venv\Scripts\activate.bat

On Linux/MacOS:

source venv\bin\activate
  1. Install the python modules:
pip install -r requirements.txt

Flask Environement

This projects contains the requirements_flask.txt file with all the modules needed. To create the environment, follow these steps:

  1. Go into the folder of the project Unihockey-Qself/Flask.
  2. Create a python environment:
python -m venv venv
  1. Activate the environment:

On Windows:

venv\Scripts\activate.bat

On Linux/MacOS:

source venv\bin\activate
  1. Install the python modules:
pip install -r requirements_flask.txt
  1. Run the web server:
python app.py
  1. All files are stored in Jupyter notebooks.

Documents

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages