🧠 Frontend of a fullstack web app for image face-detection using Clarifai's AI models REST API.
Find a file
2022-01-03 09:21:14 -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 🔧 Clarifying features in README.md! 2022-01-03 09:21:14 -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

https://user-images.githubusercontent.com/30333942/147852975-57df2f75-2e4b-497e-8200-447df9209df4.mp4

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

Hosting

Acknowledgements