Giter Site home page Giter Site logo

sangram6n / facial-recognition-saas Goto Github PK

View Code? Open in Web Editor NEW

This project forked from justdjango/facial-recognition-saas

0.0 0.0 0.0 621 KB

A facial recognition API built with the Django Rest Framework, React and OpenCV

JavaScript 63.46% Python 35.86% HTML 0.68%

facial-recognition-saas's Introduction

JustDjango

The Definitive Django Learning Platform.

To learn how to build this application, head over to our website.

This project is a facial recognition API. Users are able to create an account, utilise a free trial of the API, and create a membership to have full access to the API. Payments are handled with Stripe. The API is built with the Django Rest Framework and the frontend is built with React. The image recognition library is OpenCV. The project is deployed on Ubuntu using Digital Ocean.

Backend development workflow

virtualenv env
source env/bin/activate
pip install -r requirements.txt
python manage.py runserver

Frontend development workflow

npm i
npm start

Deployment workflow

  1. Change the manage.py to use the production settings
  2. Change the constants.js file inside src to have DEBUG set to false
  3. Push to the production environment
  4. Run python manage.py migrate
  5. Run npm run build
  6. Run python manage.py collectstatic

Disclaimer

This project does not cover concepts of image recognition - it is a proof of concept teaching how to take an idea from scratch to something real.


Other places you can find us:

YouTube Twitter

facial-recognition-saas's People

Contributors

dependabot[bot] 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.