Code Monkey home page Code Monkey logo

beego-facerecognition's Introduction

项目介绍

利用百度云提供的人脸识别api,基于beego框架的人脸识别系统,由于对于前端的知识不太熟,界面写的比较乱,基本实现功能。 目前仅实现了人脸检测、人脸对比、以及人脸检测。后续将人脸查找功能(人脸注册、人脸更新、人脸删除、用户信息查询、组列表查询、组内用户列表查询、组间复制用户、组内删除用户)添加进来。

  • web框架使用beego
  • 前端页面使用easyUI

运行方式

  • 从百度云中创建,将AppID、API Key、Secret Key填到配置文件conf/app.conf中
  • 数据库为mysql,将host、port、user、passwd填到配置文件conf/app.conf中
  • 数据库初始化脚本为database.sql,目前只有一张表存放目录结构,后续会将用户表(t_user)、用户组表(t_usergroup)添加进来
  • 执行bee run beego-FaceRecognition启动

功能截图

  • 人脸检测 image
  • 人脸识别 image
  • 人脸比对 image

后续功能

  • 用户管理
    • 人脸添加
    • 人脸删除
    • 人脸更新
    • 用户信息查询
  • 用户组管理
    • 组列表查询
    • 组内用户列表查询
    • 组件复制用户
    • 组内删除用户

beego-facerecognition's People

Contributors

zhaojwaln avatar

Watchers

James Cloos avatar  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.