Skip to content

anna-kulyk/face-recognition

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Face Recognition

This is a simple React application that uses AI to detect faces in images.

Screenshot

Installation

npm i

Available Scripts

In the project directory, you can run:

npm start

Runs the app in the development mode.
The page will reload when you make changes.
You may also see any lint errors in the console.

npm run build

Builds the app for production to the build folder.
It correctly bundles React in production mode and optimizes the build for the best performance.

Technologies used

  • React
  • JavaScript, JSX
  • CSS
  • Clarifai Face Detection API

Features

  • Fetch API to send image url to the backend server that receives predictions from Clarifai's face-detection model.
  • Clarifai Face Detection API: detects faces and outputs bounding boxes.
  • Responsive Web Design
  • Sections designed with CSS Flexbox

Acknowledgements

Author

👤 Ganna Kulyk

This project was bootstrapped with Create React App.

Releases

No releases published

Packages

No packages published