1.3 KiB
1.3 KiB
Details
The frontend repo of a full stack web application that enables logged-in users to upload images to view detected faces using a face recognition AI model using Clarifai's REST API.
Backend: https://github.com/rzmk/smart-brain-api
Features
- Login and registration system.
- Upload images to view detected faces.
- Stores user login information in a database and total number of images uploaded by each user.
Stack
Frontend
Backend
- Node.js (server)
- Express (web app framework for Node.js)
- PostgreSQL (database)
- Clarifai (face recognition AI model API)
Hosting
- Heroku (hosting)