Skip to content

A face detection web application created with React using the Clarifai API - Face Detection Model.

Notifications You must be signed in to change notification settings

alindaByamukama/smart-brain-frontend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Smart-Brain App

A face detection web application created with React using the Clarifai API - Face Detection Model.

  • Live demo of the application can be found: here
  • Backend Smart-Brain-API Repository: here

This is the front-end of the Capstone (final) project in the Zero to Mastery: The Complete Web Developer in 2022. The back-end server and database are integrated and linked.

How to run this app

  1. Clone the repo:
    git clone https://github.com/yourusername/smart-brain-frontend.git
  2. Navigate to the project directory:
    cd smart-brain-frontend
  3. Install dependencies:
    npm install
  4. Create a .env file in the root directory and add your environment variables:
    REACT_APP_BACKEND_URL=https://your-backend-url
    
  5. Run the app:
    npm start

Note: Ensure the backend URL in the .env file is correct.

Features

  • User can input an image URL, click the detect button, and the API displays a blue-lined box around the face detected in the image.
  • User inputs (image URL) are displayed below the input area.
  • User can create a free account with the registration form available.
  • User can sign into their account.

Project Resources

Face Detection model

How the API was used in this particular project

Clarifai Model info

Clarifai API Models

Zero to Mastery Instructor: Andrei Neagoie's GitHub Repo for the project front-end

tsparticles Matteo Bruni GitHub repo

This project was bootstrapped with Create React App.

About

A face detection web application created with React using the Clarifai API - Face Detection Model.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published