Giter VIP home page Giter VIP logo

magicmirror's Introduction

magicMirror

  • 描述:

    • OpenCV完成GUI模块设计
    • 科大讯飞与图灵机器人的语音模块设计
    • Python爬虫天气模块设计
    • 底层的实时硬件监测模块设计
    • 人脸识别(选做)
  • 架构1:

    • 整体采用多线程事件驱动的设计模式
    • 主线程负责GUI界面的定时刷新,通过锁与子线程实现数据共享
    • 子线程为事件驱动模式,响应定时事件,完成对共享数据的更改。且定时器系统响应以下定时事件:
      • 定时爬取天气信息
      • 定时采集硬件监测数据
      • 定时唤醒语音监测系统
  • 架构2:

    • 整体采用单线程事件驱动的设计模式(有可能出现阻塞影响界面刷新)
    • 主线程为事件驱动模式,响应定时事件。且定时器系统响应以下事件:
      • 定时刷新GUI界面
      • 定时爬取天气信息
      • 定时采集硬件监测数据
      • 定时唤醒语音监测系统

magicmirror's People

Contributors

uufree avatar

Watchers

James Cloos avatar

Forkers

wgy504

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.