Git Product home page Git Product logo

showtime's Introduction

ShowTime

〜 あなたのプレゼンをもっと面白くする 〜

ShowTimeは発表者のポーズに応じてスライドを進めたり,効果音を鳴らしてくれるツールです.カメラに写った人の骨格をOpenPose(on CPU)で高速に認識してアクションを実行します.各ポーズに紐づくアクションパターンは設定画面でお好みに設定することができます.

Hack U 2019 TOKYO Student Hackathon にて最優秀賞を受賞しました.

Demo:

Slide:

Architecture

  • カメラクライアント: /camera_client

    • カメラから画像を読み込み,MLサーバーに送信します.返ってきたポーズ認識結果を元に,対応するアクションを実行します.
    • 使用技術: Python, Flask, Apple Script
  • 機械学習サーバ: /ml

    • クライアントから受け取った画像を元にポーズを分類し,結果を返します.
      1. ポーズ認識で首・肩・肘・手首の位置を特定
      2. それらのパーツの座標 (x, y) を連結したベクトルを入力にポーズを分類
    • 使用技術: Python, OpenPose, Tensorflow, PyTorch, Flask
  • 設定ページ: /settings_client

    • ポーズとアクションのパターンをGUIで設定します.
    • 使用技術: Nuxt.js

Creators:

showtime's People

Contributors

raahii avatar ta1m1kam avatar

Stargazers

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