vt_shape_gen
is a Python library containing tools for the vocal tract synthesis from phonetic inputs,
which is intended to advance speech articulation synthesis.
- Clone
vt_tools
repo
>>> git clone git@clone-url/vt_tools.git
- Clone the repo
>>> git clone git@clone-url/vt_shape_gen.git
- Install the libs
>>> pip3 install -e /path/to/vt_tools
>>> pip3 install -e /path/to/vt_shape_gen
- Import it in your code
import vt_shape_gen
- Clone
vt_tools
repo
>>> git clone git@clone-url/vt_tools.git
- Clone the repo
>>> git clone git@clone-url/vt_shape_gen.git
- Create a virtual environment
>>> cd vt_shape_gen
>>> python3 -m venv .dev_env
- Activate the virtual environment
>>> source .dev_env/bin/activate
- Install the requirements
>>> pip3 install -r requirements.txt
- Run the tests
>>> py.test test
- Submit your pull request