Skip to content

Commit 05cab23

Browse files
committed
remove content
1 parent 352ea67 commit 05cab23

File tree

1 file changed

+3
-51
lines changed

1 file changed

+3
-51
lines changed

README.md

Lines changed: 3 additions & 51 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@
77
<div align="center">
88
<img src="pictures/README/banner.png" style="max-width: 100%; height: auto;" />
99
<h3 align="center" style="display: flex; align-items: center; justify-content: center; gap: 10px;">
10-
<img src="pictures/README/Portal.gif" alt="Portal Animation" width="50">
10+
<img src="pictures/README/Portal.gif" alt="Portal Animation" width="50" height="50">
1111
<a href="https://seeed-projects.github.io/Tutorial-of-AI-Kit-with-Raspberry-Pi-From-Zero-to-Hero/">Tutorial of AI Kit with Raspberry Pi From Zero to Hero</a>
12-
<img src="pictures/README/Portal.gif" alt="Portal Animation" width="50">
12+
<img src="pictures/README/Portal.gif" alt="Portal Animation" width="50" height="50">
1313
</h3>
1414

1515
<p align="center">
@@ -31,54 +31,6 @@ This course is designed to teach you how to harness the power of AI on the Raspb
3131
| ![Raspberry Pi AI Kit](https://media-cdn.seeedstudio.com/media/catalog/product/cache/bb49d3ec4ee05b6f018e93f896b8a25d/2/-/2-113060086-raspberry-pi-ai-kit-all.jpg) | ![reComputer R1000](https://media-cdn.seeedstudio.com/media/catalog/product/cache/bb49d3ec4ee05b6f018e93f896b8a25d/1/1/113991314-2_1.jpeg) | ![Raspberry Pi 5](https://media-cdn.seeedstudio.com/media/catalog/product/cache/bb49d3ec4ee05b6f018e93f896b8a25d/1/-/1-102110919-raspberry-pi-5-8gb-45font.jpg) |
3232
| [**Purchase Now**](https://www.seeedstudio.com/Raspberry-Pi-AI-Kit-p-5900.html?utm_source=PiAICourse&utm_medium=github&utm_campaign=Course) | [**Purchase Now**](https://www.seeedstudio.com/reComputer-R1035-10-p-5925.html?utm_source=PiAICourse&utm_medium=github&utm_campaign=Course) | [**Purchase Now**](https://www.seeedstudio.com/Raspberry-Pi-5-8GB-p-5810.html?utm_source=PiAICourse&utm_medium=github&utm_campaign=Course) |
3333

34-
35-
## 📝 Contents
36-
37-
<details>
38-
<summary style="font-size: 1.5em;">Chapter 1: Introduction to AI</summary>
39-
40-
- [Introduction of Deep Neural Network](https://github.com/Seeed-Projects/Tutorial-of-AI-Kit-with-Raspberry-Pi-From-Zero-to-Hero/blob/main/articles/Chapter_1-Introduction_to_AI/Introduction_to_DNN.md)
41-
- [Introduction of Computer Vision](https://github.com/Seeed-Projects/Tutorial-of-AI-Kit-with-Raspberry-Pi-From-Zero-to-Hero/blob/main/articles/Chapter_1-Introduction_to_AI/Overview_of_Computer_Vision.md)
42-
43-
</details>
44-
45-
<details>
46-
<summary style="font-size: 1.5em;">Chapter 2: Configuring the Raspberry Pi Environment</summary>
47-
48-
- [Introduction to OpenCV in Raspberry Pi Environment](https://github.com/Seeed-Projects/Tutorial-of-AI-Kit-with-Raspberry-Pi-From-Zero-to-Hero/blob/main/articles/Chapter_2-Configuring_the_RaspberryPi_Environment/Introduction_to_OpenCV.md)
49-
50-
</details>
51-
52-
<details>
53-
<summary style="font-size: 1.5em;">Chapter 3: Computer Vision Projects and Practical</summary>
54-
</details>
55-
56-
57-
<details>
58-
<summary style="font-size: 1.5em;"> Chapter 4: Large Language Model</summary>
59-
60-
- [Setup Ollama on RaspberryPi](https://github.com/Seeed-Projects/Tutorial-of-AI-Kit-with-Raspberry-Pi-From-Zero-to-Hero/blob/main/articles/Chapter_4-Large_Language_Model/Setup_Ollama_on_RaspberryPi.md)
61-
- [Run Llama on RaspberryPi](https://github.com/Seeed-Projects/Tutorial-of-AI-Kit-with-Raspberry-Pi-From-Zero-to-Hero/blob/main/articles/Chapter_4-Large_Language_Model/Run_Llama_on_RaspberryPi.md)
62-
- [Run Gemma2 on RaspberryPi](https://github.com/Seeed-Projects/Tutorial-of-AI-Kit-with-Raspberry-Pi-From-Zero-to-Hero/blob/main/articles/Chapter_4-Large_Language_Model/Run_Gemma2_on_RaspberryPi.md)
63-
- [Run Phi3.5 on RaspberryPi](https://github.com/Seeed-Projects/Tutorial-of-AI-Kit-with-Raspberry-Pi-From-Zero-to-Hero/blob/main/articles/Chapter_4-Large_Language_Model/Run_Phi3.5_on_Raspberryi.md)
64-
- [Run Multimodal on RaspberryPi](https://github.com/Seeed-Projects/Tutorial-of-AI-Kit-with-Raspberry-Pi-From-Zero-to-Hero/blob/main/articles/Chapter_4-Large_Language_Model/Run_Multimodal_on_Raspberry.md)
65-
- [Use Ollama with Python](https://github.com/Seeed-Projects/Tutorial-of-AI-Kit-with-Raspberry-Pi-From-Zero-to-Hero/blob/main/articles/Chapter_4-Large_Language_Model/Use_Ollama_with_Python.md)
66-
67-
</details>
68-
69-
<details>
70-
<summary style="font-size: 1.5em;">Chapter 5: Custom Model Development and Deployment</summary>
71-
72-
- [Training Your Model](https://github.com/Seeed-Projects/Tutorial-of-AI-Kit-with-Raspberry-Pi-From-Zero-to-Hero/blob/main/articles/Chapter_5-Custom_Model_Development_and_Deployment/Training_Your_Model.md)
73-
- [Convert Your Model](https://github.com/Seeed-Projects/Tutorial-of-AI-Kit-with-Raspberry-Pi-From-Zero-to-Hero/blob/main/articles/Chapter_5-Custom_Model_Development_and_Deployment/Convert_Your_Model.md)
74-
- [Deploy Your Model](https://github.com/Seeed-Projects/Tutorial-of-AI-Kit-with-Raspberry-Pi-From-Zero-to-Hero/blob/main/articles/Chapter_5-Custom_Model_Development_and_Deployment/Deploy_Your_Model.md)
75-
76-
</details>
77-
78-
<details>
79-
<summary style="font-size: 1.5em;">Chapter 6: Raspberry Pi and AIoT</summary>
80-
</details>
81-
8234
## 📚 Recommended Reading
8335

8436
### Machine Learning
@@ -144,7 +96,7 @@ This course is designed to teach you how to harness the power of AI on the Raspb
14496

14597
- ✔️ Training
14698
- ✔️ Converting
147-
- Deploying
99+
- ✔️ Deploying
148100

149101
### Chapter 6
150102

0 commit comments

Comments
 (0)