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.
- Host: GitHub
- URL: https://github.com/frixoe/facio
- Owner: Frixoe
- License: mit
- Created: 2019-07-25T08:58:13.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T05:20:20.000Z (over 3 years ago)
- Last Synced: 2025-03-12T05:43:24.076Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 16 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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








