Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/keiffster/talk-y

A speech to text and text to speech client for Program-Y chatbot framework
https://github.com/keiffster/talk-y

aiml alexa chatbot cortana python python3 siri speechtotext texttospeech virtualassitant

Last synced: 16 days ago
JSON representation

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

Awesome Lists containing this project

README

        

# talk-y
A speech to text and text to speech client for Program-Y

## Installation

First install the base dependencies from programy
```bash
pip install programy
```

Next clone the code base
```bash
wget https://
```

Change to the directory that you installed the clone

Now set PYTHONPATH
```bash
export PYTHONPATH=${PYTHONPATH}:/src
```

Install the Talk-y dependencies
```bash
pip install -r requirements.txt
```

Execute the script
```bash
cd scripts\xnix
./talk-y.sh
```

Enjoy