sebastientaylor commited on
Commit
73d0e8a
·
verified ·
1 Parent(s): 71aa34c

Clean org profile: text-only, no images, focused on organization with links to Models Space

Browse files
Files changed (1) hide show
  1. README.md +45 -9
README.md CHANGED
@@ -8,22 +8,39 @@ pinned: false
8
  license: apache-2.0
9
  ---
10
 
11
- # EdgeFirst AI — Spatial Perception at the Edge
12
 
13
- **EdgeFirst Perception** is an open-source suite of libraries and microservices for AI-driven spatial perception on edge devices — cameras, LiDAR, radar, and time-of-flight sensors — optimized for resource-constrained embedded hardware.
14
 
15
- **[View the EdgeFirst Model Zoo →](https://huggingface.co/spaces/EdgeFirst/Models)**
 
 
16
 
17
  [![EdgeFirst Studio](https://img.shields.io/badge/EdgeFirst_Studio-3E3371?style=for-the-badge&logoColor=white)](https://edgefirst.studio)
18
  [![GitHub](https://img.shields.io/badge/GitHub-212529?style=for-the-badge&logo=github&logoColor=white)](https://github.com/EdgeFirstAI)
19
- [![Documentation](https://img.shields.io/badge/Documentation-1FA0A8?style=for-the-badge&logo=readthedocs&logoColor=white)](https://doc.edgefirst.ai)
 
 
 
 
 
 
 
 
 
 
 
 
 
20
 
21
- ## Models
22
 
23
- | Task | Models | Link |
24
- |------|--------|------|
25
- | Detection | YOLO26, YOLO11, YOLOv8, YOLOv5 | [Browse →](https://huggingface.co/spaces/EdgeFirst/Models) |
26
- | Instance Segmentation | YOLO26, YOLO11, YOLOv8 | [Browse →](https://huggingface.co/spaces/EdgeFirst/Models) |
 
 
27
 
28
  ## Supported Hardware
29
 
@@ -33,6 +50,25 @@ license: apache-2.0
33
  ![RPi5 + Hailo](https://img.shields.io/badge/RPi5-Hailo--8%2F8L-1FA0A8?style=flat-square&logoColor=white)
34
  ![NVIDIA Jetson](https://img.shields.io/badge/NVIDIA-Jetson-76B900?style=flat-square&logoColor=white)
35
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
36
  ---
37
 
 
 
38
  Apache 2.0 · [Au-Zone Technologies Inc.](https://www.au-zone.com)
 
 
 
8
  license: apache-2.0
9
  ---
10
 
11
+ <div align="center">
12
 
13
+ # EdgeFirst AI
14
 
15
+ ### Spatial Perception at the Edge
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
+
26
+ ---
27
+
28
+ ## About
29
+
30
+ **Au-Zone Technologies** builds EdgeFirst — a comprehensive platform for deploying AI perception on edge devices. We support cameras, LiDAR, radar, and time-of-flight sensors for real-time object detection, segmentation, sensor fusion, and 3D spatial understanding.
31
+
32
+ Our stack spans four layers: **Foundation** (hardware abstraction and inference delegates), **Zenoh** (pub/sub microservices), **GStreamer** (media pipeline plugins), and **ROS 2** integration. All released under **Apache 2.0**.
33
+
34
+ ## Model Zoo
35
 
36
+ Pre-trained models validated on real edge hardware with full-dataset accuracy metrics and detailed timing breakdowns per device.
37
 
38
+ **[Browse the EdgeFirst Model Zoo →](https://huggingface.co/spaces/EdgeFirst/Models)**
39
+
40
+ | Task | Models |
41
+ |------|--------|
42
+ | **Detection** | [YOLO26](https://huggingface.co/EdgeFirst/yolo26-det) · [YOLO11](https://huggingface.co/EdgeFirst/yolo11-det) · [YOLOv8](https://huggingface.co/EdgeFirst/yolov8-det) · [YOLOv5](https://huggingface.co/EdgeFirst/yolov5-det) |
43
+ | **Instance Segmentation** | [YOLO26](https://huggingface.co/EdgeFirst/yolo26-seg) · [YOLO11](https://huggingface.co/EdgeFirst/yolo11-seg) · [YOLOv8](https://huggingface.co/EdgeFirst/yolov8-seg) |
44
 
45
  ## Supported Hardware
46
 
 
50
  ![RPi5 + Hailo](https://img.shields.io/badge/RPi5-Hailo--8%2F8L-1FA0A8?style=flat-square&logoColor=white)
51
  ![NVIDIA Jetson](https://img.shields.io/badge/NVIDIA-Jetson-76B900?style=flat-square&logoColor=white)
52
 
53
+ ## EdgeFirst Studio
54
+
55
+ [**EdgeFirst Studio**](https://edgefirst.studio) is our MLOps platform for the complete perception development lifecycle — dataset management, model training, INT8 quantization, on-target validation, and deployment. **Free tier available.**
56
+
57
+ ## Links
58
+
59
+ | | |
60
+ |---|---|
61
+ | **Website** | [edgefirst.ai](https://edgefirst.ai) |
62
+ | **Studio** | [edgefirst.studio](https://edgefirst.studio) |
63
+ | **GitHub** | [github.com/EdgeFirstAI](https://github.com/EdgeFirstAI) |
64
+ | **Documentation** | [doc.edgefirst.ai](https://doc.edgefirst.ai) |
65
+ | **Model Zoo** | [EdgeFirst/Models](https://huggingface.co/spaces/EdgeFirst/Models) |
66
+ | **Company** | [Au-Zone Technologies](https://www.au-zone.com) |
67
+
68
  ---
69
 
70
+ <div align="center">
71
+
72
  Apache 2.0 · [Au-Zone Technologies Inc.](https://www.au-zone.com)
73
+
74
+ </div>