Skip to content
This repository has been archived by the owner on May 28, 2021. It is now read-only.

Latest commit

 

History

History
43 lines (26 loc) · 1.15 KB

README.md

File metadata and controls

43 lines (26 loc) · 1.15 KB

Phonetics Modeling (Python version)

To see a demonstration of the program, without having to install it, please see the screenshots.

Requirements

  • Python 3.8

How to run

Run the following at the command line:

python3 main.py

How to run the tests:

Type the following line at the command line, and press enter.

python3 -m unittest

Plans:

This is the translation from the Haskell version.

How to use Docker

Build the image by running the following command:

docker build -t phonetics-modeling-python .

Start the Docker container. This will start the server. docker run -p 8770:8080 phonetics-modeling-python

Now open your browser, and browse to: http://localhost:8770/voice_phoneme/s

OR: http://localhost:8770/voice_phoneme/s

Current Issues

  • more unit test coverage to be added