Voice-Based AI Assistant
Created a voice-based AI assistant capable of answering questions and launching applications based on user voice input. Used speech recognition with Python to convert spoken commands into text for downstream processing. Applied basic AI logic to interpret queries and return appropriate responses. • Transcribed spoken voice commands using speech recognition • Processed commands with Python • Applied simple AI logic for query understanding • Improved performance through testing and debugging