Giter Club home page Giter Club logo

quarantine_helper's Introduction

本リポジトリの目的

「市販のEMGとIMUを使用し、エッジ端末で手の動きを分類した上でAWS IoTに結果を送信する」プログラム

学習 推論
training inference

はじめに

開発用PCやRaspberry piに以下のコマンドで、本リポジトリをダウンロードしておく
git clone https://github.com/airkei/quarantine_helper.git

学習手順

  1. arduino nano ble 33 sense(以下、arduino)上で、__COLLECT_RAW_DATA__trueにしたarduino/main プログラムを実行し、データをPCに送信する
  2. PC上でpc/data_upload.pyプログラムを実行し、データをS3にアップロードする
  3. S3に保存されたデータに対して、cloudディレクトリの以下を実行する
    1. touch_model_collect_data.ipynbを実行し、データを整形する
    2. touch_model_tuning.ipynbを実行し、ハイパーパラメータのチューニングをかける
    3. touch_model_conv_tflite.ipynbを実行し、TF Lite用の学習データを作成する

使用(推論)手順

  1. 学習で作成したモデルをarduino/main/model.cにコピーし、arduino上でarduino/main プログラムを実行する
  2. Raspberry Pi 4上で、rasp/gateway.py プログラムを実行する

ディレクトリ構成

詳細は各ディレクトリ内のREADME.mdに記載

  • arduino
    arduinoのプログラム
  • cloud
    AWSのプログラム
  • rasp
    raspberry piのプログラム
  • pc
    arduinoとシリアル接続したpcのプログラム

quarantine_helper's People

Watchers

Keisuke Nakata 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.