Giter Club home page Giter Club logo

face-recognition's Introduction

Face-Recognition

Introduction

This is a Face recognition web app made using MERN stack which detects the face 
of a picture through an API(CLARIFAI) call.

Third-Party Libraries Required :

For backend:
   "bcrypt": "^5.0.1",
    "cors": "^2.8.5",
    "dotenv": "^10.0.0",
    "express": "^4.17.1",
    "mongoose": "^5.12.13",
    "nodemon": "^2.0.7"
For Front-End:
    "gh-pages": "^3.1.0",
    "react": "^17.0.2",
    "react-dom": "^17.0.2",
    "react-parallax-tilt": "^1.5.4",
    "react-particles-js": "^3.4.1",
    "react-scripts": "^2.1.8",
    "react-tilt": "^0.1.4",
    "serve": "^11.3.2",
    "tachyons": "^4.12.0",
    "web-vitals": "^1.1.1"

Clone this repo :

git clone https://github.com/rajbir21-droid/Face-Recognition.git

How to install the above Library :

  • Change to the directory using -

  • For the back-end:-

    npm install
    
  • For the front-end:-

    cd facerecognitionbrain
    npm install
    

How to use it:

  • Run this command to start the project.

  • For the back-end:

    npm start
    
  • For the front-end:

    cd facerecognitionbrain
    npm start
    

How to setup the mongodb:

  • First create a '.env' file then create a key like 'MONGO_URI=' and paste the below command. Make sure you first create an account in Mongodb atlas
mongodb+srv://yourusername:<password>@cluster0.m9l4p.mongodb.net/myFirstDatabase?retryWrites=true&w=majority
  • Use your username and password and database name in place of yourusername ,password and myFirstDatabase respectively here that you created in MongoDB atlas

face-recognition's People

Contributors

rajbir21-droid avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.