Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 648 Bytes

File metadata and controls

11 lines (9 loc) · 648 Bytes

Tutor

This app is made using ReactJS and FaceAPI.JS

  • It uses faceapi.js models for facial recognition and recognizing the facial expressions of detected faces. It takes video using webcam and the recognition is applied to it.
  • The contact us page is made for any feedback or query. It sends the data to a dummy backend. You can change the backend from /src/components/Contact.js. Change the url at line 20 const URL = {BACKEND_URL}.

To run the app locally

Clone this repo using git clone https://github.com/nandcoder/Tutor.git

Open the project's root directory and run the commands below

npm install

npm start