https://github.com/sakilk130/face-detection
https://github.com/sakilk130/face-detection
nodejs postgresql react reactjs
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/sakilk130/face-detection
- Owner: sakilk130
- Created: 2022-01-27T17:46:38.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-02-04T18:41:38.000Z (over 3 years ago)
- Last Synced: 2025-05-23T19:37:19.917Z (about 1 year ago)
- Topics: nodejs, postgresql, react, reactjs
- Language: TypeScript
- Homepage:
- Size: 4.99 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
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

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