Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 990 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 990 Bytes

Ai-FaceRecognition-Webapp

A Face recognition web-hosted application allows users to paste the URL of a randomly found image on the web and detect faces on it (if any are found) while unlocking new emojis based on the number of images submitted. To use it users will need to first register and verify their accounts via the verification link sent to their specified email, with sessions implemented users will be logged in for an hour or until they log off. Extra functionalities like; account deletion, password change, name change and even updating their profile images are extra features with more coming soon.

Installation Insturctions:

  1. Clone the project from this repository
  2. Move to root directory on your terminal
  3. Run "npm i" command
  4. Run "npm start"
  5. Move to "backend" folder and run "npm i" command
  6. Ensure your docker is running and type "docker-compose up --build"
  7. Voila, the server is now running, go back to the client window and start using the website