Skip to content

kmhmubin/Face-Detection-React-App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Face Detect React App

A simple face detect react app using Clarifai API.

App Demo

App Demo

Installation ⚙

  1. First clone the the project.

  2. Open the Backend Folder First

  3. Install the dependencies or read readme file from backend api folder

    npm install
    
  4. Create a postgreSQL database named

    Face-Detect-React-App
    

    inside database create 2 table named

    users
     - id
     - name
     - email
     - entries
     - join date
    login
     - id
     - hash
     - email
    
  5. Run the database

  6. Run the app for check everything is right

    npm start
    
  7. Now go to the frontend folder

  8. Follow the same step 3 from above.

  9. Run the app

    npm start
    

    note: It might say, another app is running on port 3000, simple choose another port from terminal warning, don't worry it will automatic open another port for you. example: port 3001

  10. Simple Register a new account

  11. Then choose a Face image from web put the url in input box

  12. See the Magic.

Available Scripts 📑

TO install the script

npm install

To start the app

npm start

About

A simple Face Detection React App using image url.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published