Giter VIP home page Giter VIP logo

facerecbywebsocket-django-'s Introduction

faceRecByWebsocket-Django-

利用开源人脸识别库face_recognition实现人脸识别,用django实现网页,传输过程使用websocket.

重要提醒

当初在使用dwebsocket时出现了一些问题,我修改了源码。已将修改后的dwebsocket上传,务必配合使用。

系统概述

系统功能模块包括五个,分别是:用户注册与登录、人脸图像采集、人脸检测、人脸识别和后台管理模块。

1、用户注册与登录模块主要是授权用户使用该系统。对用户的一些基本信息进行采集,比如名字、邮箱等。只有通过注册过的用户才能成功登录本系统并使用该系统。

2、人脸图像采集模块是对用户的人脸进行采集,以便后续识别模块进行识别。采集过程中需要用户提供姓名和摄像头拍摄的图像,系统会自动创建以该用户姓名命名的文件 夹,并将其拍摄的图像保存在文件夹中。

3、人脸检测模块是对摄像头采集的图像中的人脸进行实时检测,利用本系统的人脸检测算法框出人脸所在位置。

4、人脸识别模块是在人脸检测的基础上,利用本系统的人脸识别算法对图像中的人脸进行检测,得到人脸后识别人脸所对应的姓名,识别结果是人脸所在位置的坐标和人脸 姓名。

5、后台管理模块用于管理用户的注册信息。管理员一方面可查询用户信息,另一方面可设置管理员的相应权限,如选择能否对注册用户信息进行修改、添加、删除等。

facerecbywebsocket-django-'s People

Contributors

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