Python voice assistant using OpenCV and excel
- in development
- Written in Python 3.6
- Voice Recognition
- Face Detection
- Text Recognition
- Customize name and voice
- General conversation (limited)
- Set alarms/ reminders
- Send messages
- send emails
- opencv-python (pip install opencv-python)
- opencv-contrib-python (pip install opencv-contrib-python)
- openpyxl (pip install openpyxl)
- pillow (pip install pillow)
- pyttsx3 (pip install pyttsx3)
- speechrecognition (pip install speechrecognition)
- pyaudio (pip install pyaudio)
- numpy (pip install numpy)
- matplotlib (pip install matplotlib)