doing my friend's school work (as a joke)
this project is a face detection & comparison demo using the webcam/camera , it depends on opencv
for reading webcam input and tract
to run ML inference.
just install opencv for your system and make sure its availabel from PATH
- on linux
sudo apt install libopencv-dev
- on mac
brew install opencv
- windows ?
cargo build --release