🧠 Frontend of a fullstack web app for image face-detection using Clarifai's AI models REST API.
Find a file
2022-01-01 09:37:28 -05:00
public 🚀 Initial commit for rzmk/smart-brain! 2022-01-01 09:37:28 -05:00
src 🚀 Initial commit for rzmk/smart-brain! 2022-01-01 09:37:28 -05:00
.gitignore 🚀 Initial commit for rzmk/smart-brain! 2022-01-01 09:37:28 -05:00
package-lock.json 🚀 Initial commit for rzmk/smart-brain! 2022-01-01 09:37:28 -05:00
package.json 🚀 Initial commit for rzmk/smart-brain! 2022-01-01 09:37:28 -05:00
README.md 🚀 Initial commit for rzmk/smart-brain! 2022-01-01 09:37:28 -05:00
smart-brain.png 🚀 Initial commit for rzmk/smart-brain! 2022-01-01 09:37:28 -05:00

Server

smart-brain

Frontend repo for viewing detected faces using Clarifai's AI models API.

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

Hosting

Acknowledgements