Update README.md

This commit is contained in:
acabon 2025-05-09 21:20:37 +02:00 committed by GitHub
parent be70363025
commit 9c782a8eb8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,17 +1,19 @@
# 🚀 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)
![Arduino Project](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
✅ Motor activation based on python request
✅ Request to mistral API
✅ Talk to text
✅ Text to talk
---
@ -39,17 +41,22 @@ Heres how to connect the components:
---
## 🖥️ Installation
1 Clone this repository:
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