A MERN ( mongodb , express, React , Node ) application , that detects faces in an image. Currently uses an api (clarify api) can detect multiple faces in an image .
- Clone the project
- Move to faceApi dir
- Run
npm install
- Move to face dir
- Run
npm install
- Run
npm start
- Change to FaceApi dir
- Run
npm start
- Enjoy the project at
localhost:3000