Inspiration
Email is the most effective and formal way to communicate with others. Replying to emails is a lengthy and hardly automated task. Repetitive email conversations are not only time-consuming but also frustrating and non-challenging for qualified and motivated employees. So, by thinking in a smart manner, we can reduce the task of typing to just speech.
What it does
The point is how this works. This is an email speech assistant in which users need to just speak whatever they want to send as an email. That is this application converts speech to text while sending an email.
How we built it
We used 1.pyttsx3 is a text-to-speech conversion library in Python. Unlike alternative libraries, it works offline and is compatible with both Python 2 and 3. An application invokes the pyttsx3. init() factory function to get a reference to a pyttsx3. 2.Python comes with the built-in smtplib module for sending emails using the Simple Mail Transfer Protocol (SMTP) . the smtplib module defines an smtp client session object that can be used to send mail to any internet machine with an SMTP or ESMTP listener daemon.
Accomplishments that we're proud of
Successfully, We could send emails to a person via speech.
What we learned
We learned many python libraries along with understanding concepts of NLP.
Built With
- python
- speech-recognition
Log in or sign up for Devpost to join the conversation.