This is a simple React application that uses AI to detect faces in images.
In the project directory, you can run:
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.
Builds the app for production to the build
folder.
It correctly bundles React in production mode and optimizes the build for the best performance.
- React
- JavaScript, JSX
- CSS
- Clarifai Face Detection API
- 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
👤 Ganna Kulyk
- Github: @anna-kulyk
- LinkedIn: @Ganna Kulyk
This project was bootstrapped with Create React App.