- Let me admit that I am lazy. So I decided to make a simple text assistant using Python. In theory, it should recognize voice, But in my system, I saddly have driver issues with my microphone, so I can't test it correctly.
- For now, Emma can do just basic tasks.
- Python - version 3.8
- AIML - version 1.0
- You see, That's fun (:
- If you want to test this project run these commands:
$ git clone https://github.com/0ne-zero/Emma_Text_Assistant
$ cd ./Emma_Text_Assistant/
$ virtualenv venv
$ source venv/bin/activate
$ pip3 install -r requirements.txt
$ python3 ./main.py
- This project was inspired by JELVIS
- Thanks to Iron-Man
- Created by Pouria Khakpour - feel free to contact me!
- You can reach me by [email protected]