LoginSignup
0
0

More than 3 years have passed since last update.

ウェイクワード、テキスト検出のメモ

Last updated at Posted at 2020-12-09

condaのコンソールのフォントを変更方法
http://pentan.info/program/cmd_chcp.html

正規表現の使い方
https://regexr.com/
https://developers.google.com/edu/python/regular-expressions#basic-examples

グーグルテキストから音声に交換するライブラリー
https://github.com/pndurette/gTTS
https://towardsdatascience.com/easy-text-to-speech-with-python-bfb34250036e

テキスト検出と認識
https://github.com/PaddlePaddle/PaddleOCR/blob/develop/doc/doc_en/inference_en.md

ウェイクワードを利用のライブラリー
https://github.com/Picovoice/porcupine
pip install pyaudio
error: Microsoft Visual C++ 14.0 or greater is required. Get it with "Microsoft C++ Build Tools": https://visualstudio.microsoft.com/visual-cpp-build-tools/
-> conda install pyaudio

リアルタイムのカラーフィルター
https://stackoverflow.com/questions/10948589/choosing-the-correct-upper-and-lower-hsv-boundaries-for-color-detection-withcv

グーグルのOCR結果からバウンディングボックスを写真に追加する方法
https://cloud.google.com/vision/docs/fulltext-annotations

Streaming OCR with Google’s Vision API and OpenCV
https://springml.com/blog/streaming-ocr-vision-api/

パイソンjsonの使い方
https://stackabuse.com/reading-and-writing-json-to-a-file-in-python/

エラー:can't pickle google.protobuf.pyext._message.RepeatedCompositeContainer objects
https://github.com/googleapis/python-vision/issues/70

response = client.text_detection(image=image)
json_string = proto.Message.to_json(response)

pickleというライブラリーの使い方
https://wiki.python.org/moin/UsingPickle

k-Treeアルゴリズムの使い方(リスト内の別のポイントに最も近いポイントを見つける方法)
https://stackoverflow.com/questions/10818546/finding-index-of-nearest-point-in-numpy-arrays-of-x-and-y-coordinates

0
0
1

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0