Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README.md #7

Merged
merged 1 commit into from
Nov 18, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 10 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,22 +1,18 @@
### What is TEMP-WRITER

TEMP-WRITER is a virtual typewriter system that can be used on a desktop.
It utilizes mediapipe(Hands) to recognize your hand gestures, and a thermal printer (EPSON TM-T90) is used to print images and strings that have been bound to specific gestures in real-time.

The preset images and strings can be customized and used for various creative purposes.
For example, registering alphabets and symbols will make it work like a "real" typewriter.
It is also possible to endlessly print out only kawaii cat images.

Now, please enjoy this creation.

### Install
### 概要
ハンドジェスチャでうごくタイプライターです
mediapipe(Hands)でハンドジェスチャーを認識して、サーマルプリンタ(EPSON TM-T90)で画像や文字列を印刷できます

### 使い方
```
$ brew install libusb // requirements for pyusb (macOS)
$ poetry install
$ poetry run python xxx.py
```
カメラに映ったジェスチャを認識してプリンターが文字を出力します

### Train model

### 学習時のコード
[colab](https://colab.research.google.com/drive/1JMFFDpNhgk0m1NZFeWFyuNj6yojQzyKI?usp=sharing)

### Appendix
制作時のブログ
https://tama-ud.hatenablog.com/entry/2023/07/09/030155