Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 641 Bytes

README.md

File metadata and controls

28 lines (22 loc) · 641 Bytes

ChatbotPipeline

you can talk via voice!

ChatBot Pipeline

It is a Python Module for dealing with Domain Specific Conversational Chats.

What it Consists.

speech to text

question answering

text to speech

Installation and Usage

git clone https://github.com/Autobot37/ChatbotPipeline
cd ChatbotPipeline
pip install -r requirements.txt
cd pipeline
python realtimeWhole.py
```
## Contributing

Pull requests are welcome. For major changes, please open an issue first
to discuss what you would like to change.

Please make sure to update tests as appropriate.

## License

[MIT](https://choosealicense.com/licenses/mit/)