Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/keiffster/talk-y
- Owner: keiffster
- License: mit
- Created: 2017-09-06T05:09:53.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2020-02-16T17:18:52.000Z (almost 5 years ago)
- Last Synced: 2023-12-18T11:55:29.865Z (about 1 year ago)
- Topics: aiml, alexa, chatbot, cortana, python, python3, siri, speechtotext, texttospeech, virtualassitant
- Language: Python
- Homepage:
- Size: 92.8 KB
- Stars: 4
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
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