diff --git a/README.md b/README.md index 658a58f..5d6cfa8 100644 --- a/README.md +++ b/README.md @@ -8,10 +8,10 @@ This project was made as part of a collaboration between **42 school** and **Laz ![Photo](assets/images/project.jpg) ## πŸ“Œ Features -βœ… Motor activation based on python request -βœ… Request to mistral API -βœ… Talk to text -βœ… Text to talk +βœ… Motor activation based on python request\n +βœ… Request to mistral API\n +βœ… Talk to text\n +βœ… Text to talk\n --- @@ -28,7 +28,7 @@ This project was made as part of a collaboration between **42 school** and **Laz ## βš™οΈ Wiring Diagram Here’s how to connect the components: -![Diagram](assets/images/project.jpg) +![Schemat](assets/images/schemat.png) πŸ“Œ **Explanation:** - The **HC-SR04 sensor** is connected to **Trig** and **Echo** pins @@ -41,3 +41,17 @@ Here’s how to connect the components: 1️⃣ Clone this repository: ```sh git clone https://github.com/user/my-arduino-project.git +``` + +2 update motor.ino in arduino card and close the IDE Arduino (for resolve Serial problem) +3 Install all lib : +```sh +pip install requests openai-whisper sounddevice numpy soundfile pyttsx3 pygame pyserial +``` +4 Replace MY_API_KEY and COM_OF_THE_ARDUINO in main.py +5 Run main.py +```sh +python main.py +``` + + diff --git a/assets/images/schema.png b/assets/images/schema.png new file mode 100644 index 0000000..025b360 Binary files /dev/null and b/assets/images/schema.png differ