Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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...

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.