https://github.com/debdut/imagix
Face DetectionDetect Face Emotions, Age and other Metrics
https://github.com/debdut/imagix
Last synced: 4 days ago
JSON representation
Face DetectionDetect Face Emotions, Age and other Metrics
- Host: GitHub
- URL: https://github.com/debdut/imagix
- Owner: Debdut
- Created: 2020-07-22T14:41:08.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-10-07T23:53:27.000Z (over 5 years ago)
- Last Synced: 2025-03-03T02:41:46.553Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 249 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# imagix
Detect Face Emotions, Age and other Metrics
## CLI Commands
``` bash
# install dependencies
npm install
# serve with hot reload at localhost:8080
npm run dev
# build for production with minification
npm run build
# test the production build locally
npm run serve
```