Code Monkey home page Code Monkey logo

face-detection-using-clarifai-api's Introduction

Face-Detection-using-Clarifai-api

This is a face detection app created using React JS and Node JS. It uses the Clarifai api to perform face detection.

You can view the live version of the app here.

Screenshots of the app:-

pic1

pic2

pic3

pic4

Important:-

Instructions for setting up the backend and the frontend can be found within the readme files of those respective directories. This code base uses PostgreSQL as its relational database. To incorporate MySQL or SQLITE, refer to the Knex.js documentation here.

After creating your database, create these two tables:-

1)Users table- (For storing the data of the users who have registered)

CREATE TABLE users( id serial PRIMARY KEY, name VARCHAR(100), email text UNIQUE NOT NULL, entries BIGINT DEFAULT 0, joined TIMESTAMP NOT NULL );

2)Login table- (For storing the logged in users)

CREATE TABLE login( id serial PRIMARY KEY, hash VARCHAR(100) NOT NULL, email text UNIQUE NOT NULL );

What i learnt from this project:-

  1. Incorporating Clarifai api.
  2. Making use of relational databases like PostgreSQL using Knex.js.
  3. Finally i got to learn how to use hosting sites like Heroku and Netlify(I used Heroku for the backend and Netlify for the frontend).

face-detection-using-clarifai-api's People

Contributors

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