/Digital--Dictionary

Digital Dictionnary takes voice as input and return the meaning of the word in voice as weel as on screen too. It uses Google text to speech to covert the text format to voice format and provided code coverts speech to text. Here i have used the python coding language and JSON File to store the database.

Primary LanguagePython

Digital--Dictionary

Digital Dictionnary takes voice as input and return the meaning of the word in voice as weel as on screen too. It uses Google text to speech to covert the text format to voice format and provided code coverts speech to text. Here i have used the python coding language and JSON File to store the database. In cae if the word doesnot exist in the file it uses browser automation to search the word in internet as well as individual can do changes manually.

Features of Digital Dictionary

1> Voice Controlled
2> User can search any word
3> User can add new words
4> Add words manually or by browser automation

Things used in this Repository:

1> Python
2> Text to speech
3> Speech to Text
4> Browser automatoion (Using Selenium)

Keep updating your packages

1> APIs needs to be keep updating in a regular interval
2> Most common APIs needs to be updates are ChromeDriver and GTTS package.