🧠 Frontend of a fullstack web app for image face-detection using Clarifai's AI models REST API.
| public | ||
| src | ||
| .gitignore | ||
| package-lock.json | ||
| package.json | ||
| README.md | ||
| smart-brain.png | ||
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 image URLs to view detected faces.
- Stores user login information in a database and total number of image URLs 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)