Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 414 Bytes

README.md

File metadata and controls

27 lines (17 loc) · 414 Bytes

soccer-computer-vision-analysis

Set-up

You must set one of your environment variables with the API key from Roboflow to run this model.

Installation

You must have Python version 3.11 or below. You must also set-up CUDA 11.8.

Virtual Environment Set-up

python -m venv soccer-env

In cmd.exe

soccer-env\Scripts\activate.bat 

In PowerShell

soccer-env\Scripts\Activate.ps1