Skip to content

Install Guide

rossGardiner edited this page Dec 27, 2024 · 3 revisions

To install project dependencies, follow the instructions given below.

Running the Models

To run the models, install the following Python packages:

keras==2.4.1
tensorflow==2.4.1
opencv-python==4.6.0

Training the Models

To run code to train the models, in addition to the packages above, install the following Python packages:

imgaug==0.4.0
numpy==1.23.5
tensorflow-datasets==4.9.3

Clone this wiki locally