# PyroVision training scripts
This section is specific to train computer vision models for tasks related to wildfire detection.
Python 3.6 (or higher), pip and Git are required to train your models with PyroVision. Install the training-specific dependencies:
git clone https://github.com/pyronear/pyro-vision.git
pip install -e "pyro-vision/.[training]"
Refer to the ./classification
folder
Soon