Chatbot with Voice Assistant "MAYA" | Live Corona Cases count
HTML-код
- Опубликовано: 6 ноя 2024
- Hey, I implemented a Chatbot and voice assistant "Maya". Maya is able perform each a every instruction or commands. For example- Play song, search on Google, Find location, search on Wikipedia, Current time and many more.
I added one additional command "Covid-19 update". By using this , Maya will verbally gives us details of current total count of Corona positive cases and total number of recovered cases. When we give "covid-19 update " command, Maya internally using Crome #webdriver of #selenium and open website " Worldometer "( It gives us the live count of corona cases). Using html parser of #BeautifulSoup, fetch page source of this website and using tags find the correct location where information about live cases stored. Maya fetch that information and verbally give us the details.
Any suggestions, Please comment below. Thanks