Git Product home page Git Product logo

facial-recognition's Introduction

Facial Recognition and Temperature Detection

Aaron Moran  

Arnas Steponavicius  

Thomas Kenny

Gitpod Ready-to-Code

Requirements

The requirements needed for this project are as follows :

  • Python 3.3+

  • Linux, Windows, MacOS

  • Django

  • Latest version of pip

Installation

Installing Packages on Mac or Linux follow the instructions below

Then you are required to install the following python module (Make sure you are using the latest version of pip):

pip3 install django
pip3 install opencv-python
pip3 install Pillow
pip3 install face_recognition

Installing Packages on Windows

Currently the packages for face_recognition are not fully supported on Windows, to get around this issue you must follows the instructions below.

Running the Application Locally

  1. Navigate to directory

    $ cd \facial-recognition\facialrecognition
    
  2. Make migrations of the required models and tables needed to run the program.

    $ python manage.py makemigrations
    
  3. Perform Migrations.

    $ python manage.py migrate
    
  4. Create a super user to access administrator controls and dashboard.

    $ python manage.py createsuperuser
    
  5. Run the program.

    $ python manage.py runserver
    
  6. Make sure to navigate in your browser to 'http://localhost:8000/' to view the application.

  7. To access the admin type the following into the browser while the server is running - 'http://localhost:8000/admin'. This page will display the database and allow the admin to edit user's accounts.

  8. Press CTRL-C to stop the process.

Acknowledgments:

facial-recognition's People

Contributors

aaronmorannn avatar arnassteponavicius00 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.