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

https://github.com/sakilk130/face-detection


https://github.com/sakilk130/face-detection

nodejs postgresql react reactjs

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

          

# Face Detection App

## About

Full-stack React.JS web app that uses a Machine Learning API from Clarifai to identify faces on images.

Allows users to create accounts and login to track number of images processed.

## Screenshot

![](./client/public/screenshot.png)

## Getting Started

- Fork and clone this repository

### Server:

- Setup PostgreSQL

```
cd server && npm install
```

```
npm start
```

### Client:

```
cd client && npm install
```

```
npm start
```

## Tech Stack

- React
- React Hooks
- Node.js
- Express.js
- PostgreSQL
- Clarifai API