Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/joakimteixeira/face-catcher
Site that detects faces on images
https://github.com/joakimteixeira/face-catcher
api-consumption css face-recognition javascript microservices-architecture reactjs responsive-design
Last synced: about 1 month ago
JSON representation
Site that detects faces on images
- Host: GitHub
- URL: https://github.com/joakimteixeira/face-catcher
- Owner: JoakimTeixeira
- Created: 2020-06-16T21:33:25.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-11-07T19:13:31.000Z (about 2 months ago)
- Last Synced: 2024-11-07T20:22:55.608Z (about 1 month ago)
- Topics: api-consumption, css, face-recognition, javascript, microservices-architecture, reactjs, responsive-design
- Language: JavaScript
- Homepage:
- Size: 805 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Face Catcher
Recognizes faces on images## Running the Project
To get started, fork the repository, clone it, rename the file ".env-example" to ".env" and fill in information about your MongoDB cluster.
Then, run the following commands:
npm install
npm run start