/osky-the-voice-assistant

Here's my project, voice assistant using python where I have used speech recognition, smtplib, web-browser packages. Hope you like it! some features of this assistant open college LMS for me Wikipedia searching send emails open websites playsongs

Primary LanguagePython

Osky-The Voice Assistant

As we know Python is a suitable language for script writers and developers. Let’s write a script for Voice Assistant using Python. The query for the assistant can be manipulated as per the user’s need. Speech recognition is the process of converting audio into text. This is commonly used in voice assistants like Alexa, Siri, etc. Python provides an API called SpeechRecognition to allow us to convert audio into text for further processing. In this article, we will look at converting large or long audio files into text using the SpeechRecognition API in python.

Python packages needed


1)SpeechRecognition
2)Datetime
3)pyttsx3
4)wikipedia
5)Web Browser
6)smptlib
7)PyJokes
8)pyautogui
9)translate
10)WOlFRAME API

Solve PyAudio Error

Step 1:pip install pywin
Step 2:Install PyAudio from https://www.lfd.uci.edu/~gohlke/pythonlibs/#pyaudio
Step 3:pipwin install pyaudio