👉 Important steps to run this program in your system.
import os
import time
import pyttsx3
import datetime
import pyaudio
import wikipedia
import webbrowser
import wolframalpha
import subprocess
import speech_recognition as sr
Use the package manager pip to install some libraries
pip install pyttsx3
pip install PyAudio
pip install wikipedia
pip install wolframalpha
pip install SpeechRecognition
👉 I use "sapi5" (Microsoft Speech API is the technology for voice recognition and synthesis provided by Microsoft).
👉 So, it will only work on windows system.
👉 If you want to use this in Linux system then use eSpeak instead of sapi5.
👉 Project demonstration video Link