smart-brain/README.md
2022-01-01 09:37:28 -05:00

1.3 KiB

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