the-robot-ai commited on
Commit
6feb2e0
Β·
verified Β·
1 Parent(s): 4553668

Update Readme

Browse files
Files changed (1) hide show
  1. README.md +2 -1
README.md CHANGED
@@ -18,7 +18,7 @@ It is designed for edge robotics. Unlike solutions relying on cloud APIs, TinyLi
18
  - Runs entirely on-device for enhanced privacy. No API keys or cloud dependency.
19
  - Runs on everyday hardware; no GPU or excessive RAM needed.
20
  - Tested with ArduPilot SITL.
21
- - Achieves **1.5–2.2s** inference times on CPU, depending on hardware.
22
  - Supported Commands:
23
  1. Arm
24
  2. Disarm
@@ -32,6 +32,7 @@ It is designed for edge robotics. Unlike solutions relying on cloud APIs, TinyLi
32
  | Platform | RAM | Inference Time (avg) | Status |
33
  |-------------------------|------------------|-----------------------|-------------|
34
  | Win 11 (App) & WSL2 (SITL) | 16 GB | 1.7 - 4s (Avg 2.2s) | βœ… Tested |
 
35
  | Raspberry Pi 5 | 4 GB | 0.8 - 2s (Avg 1.5s) | βœ… Tested |
36
  | NVIDIA Jetson Nano | - | - | ❌ Not tested |
37
 
 
18
  - Runs entirely on-device for enhanced privacy. No API keys or cloud dependency.
19
  - Runs on everyday hardware; no GPU or excessive RAM needed.
20
  - Tested with ArduPilot SITL.
21
+ - Achieves **0.9–2.2s** inference times on CPU, depending on hardware.
22
  - Supported Commands:
23
  1. Arm
24
  2. Disarm
 
32
  | Platform | RAM | Inference Time (avg) | Status |
33
  |-------------------------|------------------|-----------------------|-------------|
34
  | Win 11 (App) & WSL2 (SITL) | 16 GB | 1.7 - 4s (Avg 2.2s) | βœ… Tested |
35
+ | Win 11 (TinyLink) | 16 GB | 0.5 - 1.2s (Avg 0.9s) | βœ… Tested |
36
  | Raspberry Pi 5 | 4 GB | 0.8 - 2s (Avg 1.5s) | βœ… Tested |
37
  | NVIDIA Jetson Nano | - | - | ❌ Not tested |
38