Skip to content

Bl4cKc34sEr/SpeechRecognition

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 

Repository files navigation

SpeechRecognition

forthebadge made-with-python

This is a basic project created for AI implementation in Python language.

To decode the speech into text, groups of vectors are matched to one or more phonemes—a fundamental unit of speech. This calculation requires training, since the sound of a phoneme varies from speaker to speaker, and even varies from one utterance to another by the same speaker. A special algorithm is then applied to determine the most likely word (or words) that produce the given sequence of phonemes.

Modules/Libraries that are used are:

  1. pyttsx3
  2. speech_recognition
  3. datetime
  4. wikipedia
  5. webbrowser
  6. playsound

About

This is a basic project created for AI implementation in Python language.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages