Skip to content
/ facio Public

🚀 A free, open-source and programmable facial recognition software.

License

Notifications You must be signed in to change notification settings

Frixoe/facio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Facio

A free, open-source and programmable facial recognition software. Allows you to run Python (and more...) scripts for every face that is detected.

Build

You can clone the repo and run the following commands to build an executable for Linux and Windows.

  • Windows:
npm i
npm run build:win
npm run dist:win

Since I don't use Windows anymore, I can't guarantee full support for windows but the last time I checked these command generated an executable which worked well.

  • Linux:
npm i
npm run build:linux
npm run dist:linux

For Linux, once built, you will find the AppImage file and Debian installer in the release folder. If none of these are supported by your distribution, you can find a universal executable in the linux-unpacked folder which should run on any distribution.

Screenshots

Image 1 Image 2 Image 3 Image 4 Image 5 Image 6 Image 7 Image 8 Image 9

About

🚀 A free, open-source and programmable facial recognition software.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published