Skip to content

This React project utilizes Clarifai's Face Detection API to recognize faces in images. Users can sign in, input an image URL, and the application will detect and highlight any faces in the image.

Notifications You must be signed in to change notification settings

arwin-swapna/face-rec-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React Face Recognition Project


Description:

This React project utilizes Clarifai's Face Detection API to recognize faces in images. Users can sign in, input an image URL, and the application will detect and highlight any faces in the image.


Technologies Used:

  • React
  • Clarifai API
  • react-tsparticles

Installation:

  1. Clone the repository:
    $ git clone https://github.com/arwin-swapna/face-rec-app.git
  2. Navigate into the project directory:
    $ cd face-rec-app
  3. Install the dependencies:
    $ npm install
  4. Start the development server:
    $ npm start
  5. Open your browser and go to http://localhost:3000 to see the application in action.

Usage:

  1. Sign In:
  • Upon opening the application, users are prompted to sign in.
  • Enter your credentials to proceed.
  1. Input Image URL:
  • After signing in, users are directed to the home page.
  • Enter the URL of the image you want to analyze in the provided input field.
  1. Face Recognition:
  • Click the "Detect" button to process the image.
  • The application will highlight any detected faces in the image with bounding boxes.

Contributing

To contribute to this project, follow these steps:

  1. Fork the repository.
  2. Create a new branch: git checkout -b feature-branch-name.
  3. Make your changes and commit them: git commit -m 'Add some feature'.
  4. Push to the branch: git push origin feature-branch-name.
  5. Create a pull request.

About

This React project utilizes Clarifai's Face Detection API to recognize faces in images. Users can sign in, input an image URL, and the application will detect and highlight any faces in the image.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published