Giter Site home page Giter Site logo

face-detector-full's Introduction

FaceDetector

A small full stack web app that uses an api to detect faces in images submitted.

The front-end was built using React, while the backend was built using Express. it uses Bcrypt to encrypt passwords, Knex.js for querying the PostgreSQL database, and Redis & JWT to handle user sessions.

PS. this was one of my first projects, so the code quality isn't that great.

Live Demo : https://demo-face-detector.herokuapp.com/

To use this project you need to:
1- provide your own .env file containing :
      a- CLARIFAI_KEY (you need to create a clarifai account, used to handle face-detection requests to the clarifai api)
      b- JWT_SECRET = (to sign the JWT)
2- have docker installed
3- to run in development cd into the project and run "docker-compose up --build", this will create the docker containers (app, postgres, redis), and then run the app in dev mode (Server on port 5000, Client on port 3000).
*to run in production check the docker-compose as well as the Dockerfile provided in the main folder.

face-detector-full's People

Contributors

thabetsabha 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.