Developed an intelligent voice-controlled car system that combines AI speech recognition with IoT device control. The project workflow:
Built a custom AI model to recognize spoken commands accurately.
Integrated MQTT protocol to send messages from the AI system to the ESP microcontroller.
The ESP microcontroller interprets the commands and controls the car’s movement (forward, backward, turns, stop, etc.).
Enabled real-time voice control for seamless interaction with the car.
This project demonstrates practical AI and IoT integration, combining speech-to-command recognition with embedded system actuation. It’s a strong example of intelligent automation in robotics.