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.
- Host: GitHub
- URL: https://github.com/aashish-khatri/smart-face-frontend
- Owner: aashish-khatri
- Created: 2020-08-09T02:53:44.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-08-09T05:08:53.000Z (about 5 years ago)
- Last Synced: 2025-02-09T19:57:36.761Z (8 months ago)
- Topics: react, tachyons
- Language: JavaScript
- Homepage: https://smart-face123.herokuapp.com/
- Size: 41.7 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
![]()
SmartFaceRecognition
Full Stack Face Recognition WebApp built using React, Node, Clarifai API and hash secured Postgres database deployed on Heroku Platform.

## 🛠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
```