Intelligent System for Human Assistance
A fully offline, female AI voice assistant for Windows — control your entire PC with your voice, text, or hand gestures. No internet. No API keys. No limits.
ISHA is a personal AI assistant built entirely in Python — designed to live on your Windows PC and understand you in natural Hinglish or English. She runs completely offline, remembers your preferences, and controls every aspect of your computer.
From opening apps to playing music on YouTube, solving math problems to controlling your mouse with gestures — ISHA does it all through a beautiful floating capsule GUI that sits at the bottom of your screen, always ready.
Speak in Hinglish or English. ISHA understands natural commands, fuzzy phrasing, and wake-word detection ("Isha, open Chrome").
OFFLINE STTZero API calls. ISHA's intelligence runs entirely on your machine — smart reply engine, intent detection, fuzzy matching, and persistent memory.
NO INTERNET NEEDEDControl your PC with your hands via webcam. Air mouse, pinch to click, fist to screenshot, swipe to switch apps — powered by MediaPipe.
MEDIAPIPE + CV2Launch 40+ apps and open 60+ Windows settings instantly. The "!" popup gives you a searchable list of everything on your PC.
FUZZY MATCHSay "Play Bollywood songs" or "Chalao Arijit Singh" and ISHA will auto-search and play on YouTube. Controls include next, previous, stop, volume.
PYWHATKITTell ISHA anything to remember — she saves it to a local JSON file and recalls it in future sessions. No cloud. No data sharing.
LOCAL ONLYSolve complex equations, square roots, decimals, π, and more. Powered by SymPy for precise symbolic computation — no calculator needed.
SYMPY ENGINESet alarms for specific times or reminders with a delay. Background threads keep watching the clock even while you work on other things.
BACKGROUND THREADSInstantly capture screenshots with unique timestamps. Record your screen for any duration. Take selfies from your webcam — all by voice command.
PYAUTOGUI + CV2Hinglish, English, or a mix — ISHA understands how real people speak.
Point your webcam and use hand gestures to control your entire PC — no touch required.
Download the full Python source code or grab the ready-to-run .exe installer for Windows. No account needed.
pip install -r requirements.txt
Common issues and how to fix them in seconds.
pip install pyttsx3
If ISHA speaks in a male voice, edit voice.py and change the voice index from 1 to 0, or search your system voices for "Zira" (Microsoft's female voice).
pip install SpeechRecognition pyaudio
If pyaudio fails on Windows, try: pip install pipwin && pipwin install pyaudio
Make sure your microphone is set as the default recording device in Windows Sound Settings.
pip install opencv-python mediapipe
Make sure your webcam is connected and not being used by another app. Gesture mode is optional — ISHA works without it.
pip install pywhatkit
If it still fails, ISHA will automatically fall back to opening a YouTube browser search instead.
pip install sympy
python --version # Should be 3.9+
pip install psutil
pip install speedtest-cli
Note: Requires an active internet connection to run the speed test.
pip install -r requirements.txt
This will install all packages at once. Restart ISHA after installation.