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

elsanussi-s-mneina/phonetics-modeling-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published