Skip to content

import datetime import speech_recognition as sr import random from gtts import gTTS import os import time from mutagen.mp3 import MP3 import eel eel.init('web') greetings = ['hey there', 'hello', 'hi', 'Hai', 'hey!', 'hey'] question = ['how are you', 'how are you doing'] responses = ['Okay just tired of life', "I'm fine thank you"] q = ['do you…

Notifications You must be signed in to change notification settings

zhengxinghua1101/VoiceBotMasters

This branch is up to date with kienps308/VoiceBotMasters:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Mar 22, 2020
52e8fed · Mar 22, 2020

History

1 Commit
Mar 22, 2020

About

import datetime import speech_recognition as sr import random from gtts import gTTS import os import time from mutagen.mp3 import MP3 import eel eel.init('web') greetings = ['hey there', 'hello', 'hi', 'Hai', 'hey!', 'hey'] question = ['how are you', 'how are you doing'] responses = ['Okay just tired of life', "I'm fine thank you"] q = ['do you…

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published