AssistantType is a voice-enabled AI assistant inspired by Jarvis.
It uses the Gemini API and is built with the MERN stack and TypeScript.
The assistant listens to user voice commands, understands intent using AI, and performs real-world tasks through the browser.
- Take voice input from the user
- Process commands using Gemini AI
- Open songs on YouTube
- Search queries on the web
- Check weather information
- Open ChatGPT and other websites
- Act as a basic browser-level virtual assistant
This project is built to explore how AI can be integrated with voice input and real browser actions.
It focuses on practicality over complexity and serves as a foundation for building a smarter, more capable personal assistant.
- MERN Stack
- TypeScript
- Gemini API
- Web Speech APIs
The assistant works at a basic level and successfully executes common voice commands.
The project is still in development and will be improved with more actions and better accuracy.
- More command support
- Better intent detection
- Custom user commands
- Improved response accuracy