sebastientaylor commited on
Commit
b62ae92
·
verified ·
1 Parent(s): ce5f59a

Unwrap Markdown prose and label code fences; no rendered content change

Browse files
Files changed (1) hide show
  1. README.md +5 -9
README.md CHANGED
@@ -8,6 +8,9 @@ pinned: true
8
  license: cc-by-nc-4.0
9
  ---
10
 
 
 
 
11
  <div align="center">
12
 
13
  # EdgeFirst AI
@@ -16,10 +19,7 @@ license: cc-by-nc-4.0
16
 
17
  Open-source libraries and microservices for AI-driven spatial perception on embedded devices.
18
 
19
- [![EdgeFirst Studio](https://img.shields.io/badge/EdgeFirst_Studio-3E3371?style=for-the-badge&logoColor=white)](https://edgefirst.studio)
20
- [![GitHub](https://img.shields.io/badge/GitHub-212529?style=for-the-badge&logo=github&logoColor=white)](https://github.com/EdgeFirstAI)
21
- [![Documentation](https://img.shields.io/badge/Docs-1FA0A8?style=for-the-badge&logo=readthedocs&logoColor=white)](https://doc.edgefirst.ai)
22
- [![Website](https://img.shields.io/badge/edgefirst.ai-E8B820?style=for-the-badge&logoColor=333)](https://edgefirst.ai)
23
 
24
  </div>
25
 
@@ -50,11 +50,7 @@ Pre-trained models validated on real edge hardware with full-dataset accuracy me
50
 
51
  ## Supported hardware
52
 
53
- ![NXP i.MX 8M Plus](https://img.shields.io/badge/NXP-i.MX_8M_Plus-3E3371?style=flat-square&logoColor=white)
54
- ![NXP i.MX 95](https://img.shields.io/badge/NXP-i.MX_95-3E3371?style=flat-square&logoColor=white)
55
- ![NXP Ara240](https://img.shields.io/badge/NXP-Ara240-3E3371?style=flat-square&logoColor=white)
56
- ![RPi5 + Hailo](https://img.shields.io/badge/RPi5-Hailo--8%2F8L-1FA0A8?style=flat-square&logoColor=white)
57
- ![NVIDIA Jetson](https://img.shields.io/badge/NVIDIA-Jetson-76B900?style=flat-square&logoColor=white)
58
 
59
  ## EdgeFirst Studio
60
 
 
8
  license: cc-by-nc-4.0
9
  ---
10
 
11
+ <!-- markdownlint-disable-file MD001 MD041 -->
12
+ <!-- Centred org card: the h1 is inside a div, and the h3 under it is a visual subtitle. -->
13
+
14
  <div align="center">
15
 
16
  # EdgeFirst AI
 
19
 
20
  Open-source libraries and microservices for AI-driven spatial perception on embedded devices.
21
 
22
+ [![EdgeFirst Studio](https://img.shields.io/badge/EdgeFirst_Studio-3E3371?style=for-the-badge&logoColor=white)](https://edgefirst.studio) [![GitHub](https://img.shields.io/badge/GitHub-212529?style=for-the-badge&logo=github&logoColor=white)](https://github.com/EdgeFirstAI) [![Documentation](https://img.shields.io/badge/Docs-1FA0A8?style=for-the-badge&logo=readthedocs&logoColor=white)](https://doc.edgefirst.ai) [![Website](https://img.shields.io/badge/edgefirst.ai-E8B820?style=for-the-badge&logoColor=333)](https://edgefirst.ai)
 
 
 
23
 
24
  </div>
25
 
 
50
 
51
  ## Supported hardware
52
 
53
+ ![NXP i.MX 8M Plus](https://img.shields.io/badge/NXP-i.MX_8M_Plus-3E3371?style=flat-square&logoColor=white) ![NXP i.MX 95](https://img.shields.io/badge/NXP-i.MX_95-3E3371?style=flat-square&logoColor=white) ![NXP Ara240](https://img.shields.io/badge/NXP-Ara240-3E3371?style=flat-square&logoColor=white) ![RPi5 + Hailo](https://img.shields.io/badge/RPi5-Hailo--8%2F8L-1FA0A8?style=flat-square&logoColor=white) ![NVIDIA Jetson](https://img.shields.io/badge/NVIDIA-Jetson-76B900?style=flat-square&logoColor=white)
 
 
 
 
54
 
55
  ## EdgeFirst Studio
56