From e3d45e14ef4a74d48bba2a1036c2c88f2f6572eb Mon Sep 17 00:00:00 2001
From: FURK4NGG <105324908+FURK4NGG@users.noreply.github.com>
Date: Tue, 7 Oct 2025 23:07:55 +0300
Subject: [PATCH] Update README.md
---
README.md | 20 ++++++++++++++++++--
1 file changed, 18 insertions(+), 2 deletions(-)
diff --git a/README.md b/README.md
index 1cba408..fd02f87 100644
--- a/README.md
+++ b/README.md
@@ -1,2 +1,18 @@
-# run-cv-model-in-rp5
-Run computer vision model in Rasberry Pi 5
+## 👀 run-cv-model-in-rp5 Overview 3/3
+
Run computer vision model in Rasberry Pi 5 AI HAT
+
+
+## 🔎 Preparation
+`/home/$USER/Desktop/yolo_hailo/yolov11n.hef`
+`Write each object class[rock,paper,scissors] on a new line in your that file:'/home/$USER/Desktop/yolo_hailo/labels.txt'`
+
+## 📦 Setup
+1. `cd /home/$USER/Desktop/yolo_hailo`
+2. `sudo apt update`
+3. `sudo apt install -y python3-pip python3-libcamera python3-kms++ python3-prctl libatlas-base-dev`
+4. `git clone -b next https://github.com/raspberrypi/picamera2.git`
+5. `cd picamera2`
+6. `pip install -e . --break-system-packages`
+7. `cd picamera2/examples/hailo`
+8. `python detect.py --model /home/$USER/Desktop/yolo_hailo/yolov11n.hef --labels /home/$USER/Desktop/yolo_hailo/labels.txt`
+