Skip to content

A speech to text and text to speech client for Program-Y chatbot framework

License

Notifications You must be signed in to change notification settings

keiffster/talk-y

Repository files navigation

talk-y

A speech to text and text to speech client for Program-Y

Installation

First install the base dependencies from programy

    pip install programy

Next clone the code base

wget https://

Change to the directory that you installed the clone

Now set PYTHONPATH

export PYTHONPATH=${PYTHONPATH}:<path to talk-y>/src

Install the Talk-y dependencies

pip install -r requirements.txt

Execute the script

cd scripts\xnix
./talk-y.sh

Enjoy

Releases

No releases published

Packages

No packages published