-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
17 changed files
with
27 additions
and
1,487 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
# fast_word_emotion_analysis | ||
|
||
音声の入力を受けとり、音節の切れ目で、それまでの感情を計算します。 | ||
arduinoを経由し、話を聞いてない人や耳が聞こえない人の首に電流を流して、感情に沿った適切なうなづきを実行させます。 | ||
arduinoのコードは……実機の中にしかありません。 | ||
|
||
動作方法 | ||
|
||
srcの内部の二つのスクリプトを動作させる。二つとも、非同期で処理が走る。 | ||
(それぞれ、分析の結果をfileのioを通してパスしている。デモをする際に、支給されたパソコンのスペックがあんまりであったため、処理の負荷を手元の携帯に分散させることができるように、fileのio経由で同期させている。) | ||
初回は、whisperモデルやbertのモデルのダウンロードが走るため、時間がかかる。 | ||
また、cudaや音声入力の管理が必要なため、環境依存で修正しなければならない諸々が非常に多い。 |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.