Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/murshidazher/emotive
:hatching_chick: A face recognition app to detect faces and much more...
https://github.com/murshidazher/emotive
detect-faces docker face-recognition react
Last synced: about 5 hours ago
JSON representation
:hatching_chick: A face recognition app to detect faces and much more...
- Host: GitHub
- URL: https://github.com/murshidazher/emotive
- Owner: murshidazher
- License: mit
- Created: 2019-08-09T09:16:02.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-11T01:49:09.000Z (almost 2 years ago)
- Last Synced: 2024-04-18T20:55:39.103Z (7 months ago)
- Topics: detect-faces, docker, face-recognition, react
- Language: JavaScript
- Homepage:
- Size: 6.32 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 59
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# [emotive](https://github.com/murshidazher/emotive)
> A face recognition app to detect faces and annotate images
A facial recognition app created using [clarifai](https://docs.clarifai.com/) and [react](https://reactjs.org/docs/getting-started.html) with additional features such as **logging**,
**entity annotation** and much more.## Installation Dependencies
- [Docker]() make sure your docker desktop application is up and running before running the server.
- [npm]() install node package manager## Instructions
Step by Step Instructions:
| Task | Description |
| --------------------------- | ----------------------------------------------------------- |
| clone | Run `git clone https://github.com/murshidazher/emotive.git` |
| change directory | Change directory `cd [path]` to the clone directory |
| `install` | Run `npm install` |
| change directory | Go to server `cd server`. |
| `build` container | Run `docker-compose build` |
| `build` and `run` container | Run `docker-compose up --build` |
| change directory | Go to client `cd client` in another session |
| To stop docker container | Run `docker-compose down` | |## Credentials
Seeded credentials :
| Type | Credentials |
| ----------- | ------------------------------------------------ |
| `admin` | email `[email protected]` — password `admin` |
| `annotator` | email `[email protected]` — password `test` |
| `client` | email `[email protected]` — password `belle` |## License
[MIT](https://github.com/murshidazher/emotive/blob/master/LICENSE) © Murshid Azher.