Skip to content

오픈소스기초설계 4조 프로젝트 be_all_ear9

Notifications You must be signed in to change notification settings

KumKeeHyun/be_all_ear9

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

85 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BE_ALL_EAR9

Execution process

Connect Raspberry Pi and Computer to the Same Wifi

in Raspi

voice recording in recoding dir

python3 trecorder.py <computer ip>

receive voice output.txt in speech_to_text dir

python3 recv_output.py <raspi ip>

analysis output in gui dir

python3 inter.py

in Computer

receive wav file in speech_to_text dir

python3 recv_wav.py <computer ip>

speech to text and send output in docker

python3 docker_main.py

How to install docker and make container(Speech-to-Text-wavenet) in linux

install curl

sudo apt install curl

install docker

curl -fsSL https://get.docker.com/ | sudo sh

when you exec docker, you must use sudo with docker command

download speech-to-text image image file size will very large... maybe 1.8GB??

sudo docker pull buriburisuri/speech-to-text-wavenet

check image

sudo docker image ls

run docker container - interactive mode

sudo docker run -it buriburisuri/speech-to-text-wavenet

please append volume directory 'speech_to_text/flac_set'

About

오픈소스기초설계 4조 프로젝트 be_all_ear9

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •