IntelliMate is a voice-controlled virtual assistant that automates tasks through natural language commands. Built with Python, it combines system control with web intelligence.
Category | Commands Examples |
---|---|
System | Open apps, take screenshots |
Web | Google/Wiki searches, send emails |
Productivity | Calculations, time, reminders |
Media | YouTube search, news headlines |
- Python 3.8+
- Windows OS (for system commands)
- Microphone
git clone https://github.com/ashishr77/IntelliMate.git cd IntelliMate python -m venv myenv myenv\Scripts\activate pip install -r requirements.txt
"Open calculator"
"Search Wikipedia for artificial intelligence"
"What's my IP address?"
"Calculate 15% of 2000"
"Send email to [email protected]"
Built with ❤️ and Python
```