You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A voice based email system for the visually impaired. This is a python based project that allows users to send email, read email, search email in bin, favourite, etc all with the help of voice commands. It also summarises the email. The project uses whisper model for voice to text conversion, python for backend and flask for UI.
The Email Assistant project is a Python script that allows you to send emails using voice commands. It integrates with the smtplib library for email sending, speech_recognition for voice recognition, and pyttsx3 for text-to-speech functionality.