african voices web
1.0.0
Visit the African Voices website here.
python3 -m venv virtual_environment_namecd your_virtual_environment_name and then source bin/activatepip3 install -r requirements.txt in the project root folderpython manage.py makemigrations and then python manage.py migrate to create the tables from models in the databasepython manage.py runserver on the project root folder to run project on local machineFor the project to work, you need to have festvox and its dependencies installed.
sudo apt-get install git build-essential libncurses5-dev sox wget
sudo apt-get install csh ffmpeg html2text
chmod +x festvox_setup.sh
./festvox_setup.sh
Learn more about Festvox
Follow the instructions in NewlangTech to create your own synthesizer in simple steps.