/broveens_detector

doing my friend's school work (as a joke)

Primary LanguageRustMIT LicenseMIT

broveens_detector

doing my friend's school work (as a joke)

what

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.

installing deps

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 ?

building

cargo build --release