Coder Social home page Coder Social logo

miranda's Introduction

Miranda

Miranda the sub-Project of Uranus...
A face-detect based registering module using python2.7 :)

Install

  • Linux
    • 安装软件仓库包依赖
      • apt install python2.7
      • apt install python-opencv
    • 安装python包依赖
      • pip install requests
      • pip install flask (Optional, for the dummy server use)
  • Windows(制作一个Python环境)
    • 安装Miniconda2或纯Python2.7环境
    • 安装python包依赖
      • conda install numpy requests (For Miniconda2)
      • pip install numpy requests (For Native Python2.7)
    • 添加OpenCV包
      • 下载OpenCV二进制发行包
      • 拷贝opencv的二进制文件到python的库文件夹中
        • copy %OpenCV Root%\build\python\2.7\cv2.pyd %Python Root%\Lib\site-packages\

Run

  • [startup]
    • python miranda.py
  • [shutdown]
    • 按ESC键,销毁GUI释放内存需要等几秒钟:(

Configs

  • Miranda/settings.py

Dummy Test Server

  • python Miranda/server.py
  • 访问 [http://localhost:5000]
  • 主页可以控制服务端的状态,客户端应该会及时轮询响应变化

TODO

  • 性能优化?
  • 多平台?

miranda's People

Contributors

kahsolt avatar

Watchers

 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.