keiffster / talk-y

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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

License:MIT License


Languages

Language:Python 97.7%Language:Shell 1.5%Language:Batchfile 0.8%