-
Notifications
You must be signed in to change notification settings - Fork 0
Home
sheetal358 edited this page Feb 8, 2021
·
1 revision
In this project I built a Covid-19 Voice assistant using Python. This Project makes use of a tool called ParseHub which is free for WebScraping.
Packages:
- requests
- json
- pyttsx3
- SpeechRecognition
- Multithreading
I used multithreading library to ensure that the voice assistant is running on 1 thread & the updating of data takes place parallely on another.
Once the program starts, you can ask the voice assistant any question about covid-19 cases/deaths anywhere in the world or in a particular country. The data can be updated by asking the program to update using voice command "update", it may take a few minutes. The program can be stopped by using voice command "stop".