mirror of
https://github.com/acabon29/ia_hackathon.git
synced 2025-10-29 19:45:59 +00:00
Ce projet a été réalisé dans le cadre d'une collaboration entre l'école 42 et l'écolé d'art lazada. Le but était de réaliser une ia ayant des problemes psychatrique en binome. Nous avons donc décidé de réaliser un enfant ayant des tics.
| arduino | ||
| assets | ||
| main.py | ||
| README.md | ||
🚀 IA Hackathon Project
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. 🎯
📌 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:
📌 Explanation:
- Faites le putin de schéma
🖥️ Installation
1️⃣ Clone this repository:
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 :
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
python main.py


