Project carried out in a team at UPSSITECH as part of the "Projet Fil Rouge".
This project consists in designing an autonomous mobile robot capable of:
- Understanding voice or text commands
- Interpreting multilingual instructions (FR / EN / ES)
- Executing movements in a simulated environment
- C (main program)
- Python (voice assistant & simulation)
- JSON (multilingual configuration)
- Voice command recognition (Python)
- Multilingual command parsing (JSON-based)
- Action generation (C)
- Robot simulation using Python (turtle)