An open API service indexing awesome lists of open source software.

https://github.com/frixoe/facio

🚀 A free, open-source and programmable facial recognition software.
https://github.com/frixoe/facio

Last synced: 12 months ago
JSON representation

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

Awesome Lists containing this project

README

          

# 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](https://github.com/Frixoe/facio/blob/master/screenshots/sc1.png?raw=true)
![Image 2](https://github.com/Frixoe/facio/blob/master/screenshots/sc2.png?raw=true)
![Image 3](https://github.com/Frixoe/facio/blob/master/screenshots/sc3.png?raw=true)
![Image 4](https://github.com/Frixoe/facio/blob/master/screenshots/sc4.png?raw=true)
![Image 5](https://github.com/Frixoe/facio/blob/master/screenshots/sc5.png?raw=true)
![Image 6](https://github.com/Frixoe/facio/blob/master/screenshots/sc6.png?raw=true)
![Image 7](https://github.com/Frixoe/facio/blob/master/screenshots/sc7.png?raw=true)
![Image 8](https://github.com/Frixoe/facio/blob/master/screenshots/sc8.png?raw=true)
![Image 9](https://github.com/Frixoe/facio/blob/master/screenshots/sc9.png?raw=true)