A siri-like reddit chatbot (WIP). Feel free to fork and contribute.
- Clone or download repo and extract
- Navigate to project folder via terminal
- Install necessary packages with
pip install -r requirements.txt
. - Run
python siri.py
.
Note: pygame>=2.0.0.dev7 required for scrolling
- Display elements
- Speech to text
- Make a framework for the actual chatbot
- Prepare a dataset (preferably Reddit for an offensive one XD)
- A model for the same (options - seq2seq with attention, BERT based)
- Speech-based models for an actual Siri-experience (rather a better one lol)
- Text to speech