Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/skywalkersam/face-detection-legacy
A simple face-detection application using clarifai.
https://github.com/skywalkersam/face-detection-legacy
clarifai create-react-app face-detection getting-started hacktoberfest-accepted jsx react
Last synced: about 2 months ago
JSON representation
A simple face-detection application using clarifai.
- Host: GitHub
- URL: https://github.com/skywalkersam/face-detection-legacy
- Owner: skywalkerSam
- License: mit
- Created: 2023-10-22T14:13:59.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-03-21T12:56:02.000Z (10 months ago)
- Last Synced: 2024-03-21T13:56:58.564Z (10 months ago)
- Topics: clarifai, create-react-app, face-detection, getting-started, hacktoberfest-accepted, jsx, react
- Language: JavaScript
- Homepage: https://skywalkerSam.github.io/face-detection-legacy
- Size: 5.98 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Project: [face-detection](https://github.com/skywalkerSam/face-detection-legacy)
A simple `face-detection` application using `clarifai`. This project is made with `create-react-app`, and deployed on `github-pages`, and it works. [Here...](https://skywalkersam.github.io/face-detection-legacy/)
```shell
npx create-react-app face-detection-legacy
```
```shell
npm start
```- Under Development!
- Moved from `REST` to `gRPC`
## Standalone frontend won't work, API calls moved to the backend for better security
- Using `render` for backend deployment
- `Netlify` for frontend`NOTE`: For some unknown reasons, the first response from the backend server is too slow ( 7.4s ).
## Until next time...
# ;)