# ๐Ÿš€ IA Hackathon Project ![Arduino Project](images/project.png) Welcome to **IA Hackathon Project**! About This project was made as part of a collaboration between **42 school** and **Lazada art school**. The goal was to make an AI with **psychiatric problems** in pairs. So we decided to make a child with tics. ๐ŸŽฏ ![Photo](assets/images/project.jpg) ## ๐Ÿ“Œ Features โœ… Motor activation based on python request\n โœ… Request to mistral API\n โœ… Talk to text\n โœ… Text to talk\n --- ## ๐Ÿ› ๏ธ Required Components | Component | Quantity | |-----------------|----------| | Arduino Uno | 1 | | Motor | 1 | | Relais | 1 | | Wires | Several | --- ## โš™๏ธ Wiring Diagram Hereโ€™s how to connect the components: ![Schemat](assets/images/schema.png) ๐Ÿ“Œ **Explanation:** - Faites le putin de **schรฉma** --- ## ๐Ÿ–ฅ๏ธ Installation 1๏ธโƒฃ Clone this repository: ```sh git clone https://github.com/user/my-arduino-project.git ``` 2 follow the diagram for the connections 3 update motor.ino in arduino card and close the IDE Arduino (for resolve Serial problem) 4 Install all lib : ```sh pip install requests openai-whisper sounddevice numpy soundfile pyttsx3 pygame pyserial ``` 5 Replace MY_API_KEY and COM_OF_THE_ARDUINO in main.py 6 Run main.py ```sh python main.py ```