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: 3 months 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 (about 6 years ago)
- Default Branch: master
- Last Pushed: 2024-11-07T19:13:31.000Z (over 1 year ago)
- Last Synced: 2026-01-03T17:16:16.226Z (6 months ago)
- Topics: api-consumption, css, face-recognition, javascript, microservices-architecture, reactjs, responsive-design
- Language: JavaScript
- Homepage:
- Size: 805 KB
- Stars: 0
- Watchers: 0
- 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