# Face founder Demo

In this documentation we show how to use our recognition and detection service with pictures. **NOTE:** we have chosen reactjs as it is today's one of the most popular UI library.

1. Clone our repository
2. Enter to ```face_founder_demo``` folder

``` cd face_founder_demo```

3. Install packages

 ```npm install```

4. Start project

```npm start```

5. Take recognition, detection keys and select folder with images and click ```upload folder``` button.