ia_hackathon/README.md
2025-05-09 21:22:09 +02:00

66 lines
1.6 KiB
Markdown
Raw Permalink Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 🚀 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. 🎯
![Arduino Project](assets/images/project.jpg)
## 📌 Features
✅ Motor activation based on python request
✅ Request to mistral API
✅ Talk to text
✅ Text to talk
---
## 🛠️ Required Components
| Component | Quantity |
|-----------------|----------|
| Arduino Uno | 1 |
| Motor | 1 |
| Relais Arduino | 1 |
| Wires | Several |
---
## ⚙️ Wiring Diagram
Heres how to connect the components:
![Schemat](assets/images/schema-V2.png)
📌 **Explanation:**
1. Connect the GND and NO (Normally Open) pins of the relay to the GND pin of the Arduino board.
2. Connect the CVV pin of the relay to the D2 pin of the Arduino.
3. Connect the NC (Normally Closed) pin of the relay to the GND pin of the motor.
4. Connect the 5V pin of the motor and the SING pin of the relay to the 5V power supply.
---
## 🖥️ 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
```