Sign inSign up

wisehackermonkey/ipa-translator-v1

By wisehackermonkey

Updated over 6 years ago

a simple app that returns the wav for a words pronusation using IPA

Image
0

304

wisehackermonkey/ipa-translator-v1 repository overview

20200222_phonetic_pronunciation_v1

a simple app that returns the wav for a words pronusation using IPA (International Phonetic Alphabet)


go to
http://192.168.1.73:8080/v1/words/1

how to build the local npm repo

npm run compile

how to build/run the docker container build

docker build -t ipa-translator-v1 . run forground (testing) docker run -i -p 8080:3000 -d ipa-translator-v1:latest run background docker run -p 8080:3000 -d ipa-translator-v1:latest

RUN WITH DOCKER

docker run -p 8080:3000 -d wisehackermonkey/ipa-translator-v1

for runing on raspberry pi

docker run -p 8080:3000 -d wisehackermonkey/ipa-translator-v1-arm

Tag summary

Content type

Image

Digest

Size

65.7 MB

Last updated

over 6 years ago

docker pull wisehackermonkey/ipa-translator-v1