Shadow0482 commited on
Commit
3a3b529
·
verified ·
1 Parent(s): 937a5f4

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -1
README.md CHANGED
@@ -28,7 +28,11 @@ tags:
28
  - RAM usage: ~150-220 MB
29
  - Speed: ~0.8–1.5 seconds per image on CPU
30
 
31
- ### Quick test code for Pi 5
 
 
 
 
32
 
33
  ```python
34
  import onnxruntime as ort
 
28
  - RAM usage: ~150-220 MB
29
  - Speed: ~0.8–1.5 seconds per image on CPU
30
 
31
+ ### Quick test code
32
+
33
+ ```python
34
+ pip install -q onnxruntime torchvision matplotlib
35
+ ```
36
 
37
  ```python
38
  import onnxruntime as ort