Skip to content

Latest commit

 

History

History
77 lines (54 loc) · 1.59 KB

README.md

File metadata and controls

77 lines (54 loc) · 1.59 KB

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