Skip to content

Arceus-sj/personal-assistant-KATANA

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

Personal AI Assistant- KATANA 🤖🤖🤖

👉 Important steps to run this program in your system.

Import Python Libraries

import os
import time
import pyttsx3
import datetime
import pyaudio
import wikipedia
import webbrowser
import wolframalpha
import subprocess
import speech_recognition as sr 

Libraries Installation

Use the package manager pip to install some libraries

pip install pyttsx3
pip install PyAudio
pip install wikipedia
pip install wolframalpha
pip install SpeechRecognition

🔥 imp.Note

👉 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

Releases

No releases published

Packages

No packages published

Languages