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

https://github.com/aashish-khatri/smart-face-frontend

Full Stack Face Recognition WebApp built using React, Node, Clarifai API and hash secured Postgres database deployed on Heroku Platform.
https://github.com/aashish-khatri/smart-face-frontend

react tachyons

Last synced: 6 months ago
JSON representation

Full Stack Face Recognition WebApp built using React, Node, Clarifai API and hash secured Postgres database deployed on Heroku Platform.

Awesome Lists containing this project

README

          


Logo


SmartFaceRecognition



Full Stack Face Recognition WebApp built using React, Node, Clarifai API and hash secured Postgres database deployed on Heroku Platform.




Heroku Status

![demo](react-ui/public/smart-face.png)

## 🛠 Installation & Set Up

You have to set up both frontend and backend server.

1. Create a folder

```bash
mkdir smart-face
cd smart-face
```

2. Clone the frontend repository.

```bash
git clone https://github.com/aashish-khatri/smart-face-frontend.git
```

3. Install dependencies

```bash
npm install
```

4. Start the development server

```bash
npm start
```