jetson-examples 0.1.5__py3-none-any.whl → 0.1.6__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (77) hide show
  1. {jetson_examples-0.1.5.dist-info → jetson_examples-0.1.6.dist-info}/METADATA +35 -15
  2. jetson_examples-0.1.6.dist-info/RECORD +127 -0
  3. {jetson_examples-0.1.5.dist-info → jetson_examples-0.1.6.dist-info}/WHEEL +1 -1
  4. reComputer/main.py +1 -1
  5. reComputer/scripts/MoveNet-Lightning/clean.sh +8 -0
  6. reComputer/scripts/MoveNet-Lightning/getVersion.sh +59 -0
  7. reComputer/scripts/MoveNet-Lightning/images/dance_movenet.gif +0 -0
  8. reComputer/scripts/MoveNet-Lightning/init.sh +6 -0
  9. reComputer/scripts/MoveNet-Lightning/readme.md +30 -0
  10. reComputer/scripts/MoveNet-Lightning/run.sh +19 -0
  11. reComputer/scripts/MoveNet-Thunder/clean.sh +7 -0
  12. reComputer/scripts/MoveNet-Thunder/getVersion.sh +59 -0
  13. reComputer/scripts/MoveNet-Thunder/images/dance_movenet.gif +0 -0
  14. reComputer/scripts/MoveNet-Thunder/init.sh +6 -0
  15. reComputer/scripts/MoveNet-Thunder/readme.md +31 -0
  16. reComputer/scripts/MoveNet-Thunder/run.sh +18 -0
  17. reComputer/scripts/MoveNetJS/clean.sh +4 -0
  18. reComputer/scripts/MoveNetJS/images/dance.gif +0 -0
  19. reComputer/scripts/MoveNetJS/readme.md +56 -0
  20. reComputer/scripts/MoveNetJS/run.sh +13 -0
  21. reComputer/scripts/comfyui/LICENSE +21 -0
  22. reComputer/scripts/comfyui/README.md +127 -0
  23. reComputer/scripts/comfyui/clean.sh +7 -0
  24. reComputer/scripts/comfyui/config.yaml +29 -0
  25. reComputer/scripts/comfyui/images/comfyui.png +0 -0
  26. reComputer/scripts/comfyui/init.sh +163 -0
  27. reComputer/scripts/comfyui/run.sh +30 -0
  28. reComputer/scripts/depth-anything/README.md +33 -0
  29. reComputer/scripts/depth-anything/clean.sh +6 -1
  30. reComputer/scripts/depth-anything/config.yaml +31 -0
  31. reComputer/scripts/depth-anything/init.sh +164 -0
  32. reComputer/scripts/depth-anything/run.sh +20 -10
  33. reComputer/scripts/depth-anything-v2/Dockerfile +6 -0
  34. reComputer/scripts/depth-anything-v2/LICENSE +21 -0
  35. reComputer/scripts/depth-anything-v2/README.md +135 -0
  36. reComputer/scripts/depth-anything-v2/clean.sh +8 -0
  37. reComputer/scripts/depth-anything-v2/config.yaml +31 -0
  38. reComputer/scripts/depth-anything-v2/images/Autonomous Driving.png +0 -0
  39. reComputer/scripts/depth-anything-v2/images/Indoor Scenes.png +0 -0
  40. reComputer/scripts/depth-anything-v2/images/Opr.png +0 -0
  41. reComputer/scripts/depth-anything-v2/images/Security.png +0 -0
  42. reComputer/scripts/depth-anything-v2/images/Underwater Scenes.png +0 -0
  43. reComputer/scripts/depth-anything-v2/images/WebUI.png +0 -0
  44. reComputer/scripts/depth-anything-v2/images/teaser.png +0 -0
  45. reComputer/scripts/depth-anything-v2/init.sh +164 -0
  46. reComputer/scripts/depth-anything-v2/run.sh +22 -0
  47. reComputer/scripts/llama-factory/README.md +5 -4
  48. reComputer/scripts/llama-factory/assets/training.gif +0 -0
  49. reComputer/scripts/llama-factory/init.sh +0 -0
  50. reComputer/scripts/llama3/clean.sh +22 -0
  51. reComputer/scripts/ollama/clean.sh +22 -0
  52. reComputer/scripts/parler-tts/clean.sh +7 -0
  53. reComputer/scripts/parler-tts/getVersion.sh +59 -0
  54. reComputer/scripts/parler-tts/images/audio1.png +0 -0
  55. reComputer/scripts/parler-tts/images/audio2.png +0 -0
  56. reComputer/scripts/parler-tts/init.sh +8 -0
  57. reComputer/scripts/parler-tts/readme.md +63 -0
  58. reComputer/scripts/parler-tts/run.sh +17 -0
  59. reComputer/scripts/run.sh +5 -0
  60. reComputer/scripts/ultralytics-yolo/LICENSE +0 -0
  61. reComputer/scripts/ultralytics-yolo/README.md +78 -4
  62. reComputer/scripts/ultralytics-yolo/clean.sh +5 -1
  63. reComputer/scripts/ultralytics-yolo/config.yaml +32 -0
  64. reComputer/scripts/ultralytics-yolo/images/Ultralytics-yolo.gif +0 -0
  65. reComputer/scripts/ultralytics-yolo/images/ultralytics_fig1.png +0 -0
  66. reComputer/scripts/ultralytics-yolo/images/ultralytics_fig2.png +0 -0
  67. reComputer/scripts/ultralytics-yolo/init.sh +163 -0
  68. reComputer/scripts/ultralytics-yolo/run.sh +22 -9
  69. jetson_examples-0.1.5.dist-info/RECORD +0 -79
  70. reComputer/scripts/yolov8:detect/Dockerfile +0 -9
  71. reComputer/scripts/yolov8:detect/README.txt +0 -32
  72. reComputer/scripts/yolov8:detect/app.py +0 -47
  73. reComputer/scripts/yolov8:detect/run.sh +0 -3
  74. reComputer/scripts/yolov8:detect/templates/index.html +0 -27
  75. {jetson_examples-0.1.5.dist-info → jetson_examples-0.1.6.dist-info}/LICENSE +0 -0
  76. {jetson_examples-0.1.5.dist-info → jetson_examples-0.1.6.dist-info}/entry_points.txt +0 -0
  77. {jetson_examples-0.1.5.dist-info → jetson_examples-0.1.6.dist-info}/top_level.txt +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: jetson-examples
3
- Version: 0.1.5
3
+ Version: 0.1.6
4
4
  Summary: Running Gen AI models and applications on NVIDIA Jetson devices with one-line command
5
5
  Author-email: luozhixin <zhixin.luo@seeed.cc>
6
6
  Project-URL: Homepage, https://github.com/Seeed-Projects/jetson-examples
@@ -15,9 +15,9 @@ License-File: LICENSE
15
15
 
16
16
  # jetson-examples
17
17
 
18
- <div align="center">
18
+ <div align="">
19
19
  <img alt="jetson" width="1200px" src="https://files.seeedstudio.com/wiki/reComputer-Jetson/jetson-examples/Jetson1200x300.png">
20
- </div>
20
+ </dev>
21
21
 
22
22
  [![Discord](https://dcbadge.vercel.app/api/server/5BQCkty7vN?style=flat&compact=true)](https://discord.gg/5BQCkty7vN)
23
23
 
@@ -61,28 +61,48 @@ Here are some examples that can be run:
61
61
  | Example | Type | Model/Data Size | Docker Image Size | Command |
62
62
  | ------------------------------------------------ | ------------------------ | --------------- | ---------- | --------------------------------------- |
63
63
  | 🆕 llama-factory | Finetune LLM | | 13.5GB | `reComputer run llama-factory` |
64
- | 🆕 [depth-anything](/reComputer/scripts/depth-anything/README.md) |Computer Vision | | 12.9GB | `reComputer run depth-anything` |
65
- | [yolov10](/reComputer/scripts/yolov10/README.md) | Computer Vision | 7.2M | 5.74 GB | `reComputer run yolov10` |
66
- | llama3 | Text (LLM) | 4.9GB | 10.5GB | `reComputer run llama3` |
67
- | [ollama](https://github.com/ollama/ollama) | Inference Server | * | 10.5GB | `reComputer run ollama` |
64
+ | 🆕 [ComfyUI](/reComputer/scripts/comfyui/README.md) |Computer Vision | | 20GB | `reComputer run comfyui` |
65
+ | 🆕 [Depth-Anything-V2](/reComputer/scripts/depth-anything-v2/README.md) |Computer Vision | | 15GB | `reComputer run depth-anything-v2` |
66
+ | [Depth-Anything](/reComputer/scripts/depth-anything/README.md) |Computer Vision | | 12.9GB | `reComputer run depth-anything` |
67
+ | [Yolov10](/reComputer/scripts/yolov10/README.md) | Computer Vision | 7.2M | 5.74 GB | `reComputer run yolov10` |
68
+ | Llama3 | Text (LLM) | 4.9GB | 10.5GB | `reComputer run llama3` |
69
+ | [Ollama](https://github.com/ollama/ollama) | Inference Server | * | 10.5GB | `reComputer run ollama` |
68
70
  | LLaVA | Text + Vision (VLM) | 13GB | 14.4GB | `reComputer run llava` |
69
71
  | Live LLaVA | Text + Vision (VLM) | 13GB | 20.3GB | `reComputer run live-llava` |
70
- | stable-diffusion-webui | Image Generation | 3.97G | 7.3GB | `reComputer run stable-diffusion-webui` |
71
- | nanoowl | Vision Transformers(ViT) | 613MB | 15.1GB | `reComputer run nanoowl` |
72
- | [nanodb](../reComputer/scripts/nanodb/readme.md) | Vector Database | 76GB | 7.0GB | `reComputer run nanodb` |
73
- | whisper | Audio | 1.5GB | 6.0GB | `reComputer run whisper` |
74
- | [yolov8-rail-inspection](/reComputer/scripts/yolov8-rail-inspection/readme.md) |Computer Vision | 6M | 13.8GB | `reComputer run yolov8-rail-inspection` |
75
- | [ultralytics-yolo](/reComputer/scripts/ultralytics-yolo/README.md) |Computer Vision | | 15.4GB | `reComputer run ultralytics-yolo` |
72
+ | Stable-diffusion-webui | Image Generation | 3.97G | 7.3GB | `reComputer run stable-diffusion-webui` |
73
+ | Nanoowl | Vision Transformers(ViT) | 613MB | 15.1GB | `reComputer run nanoowl` |
74
+ | [Nanodb](../reComputer/scripts/nanodb/readme.md) | Vector Database | 76GB | 7.0GB | `reComputer run nanodb` |
75
+ | Whisper | Audio | 1.5GB | 6.0GB | `reComputer run whisper` |
76
+ | [Yolov8-rail-inspection](/reComputer/scripts/yolov8-rail-inspection/readme.md) | Computer Vision | 6M | 13.8GB | `reComputer run yolov8-rail-inspection` |
77
+ |🆕 [Ultralytics-yolo](/reComputer/scripts/ultralytics-yolo/README.md) | Computer Vision | | 15.4GB | `reComputer run ultralytics-yolo` |
78
+ | 🆕 [TensorFlow MoveNet Thunder](/reComputer/scripts/MoveNet-Thunder/readme.md) |Computer Vision | | 7.7GB | `reComputer run MoveNet-Thunder` |
79
+ | 🆕 [Parler-TTS mini: expresso](/reComputer/scripts/parler-tts/readme.md) | Audio | | 6.9GB | `reComputer run parler-tts` |
76
80
 
77
81
 
78
82
  > Note: You should have enough space to run example, like `LLaVA`, at least `27.4GB` totally
79
83
 
80
84
  More Examples can be found [examples.md](./docs/examples.md)
81
85
 
82
- ## Development
86
+ ## Calling Contributors Join Us!
87
+
88
+ ### How to work with us?
89
+
83
90
  Want to add your own example? Check out the [development guide](./docs/develop.md).
84
91
 
85
- We welcome contributions to improve jetson-examples! If you have an example you'd like to share, please submit a pull request. Thank you to all of our contributors! 🙏
92
+ We welcome contributions to improve jetson-examples! If you have an example you'd like to share, please submit a pull request. Thank you to all of our contributors! 🙏
93
+
94
+ This open call is listed in our [Contributor Project](https://github.com/orgs/Seeed-Studio/projects/6/views/1?filterQuery=jetson&pane=issue&itemId=64891723). If this is your first time joining us, [click here](https://github.com/orgs/Seeed-Studio/projects/6/views/1?pane=issue&itemId=30957479) to learn how the project works. We follow the steps with:
95
+
96
+
97
+ - Assignments: We offer a variety of assignments to enhance wiki content, each with a detailed description.
98
+ - Submission: Contributors can submit their content via a Pull Request after completing the assignments.
99
+ - Review: Maintainers will merge the submission and record the contributions.
100
+
101
+ **Contributors receive a $250 cash bonus as a token of appreciation.**
102
+
103
+ For any questions or further information, feel free to reach out via the GitHub issues page or contact edgeai@seeed.cc
104
+
105
+
86
106
 
87
107
  ## TODO List
88
108
 
@@ -0,0 +1,127 @@
1
+ reComputer/__init__.py,sha256=XEqb2aiIn8fzGE68Mph4ck1FtQqsR_am0wRWvrYPffQ,22
2
+ reComputer/main.py,sha256=3xOfzSjSmsee1o2KyMRmaXQ2vJ1kdeu7IbPLoDUI4ZI,2090
3
+ reComputer/scripts/check.sh,sha256=cUMwAjHpgJoaD5a8gTLJG7QWjF9CyKPgQ-ewRNK3FD8,127
4
+ reComputer/scripts/clean.sh,sha256=TlGas1IKqSX7MEkZe4VvCQJgjDNEvfQyuAeXtKraNMA,898
5
+ reComputer/scripts/run.sh,sha256=aKxkcj16zemZWf5ut6gHtTsgufFm4IK8GPd2b6MBQIQ,1127
6
+ reComputer/scripts/update.sh,sha256=9Pw9-laO8NU2-4t4UisjFEwHPY5-ZAIoDi3AqWBzBbs,900
7
+ reComputer/scripts/MoveNet-Lightning/clean.sh,sha256=B-CJEj8KQPd5evJjl9XDpMgQRn6-hcaxB6oEUfVozrs,124
8
+ reComputer/scripts/MoveNet-Lightning/getVersion.sh,sha256=pFaf2Uej2AhqeXkm-EJ5Zc9vqQpQwKUaK2CxKUVOfMY,1648
9
+ reComputer/scripts/MoveNet-Lightning/init.sh,sha256=A_lpAHeXzm2POhyTBvzl3Zm7CQ9GsfyzmGwLuqOyBsA,61
10
+ reComputer/scripts/MoveNet-Lightning/readme.md,sha256=D6p1otTe7BG5zIpjjEBO9TvrnwxZfcJ5-_vH6tRuEYk,724
11
+ reComputer/scripts/MoveNet-Lightning/run.sh,sha256=5HD8t4qSD281G5URRESe5dKNWWpYfVV6ZAtPvjh7PHE,344
12
+ reComputer/scripts/MoveNet-Lightning/images/dance_movenet.gif,sha256=jhVcwLNd1DxqVSzTYzLRh3ljw3EFlQv6qIdig__bkz0,11869105
13
+ reComputer/scripts/MoveNet-Thunder/clean.sh,sha256=4eVG5SWsfhBqCX0iLC3OLgp06WwH4VxPAybGmNmpLVw,123
14
+ reComputer/scripts/MoveNet-Thunder/getVersion.sh,sha256=pFaf2Uej2AhqeXkm-EJ5Zc9vqQpQwKUaK2CxKUVOfMY,1648
15
+ reComputer/scripts/MoveNet-Thunder/init.sh,sha256=A_lpAHeXzm2POhyTBvzl3Zm7CQ9GsfyzmGwLuqOyBsA,61
16
+ reComputer/scripts/MoveNet-Thunder/readme.md,sha256=aKP0MMCyX_A6j2eIBYTC4VUJ1kwafQepUwP2ZsC4_lw,721
17
+ reComputer/scripts/MoveNet-Thunder/run.sh,sha256=oc2Gx1De-iMilwjm7xO4YQQWwoeCdOeGRAEleo322CU,337
18
+ reComputer/scripts/MoveNet-Thunder/images/dance_movenet.gif,sha256=jhVcwLNd1DxqVSzTYzLRh3ljw3EFlQv6qIdig__bkz0,11869105
19
+ reComputer/scripts/MoveNetJS/clean.sh,sha256=PpC1P2zLI_gOb0s8dcSz0tVwdcnM-PvzeggdkuRdAHE,80
20
+ reComputer/scripts/MoveNetJS/readme.md,sha256=Kq8dL_hjl_qosWFIPnFUa8sv2ZzXUZ7hIo67Zfu9m9c,1632
21
+ reComputer/scripts/MoveNetJS/run.sh,sha256=iqZ-5y5-v5iLfRraJvQ_Z4eOG_zFTF_4GEu0MfEaGuI,144
22
+ reComputer/scripts/MoveNetJS/images/dance.gif,sha256=DrebctEB6goOs82VNiZctMZEPpzDEMmpYNk-grDspF8,1843370
23
+ reComputer/scripts/Sheared-LLaMA-2.7B-ShareGPT/init.sh,sha256=ktAKm4XFtJYntnSR-oAK4G5OhCSSoKw511mR9qk6xGw,428
24
+ reComputer/scripts/Sheared-LLaMA-2.7B-ShareGPT/run.sh,sha256=uPDPZ4zM3uKgnLg1oU19E3XlzI-8xio2Bub4Zx-3Oig,237
25
+ reComputer/scripts/audiocraft/README.md,sha256=EGEoK1Rq-Vczri24APoe2kK8e5VmJHn_gRGdvGPI8lg,951
26
+ reComputer/scripts/audiocraft/clean.sh,sha256=0mk1BHYa1IlnPOXZt_Vy8TqxTLGAnXPIDuClMwzdTmM,77
27
+ reComputer/scripts/audiocraft/init.sh,sha256=ktAKm4XFtJYntnSR-oAK4G5OhCSSoKw511mR9qk6xGw,428
28
+ reComputer/scripts/audiocraft/run.sh,sha256=b0kjEeZnA5diQw6vjyrkOX-Svs5XVKGt0ABbWtZsZEs,160
29
+ reComputer/scripts/comfyui/LICENSE,sha256=feSgondqafLDgk7Dp9gnVBE5Y9K5X9mal_DGYKALzXQ,1073
30
+ reComputer/scripts/comfyui/README.md,sha256=WVuDKU4ncER6-EdWssBHDuFcEJJh0f0Q2tjyl0JUaak,7868
31
+ reComputer/scripts/comfyui/clean.sh,sha256=GIhFqZlwEKR5UbGjIRkRX1u0cwsHRz1I0fY-MHdI-b0,161
32
+ reComputer/scripts/comfyui/config.yaml,sha256=GY34mu3ys0UG01U54_bfL0JmovHMLSQDbok-AUoTj1w,672
33
+ reComputer/scripts/comfyui/init.sh,sha256=7iMkOF0bs2qBCplIxAJgejx-dBYPwHCoPM9S8EFq9Ek,6123
34
+ reComputer/scripts/comfyui/run.sh,sha256=QInaOlIoq8ZqkzptQTASvmFk-Fig8fYs5PdbbxwUpFw,869
35
+ reComputer/scripts/comfyui/images/comfyui.png,sha256=vZifwrkxTPyT_aUIkmOl3_UZPKc_eViRafBRFPVwsZQ,431002
36
+ reComputer/scripts/depth-anything/Dockerfile,sha256=gJ2Q1g2E06_z4hy9C-m1bA4X2IMqRWuo42izFfQ_E5Y,279
37
+ reComputer/scripts/depth-anything/LICENSE,sha256=feSgondqafLDgk7Dp9gnVBE5Y9K5X9mal_DGYKALzXQ,1073
38
+ reComputer/scripts/depth-anything/README.md,sha256=FeSMWdOFv2SeWA4x_abPzy7eK3AbaUhCcsHuNQzS0dk,4918
39
+ reComputer/scripts/depth-anything/clean.sh,sha256=sJZxeIyA3GtHoeU-7jBgoV17BhYEI44izPxOOETW7lw,198
40
+ reComputer/scripts/depth-anything/config.yaml,sha256=idTLVpipPXr4EsmMbr6-UY3EcUf8Uuk7PULOt4vPLSo,669
41
+ reComputer/scripts/depth-anything/init.sh,sha256=ZLpbYiyqiIZ2pxiLl7Mm_IuHJaiQLfNru6BpTbJTb2g,6143
42
+ reComputer/scripts/depth-anything/run.sh,sha256=EvZ8WJ3uzqkR5HjR1DF5Qda4M5x4P7BofMghAO4pKCg,730
43
+ reComputer/scripts/depth-anything/images/Autonomous Driving.png,sha256=oHdvvCyA5-ifHNWz4MxnBGT4HSy5Bbud9vbxlilS2-w,331869
44
+ reComputer/scripts/depth-anything/images/Indoor Scenes.png,sha256=bnTMltdVecbP4TjRk7t-ldE3Rj7CmUh53RK8A6dK2lo,625925
45
+ reComputer/scripts/depth-anything/images/Opr.png,sha256=9ppsKQZ2SWI7NFKWuQMLyxyfpsHAyN1dhp1ufYuPt4k,45174
46
+ reComputer/scripts/depth-anything/images/Security.png,sha256=F25Ay65Mz6jWAP-P20fmG4-RftkijuNM6uFhUNW2rtY,235206
47
+ reComputer/scripts/depth-anything/images/Underwater Scenes.png,sha256=xpBV1VoCoQqgomAjHQKQYofJha0r4tUTNUGG6XWCm20,598471
48
+ reComputer/scripts/depth-anything/images/WebUI.png,sha256=HtlUbq6KSOqR6vV1n7mFaV_Kz5DLs2W4UcAVvEG4c-4,721506
49
+ reComputer/scripts/depth-anything/images/teaser.png,sha256=J1VpUd71nshdWgZ1dS0LUl9ppJn-Rm2-ZPX9YuM4C38,5657444
50
+ reComputer/scripts/depth-anything-v2/Dockerfile,sha256=gJ2Q1g2E06_z4hy9C-m1bA4X2IMqRWuo42izFfQ_E5Y,279
51
+ reComputer/scripts/depth-anything-v2/LICENSE,sha256=feSgondqafLDgk7Dp9gnVBE5Y9K5X9mal_DGYKALzXQ,1073
52
+ reComputer/scripts/depth-anything-v2/README.md,sha256=c1QHPGUrTXhtDG1TJgBpF5di4PlVMIVO_LJkslAAMFU,4877
53
+ reComputer/scripts/depth-anything-v2/clean.sh,sha256=Txeu3YXlrrYh0RjzLVVYn_LyD16ikaxzE8C0KCNPQcM,204
54
+ reComputer/scripts/depth-anything-v2/config.yaml,sha256=1O0z6m70r07DKtyIh71WGHSRfF31e6-TSBwHCdMh6Aw,669
55
+ reComputer/scripts/depth-anything-v2/init.sh,sha256=dSn_6_tVRA3Tb1EwZSJj94lvnDWwJr5WjeYCiAq0Zs4,6146
56
+ reComputer/scripts/depth-anything-v2/run.sh,sha256=iVeRg03NcTcFyKRvS6OhoWMudUAWr9zgDpPdYAIj4LQ,736
57
+ reComputer/scripts/depth-anything-v2/images/Autonomous Driving.png,sha256=oHdvvCyA5-ifHNWz4MxnBGT4HSy5Bbud9vbxlilS2-w,331869
58
+ reComputer/scripts/depth-anything-v2/images/Indoor Scenes.png,sha256=bnTMltdVecbP4TjRk7t-ldE3Rj7CmUh53RK8A6dK2lo,625925
59
+ reComputer/scripts/depth-anything-v2/images/Opr.png,sha256=92YiC2DnSnLuA6TWRQeSrvWc37ZbswctmOx0EZrOo2U,59155
60
+ reComputer/scripts/depth-anything-v2/images/Security.png,sha256=F25Ay65Mz6jWAP-P20fmG4-RftkijuNM6uFhUNW2rtY,235206
61
+ reComputer/scripts/depth-anything-v2/images/Underwater Scenes.png,sha256=xpBV1VoCoQqgomAjHQKQYofJha0r4tUTNUGG6XWCm20,598471
62
+ reComputer/scripts/depth-anything-v2/images/WebUI.png,sha256=hxETliJsURy9DzZ26SBO_tilAxgUXev7zfUwnrJ0GYk,359955
63
+ reComputer/scripts/depth-anything-v2/images/teaser.png,sha256=J1VpUd71nshdWgZ1dS0LUl9ppJn-Rm2-ZPX9YuM4C38,5657444
64
+ reComputer/scripts/live-llava/init.sh,sha256=ktAKm4XFtJYntnSR-oAK4G5OhCSSoKw511mR9qk6xGw,428
65
+ reComputer/scripts/live-llava/run.sh,sha256=4sWld5d8Fkr9GUVqLH2S1RyOKOjobhjojSzuJu8EuCg,10137
66
+ reComputer/scripts/llama-factory/README.md,sha256=HZY0BWEbkFEAHmIYE7Fmd46gAVpL9dN86-TbRB-GDVg,2502
67
+ reComputer/scripts/llama-factory/clean.sh,sha256=cRpFDKCkKDCgaCoXdmF60dQ_RLAcIHbYZ5w-8PLKRr8,133
68
+ reComputer/scripts/llama-factory/init.sh,sha256=FAaIlBQxLdenS6aW8Vpo5OqBZgV0NmkrCpkbJMwkwtU,1633
69
+ reComputer/scripts/llama-factory/run.sh,sha256=NsxvjSkwFQ-b5DoPRN5DlCYsyvq1_wpZmubVN9y4nQs,231
70
+ reComputer/scripts/llama-factory/assets/llama-factory-Jetson.png,sha256=bUoDJWCiGfGRM_cQBEve-7nJyJFxCS5E0ekBcc1fpUg,574732
71
+ reComputer/scripts/llama-factory/assets/training.gif,sha256=UerCprNflf1Jp9Cx7E9FANrH6E5GIMvo0K6SLjUIKx4,13806069
72
+ reComputer/scripts/llama-factory/assets/webui.png,sha256=RXaMyX3cIqZVoO27z5kn0rmbfEapdMuWN2JmPZlJlB0,419226
73
+ reComputer/scripts/llama3/clean.sh,sha256=lSFxp-uGD8vtzXMcZz8Id_CweQZfQbglrce7_sgMXcc,658
74
+ reComputer/scripts/llama3/init.sh,sha256=ktAKm4XFtJYntnSR-oAK4G5OhCSSoKw511mR9qk6xGw,428
75
+ reComputer/scripts/llama3/run.sh,sha256=IkHvMwh_U8fp7AH2qWFUMWywHZDbZKHlp8ODzfHgqBQ,328
76
+ reComputer/scripts/llava/clean.sh,sha256=7t2SIxj6_elOpHxtTjl9ofnU5d9Ir2r5eyNAj6lAI68,70
77
+ reComputer/scripts/llava/init.sh,sha256=ktAKm4XFtJYntnSR-oAK4G5OhCSSoKw511mR9qk6xGw,428
78
+ reComputer/scripts/llava/run.sh,sha256=w5AAak8rDX3drwPiwtzpIbMxN-Tzw3DcmtJPhfKCbH8,251
79
+ reComputer/scripts/llava-v1.5-7b/init.sh,sha256=ktAKm4XFtJYntnSR-oAK4G5OhCSSoKw511mR9qk6xGw,428
80
+ reComputer/scripts/llava-v1.5-7b/run.sh,sha256=w5AAak8rDX3drwPiwtzpIbMxN-Tzw3DcmtJPhfKCbH8,251
81
+ reComputer/scripts/llava-v1.6-vicuna-7b/init.sh,sha256=ktAKm4XFtJYntnSR-oAK4G5OhCSSoKw511mR9qk6xGw,428
82
+ reComputer/scripts/llava-v1.6-vicuna-7b/run.sh,sha256=s0KKqqvIGkRNhWZmHSd1HrARYcr9VCjSsp1bInTE6fg,269
83
+ reComputer/scripts/nanodb/init.sh,sha256=ktAKm4XFtJYntnSR-oAK4G5OhCSSoKw511mR9qk6xGw,428
84
+ reComputer/scripts/nanodb/readme.md,sha256=kzWnCq4qAB95Sssj8mFs_VrH5ju3phSqygLjSRO3ceQ,247
85
+ reComputer/scripts/nanodb/run.sh,sha256=YHuLNtWcmx82QBnTa4vGzhFjNM9MJUbyi_XYbMG6hfQ,2571
86
+ reComputer/scripts/nanoowl/init.sh,sha256=ktAKm4XFtJYntnSR-oAK4G5OhCSSoKw511mR9qk6xGw,428
87
+ reComputer/scripts/nanoowl/run.sh,sha256=jXG3JoE1MQOb6UjOwf0SNmbX5MsAA5weMEQLihspI0c,264
88
+ reComputer/scripts/ollama/clean.sh,sha256=lSFxp-uGD8vtzXMcZz8Id_CweQZfQbglrce7_sgMXcc,658
89
+ reComputer/scripts/ollama/init.sh,sha256=ktAKm4XFtJYntnSR-oAK4G5OhCSSoKw511mR9qk6xGw,428
90
+ reComputer/scripts/ollama/run.sh,sha256=JQNDtIlpuGNJm4XuUC_Sy4qPmSOfeAsd8VOrxAvyavU,246
91
+ reComputer/scripts/parler-tts/clean.sh,sha256=PCDbCFuZDL9UEoZ3pQ-Q80xxvcMhAlxvmjDqh15JE1E,122
92
+ reComputer/scripts/parler-tts/getVersion.sh,sha256=pFaf2Uej2AhqeXkm-EJ5Zc9vqQpQwKUaK2CxKUVOfMY,1648
93
+ reComputer/scripts/parler-tts/init.sh,sha256=gvVAZBUc_kLp6UNvC8odrYy9RQxqNs8ticzdqbZ7nKY,128
94
+ reComputer/scripts/parler-tts/readme.md,sha256=A9UXX6QzHooZhunLVsntk0UErCH7Kz3VxQ_LZ6WrsTE,2480
95
+ reComputer/scripts/parler-tts/run.sh,sha256=hZKvAb51zMKKXO3hWFhX-I2E8ka8xm1ScMipIEDbPx4,313
96
+ reComputer/scripts/parler-tts/images/audio1.png,sha256=R7QP--QmsCMynF7XfWlBIRA4Va8GyT2suUdNdCsD-vQ,38062
97
+ reComputer/scripts/parler-tts/images/audio2.png,sha256=LsbWZt__XUalmICArBKSoz3RL0YCgc1n3oUo3jueq64,51074
98
+ reComputer/scripts/stable-diffusion-webui/init.sh,sha256=ktAKm4XFtJYntnSR-oAK4G5OhCSSoKw511mR9qk6xGw,428
99
+ reComputer/scripts/stable-diffusion-webui/run.sh,sha256=E0_KRJK5BLFsBzAiJw-Ir81bvmIU4GV-TLJRgda2XHM,160
100
+ reComputer/scripts/text-generation-webui/init.sh,sha256=ktAKm4XFtJYntnSR-oAK4G5OhCSSoKw511mR9qk6xGw,428
101
+ reComputer/scripts/text-generation-webui/run.sh,sha256=mRlWxZTArGXoyyeHbgZvPbVKTflQSsFCKUERKoHYHHE,407
102
+ reComputer/scripts/ultralytics-yolo/LICENSE,sha256=feSgondqafLDgk7Dp9gnVBE5Y9K5X9mal_DGYKALzXQ,1073
103
+ reComputer/scripts/ultralytics-yolo/README.md,sha256=InfR1206B9Qo9xPp7GdAmb2ZUdb9lrgHn0H_M1hBlGY,6085
104
+ reComputer/scripts/ultralytics-yolo/clean.sh,sha256=51z_LiiS4XFPmE23t3Mi4P92UYEidefrLNGhBVENqZ0,186
105
+ reComputer/scripts/ultralytics-yolo/config.yaml,sha256=TMXvIo19H_38XDPK-3-l2pzRfxJzaxpFXc05bL8Zmbg,704
106
+ reComputer/scripts/ultralytics-yolo/init.sh,sha256=LnaDKFZZchaU9LQHzrAPy7CGUEg_KOiJcXgi1OoQ7HE,6146
107
+ reComputer/scripts/ultralytics-yolo/run.sh,sha256=JcM1_34PC-tT71YdQe4jJ21APJugdLhET1XR2kH8O6I,779
108
+ reComputer/scripts/ultralytics-yolo/images/Ultralytics-yolo.gif,sha256=CB6lDB_dm19MyKvXxdQmyUr5sxD9Ks99JHIzt8L2b3o,31487460
109
+ reComputer/scripts/ultralytics-yolo/images/tasks.png,sha256=ILhKVHoGiwZM1BQdbjcb8RM07ijq_2s3c5XqBM5rRx0,275724
110
+ reComputer/scripts/ultralytics-yolo/images/ultralytics_fig1.png,sha256=tawzoIhFnbP-sSWiOA3iaGiFZiFJvSbMJVUVlfLV2rI,204597
111
+ reComputer/scripts/ultralytics-yolo/images/ultralytics_fig2.png,sha256=4frPwyRFMDJ_ubE9Nf4rc2Ypeb7UJy1At5_J6yf7nSM,115671
112
+ reComputer/scripts/whisper/init.sh,sha256=ktAKm4XFtJYntnSR-oAK4G5OhCSSoKw511mR9qk6xGw,428
113
+ reComputer/scripts/whisper/run.sh,sha256=UKiY7Ie5uyGrdvAob1XwPSlpdEL27HR5vcMtnVOrph4,146
114
+ reComputer/scripts/yolov10/Dockerfile,sha256=G25SPvYE9yYpMi0nRWcqKXbXJNdomnPV4tIZUVkmhWw,466
115
+ reComputer/scripts/yolov10/README.md,sha256=oMIr-1IBN0VZdovILqX-bLjfUT8cHQRGotqefTm0MVQ,3623
116
+ reComputer/scripts/yolov10/clean.sh,sha256=ErryX-k5UNlOj3IoIxEs5j55e7hysO3rlo5KenN4QWE,106
117
+ reComputer/scripts/yolov10/init.sh,sha256=juYjv4_djBF0T05G0o6gsmitv3jxQT7LU9SneETIAX8,1679
118
+ reComputer/scripts/yolov10/run.sh,sha256=xPZ9pvoi_AyY9F4ujT-xGcockqeQOZzSC45J-6qyHwE,289
119
+ reComputer/scripts/yolov10/assets/webui.png,sha256=gNOLP0ptxTcFk16zktRE5qEJ9aIkOmWeMBU08FeB9YM,2600779
120
+ reComputer/scripts/yolov8-rail-inspection/readme.md,sha256=awuvn2sLDnr-U4Q5pTTyieJMYNy27NRQyFhiQyiUNFI,2008
121
+ reComputer/scripts/yolov8-rail-inspection/run.sh,sha256=rTpjiwMgn6iA3IJ6QDFR9wkOMDVCQ-qgTbFo2YKiX-c,809
122
+ jetson_examples-0.1.6.dist-info/LICENSE,sha256=ac_LOi8ChcJhymEfBulX98Y06wTI2IMcQnqCXZ5yay4,1066
123
+ jetson_examples-0.1.6.dist-info/METADATA,sha256=hqQHqs2VX2sEp13PW2Hk4-ilW9LnkzJ7UeqrbrxVsmk,6748
124
+ jetson_examples-0.1.6.dist-info/WHEEL,sha256=HiCZjzuy6Dw0hdX5R3LCFPDmFS4BWl8H-8W39XfmgX4,91
125
+ jetson_examples-0.1.6.dist-info/entry_points.txt,sha256=5-OdcBifoDjVXE9KjNoN6tQa8l_XSXhdbBEgL2hxeDM,58
126
+ jetson_examples-0.1.6.dist-info/top_level.txt,sha256=SI-liiUOkoGwOJfMP7d7k63JKgdcbiEj6DEC8QIKI90,11
127
+ jetson_examples-0.1.6.dist-info/RECORD,,
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: setuptools (70.2.0)
2
+ Generator: setuptools (72.2.0)
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any
5
5
 
reComputer/main.py CHANGED
@@ -24,7 +24,7 @@ def run_script():
24
24
  example_name = sys.argv[2]
25
25
  # TODO: maybe use python instead of shell is better
26
26
  subprocess.run(["bash", path_of_script("run.sh"), example_name])
27
- if sys.argv[1] == "clean":
27
+ elif sys.argv[1] == "clean":
28
28
  example_name = sys.argv[2]
29
29
  subprocess.run(["bash", path_of_script("clean.sh"), example_name])
30
30
  else:
@@ -0,0 +1,8 @@
1
+ #!/bin/bash
2
+
3
+
4
+ # get image
5
+ source ./getVersion.sh
6
+
7
+ # remove docker image
8
+ sudo docker rmi feiticeir0/movenet:tf2-${IMAGE_TAG}
@@ -0,0 +1,59 @@
1
+ #!/bin/bash
2
+ # based on dusty - https://github.com/dusty-nv/jetson-containers/blob/master/jetson_containers/l4t_version.sh
3
+ # and llama-factory init script
4
+
5
+ # we only have images for these - 36.2.0 works on 36.3.0
6
+ L4T_VERSIONS=("35.3.1", "35.4.1", "36.2.0", "36.3.0")
7
+
8
+ ARCH=$(uname -i)
9
+ # echo "ARCH: $ARCH"
10
+
11
+ if [ $ARCH = "aarch64" ]; then
12
+ L4T_VERSION_STRING=$(head -n 1 /etc/nv_tegra_release)
13
+
14
+ if [ -z "$L4T_VERSION_STRING" ]; then
15
+ #echo "reading L4T version from \"dpkg-query --show nvidia-l4t-core\""
16
+
17
+ L4T_VERSION_STRING=$(dpkg-query --showformat='${Version}' --show nvidia-l4t-core)
18
+ L4T_VERSION_ARRAY=(${L4T_VERSION_STRING//./ })
19
+
20
+ #echo ${L4T_VERSION_ARRAY[@]}
21
+ #echo ${#L4T_VERSION_ARRAY[@]}
22
+
23
+ L4T_RELEASE=${L4T_VERSION_ARRAY[0]}
24
+ L4T_REVISION=${L4T_VERSION_ARRAY[1]}
25
+ else
26
+ #echo "reading L4T version from /etc/nv_tegra_release"
27
+
28
+ L4T_RELEASE=$(echo $L4T_VERSION_STRING | cut -f 2 -d ' ' | grep -Po '(?<=R)[^;]+')
29
+ L4T_REVISION=$(echo $L4T_VERSION_STRING | cut -f 2 -d ',' | grep -Po '(?<=REVISION: )[^;]+')
30
+ fi
31
+
32
+ L4T_REVISION_MAJOR=${L4T_REVISION:0:1}
33
+ L4T_REVISION_MINOR=${L4T_REVISION:2:1}
34
+
35
+ L4T_VERSION="$L4T_RELEASE.$L4T_REVISION"
36
+
37
+ IMAGE_TAG=$L4T_VERSION
38
+
39
+ #echo "L4T_VERSION : $L4T_VERSION"
40
+ #echo "L4T_RELEASE : $L4T_RELEASE"
41
+ #echo "L4T_REVISION: $L4T_REVISION"
42
+
43
+ elif [ $ARCH != "x86_64" ]; then
44
+ echo "unsupported architecture: $ARCH"
45
+ exit 1
46
+ fi
47
+
48
+
49
+ if [[ ! " ${L4T_VERSIONS[@]} " =~ " ${L4T_VERSION} " ]]; then
50
+ echo "L4T_VERSION is not in the allowed versions list. Exiting."
51
+ exit 1
52
+ fi
53
+
54
+ # check if 36 to change IMAGE_TAG
55
+ if [ ${L4T_RELEASE} -eq "36" ]; then
56
+ # image tag will be 2.0
57
+ IMAGE_TAG="36.2.0"
58
+ fi
59
+
@@ -0,0 +1,6 @@
1
+ #!/bin/bash
2
+
3
+ # Let's allow connections
4
+ xhost +local:docker
5
+
6
+
@@ -0,0 +1,30 @@
1
+ # MoveNet
2
+
3
+ MoveNet is a ultra fast and accurate pose detection model.
4
+
5
+ We're demonstrating here using reComputer J402 and with MoveNet Lightning version
6
+
7
+ ![movenet working](images/dance_movenet.gif)
8
+
9
+ You can get more information on MoveNet from [TensorFlow](https://www.tensorflow.org/hub/tutorials/movenet)
10
+
11
+ ## Getting started
12
+ #### Prerequisites
13
+ * SeeedStudio reComputer J402 [Buy one](https://www.seeedstudio.com/reComputer-J4012-p-5586.html)
14
+ * Webcam connected to reComputer
15
+ * Graphical desktop
16
+ * Docker installed
17
+
18
+ ## Instalation
19
+ PyPI (best)
20
+
21
+ ```bash
22
+ pip install jetson-examples
23
+ ```
24
+
25
+ ## Usage
26
+ 1. Type the following command in a terminal
27
+ ```bash
28
+ reComputer run MoveNet-Lightning
29
+ ```
30
+ 2. Start moving in front of the camera
@@ -0,0 +1,19 @@
1
+ #!/bin/bash
2
+
3
+ # get L4T version
4
+ # it exports a variable IMAGE_TAG
5
+ source ./getVersion.sh
6
+
7
+ # pull docker image
8
+
9
+ docker pull feiticeir0/movenet-lightning:tf2-${IMAGE_TAG}"
10
+
11
+ docker run \
12
+ -e DISPLAY=$DISPLAY \
13
+ --runtime=nvidia \
14
+ --rm \
15
+ --device /dev/video0 \
16
+ -v /tmp/.X11-unix:/tmp/.X11-unix \
17
+ feiticeir0/movenet-lightning:tf2-${IMAGE_TAG}"
18
+
19
+
@@ -0,0 +1,7 @@
1
+ #!/bin/bash
2
+
3
+ # get image
4
+ source ./getVersion.sh
5
+
6
+ # remove docker image
7
+ sudo docker rmi feiticeir0/movenet:tf2-${TAG_IMAGE}
@@ -0,0 +1,59 @@
1
+ #!/bin/bash
2
+ # based on dusty - https://github.com/dusty-nv/jetson-containers/blob/master/jetson_containers/l4t_version.sh
3
+ # and llama-factory init script
4
+
5
+ # we only have images for these - 36.2.0 works on 36.3.0
6
+ L4T_VERSIONS=("35.3.1", "35.4.1", "36.2.0", "36.3.0")
7
+
8
+ ARCH=$(uname -i)
9
+ # echo "ARCH: $ARCH"
10
+
11
+ if [ $ARCH = "aarch64" ]; then
12
+ L4T_VERSION_STRING=$(head -n 1 /etc/nv_tegra_release)
13
+
14
+ if [ -z "$L4T_VERSION_STRING" ]; then
15
+ #echo "reading L4T version from \"dpkg-query --show nvidia-l4t-core\""
16
+
17
+ L4T_VERSION_STRING=$(dpkg-query --showformat='${Version}' --show nvidia-l4t-core)
18
+ L4T_VERSION_ARRAY=(${L4T_VERSION_STRING//./ })
19
+
20
+ #echo ${L4T_VERSION_ARRAY[@]}
21
+ #echo ${#L4T_VERSION_ARRAY[@]}
22
+
23
+ L4T_RELEASE=${L4T_VERSION_ARRAY[0]}
24
+ L4T_REVISION=${L4T_VERSION_ARRAY[1]}
25
+ else
26
+ #echo "reading L4T version from /etc/nv_tegra_release"
27
+
28
+ L4T_RELEASE=$(echo $L4T_VERSION_STRING | cut -f 2 -d ' ' | grep -Po '(?<=R)[^;]+')
29
+ L4T_REVISION=$(echo $L4T_VERSION_STRING | cut -f 2 -d ',' | grep -Po '(?<=REVISION: )[^;]+')
30
+ fi
31
+
32
+ L4T_REVISION_MAJOR=${L4T_REVISION:0:1}
33
+ L4T_REVISION_MINOR=${L4T_REVISION:2:1}
34
+
35
+ L4T_VERSION="$L4T_RELEASE.$L4T_REVISION"
36
+
37
+ IMAGE_TAG=$L4T_VERSION
38
+
39
+ #echo "L4T_VERSION : $L4T_VERSION"
40
+ #echo "L4T_RELEASE : $L4T_RELEASE"
41
+ #echo "L4T_REVISION: $L4T_REVISION"
42
+
43
+ elif [ $ARCH != "x86_64" ]; then
44
+ echo "unsupported architecture: $ARCH"
45
+ exit 1
46
+ fi
47
+
48
+
49
+ if [[ ! " ${L4T_VERSIONS[@]} " =~ " ${L4T_VERSION} " ]]; then
50
+ echo "L4T_VERSION is not in the allowed versions list. Exiting."
51
+ exit 1
52
+ fi
53
+
54
+ # check if 36 to change IMAGE_TAG
55
+ if [ ${L4T_RELEASE} -eq "36" ]; then
56
+ # image tag will be 2.0
57
+ IMAGE_TAG="36.2.0"
58
+ fi
59
+
@@ -0,0 +1,6 @@
1
+ #!/bin/bash
2
+
3
+ # Let's allow connections
4
+ xhost +local:docker
5
+
6
+
@@ -0,0 +1,31 @@
1
+ # MoveNet
2
+
3
+ MoveNet is a ultra fast and accurate pose detection model.
4
+
5
+ We're demonstrating here using reComputer J402 and with MoveNet Thunder version
6
+
7
+ ![movenet working](images/dance_movenet.gif)
8
+
9
+ You can get more information on MoveNet from [TensorFlow](https://www.tensorflow.org/hub/tutorials/movenet)
10
+
11
+ ## Getting started
12
+ #### Prerequisites
13
+ * SeeedStudio reComputer J402 [Buy one](https://www.seeedstudio.com/reComputer-J4012-p-5586.html)
14
+ * Webcam connected to reComputer
15
+ * Graphical desktop
16
+ * Docker installed
17
+
18
+ ## Instalation
19
+ PyPI (best)
20
+
21
+ ```bash
22
+ pip install jetson-examples
23
+ ```
24
+
25
+ ## Usage
26
+ 1. Type the following command in a terminal
27
+ ```bash
28
+ reComputer run MoveNet-Thunder
29
+ ```
30
+ 2. Start moving in front of the camera
31
+
@@ -0,0 +1,18 @@
1
+ #!/bin/bash
2
+
3
+ # get L4T version
4
+ # it exports a variable IMAGE_TAG
5
+ source ./getVersion.sh
6
+
7
+ # pull docker image
8
+ docker pull feiticeir0/movenet-thunder:tf2-${IMAGE_TAG}
9
+
10
+ docker run \
11
+ -e DISPLAY=$DISPLAY \
12
+ --runtime=nvidia \
13
+ --rm \
14
+ --device /dev/video0 \
15
+ -v /tmp/.X11-unix:/tmp/.X11-unix \
16
+ feiticeir0/movenet-thunder:tf2-${IMAGE_TAG}
17
+
18
+
@@ -0,0 +1,4 @@
1
+ #!/bin/bash
2
+
3
+ # remove docker image
4
+ sudo docker rmi feiticeir0/movenetjs:latest
@@ -0,0 +1,56 @@
1
+ # MoveNet
2
+
3
+ MoveNet is a ultra fast and accurate pose detection model.
4
+
5
+ We're demonstrating here using reComputer J402
6
+
7
+ ![movenetjs working](images/dance.gif)
8
+
9
+ You can get more information on MoveNet from [TensorFlow](https://www.tensorflow.org/hub/tutorials/movenet)
10
+
11
+ ## Getting started
12
+ #### Prerequisites
13
+ * SeeedStudio reComputer J402 [Buy one](https://www.seeedstudio.com/reComputer-J4012-p-5586.html)
14
+ * Webcam connected (one or the other)
15
+ * to the reComputer
16
+ * the computer you're using (remotely connected to the reComputer)
17
+ * Docker installed
18
+
19
+ ## Instalation
20
+ PyPI (best)
21
+
22
+ ```bash
23
+ pip install jetson-examples
24
+ ```
25
+
26
+ ## Usage
27
+ ### Method 1
28
+ ##### If you're running inside your reComputer
29
+ 1. Type the following command in a terminal
30
+ ```bash
31
+ reComputer run MoveNetJS
32
+ ```
33
+ 2. Open a web browser and go to [http://localhost:5000](http://localhost:5000)
34
+ 3. Give permission to access webcam and wait a few seconds:
35
+ 1. First will appear the webcam feed
36
+ 2. Next will appear the lines estimating the pose
37
+ 4. Start dancing
38
+
39
+ ### Method 2
40
+ ##### If you want to connect remotely with ssh to the reComputer
41
+ 1. Connect using SSH but redirecting the 5000 port
42
+ ```bash
43
+ ssh -L 5000:localhost:5000 <username>@<reComputer_IP>
44
+ ```
45
+ 2. Type the following command in a terminal
46
+ ```bash
47
+ reComputer run movenetjs
48
+ ```
49
+ 2. Open a web browser (on your machine) and go to [http://localhost:5000](http://localhost:5000)
50
+ 3. Give permission to access webcam and wait a few seconds:
51
+ 1. First will appear the webcam feed
52
+ 2. Next will appear the lines estimating the pose
53
+ 4. Start dancing
54
+
55
+ **note** Firefox may fail showing webcam feed or pose estimation
56
+
@@ -0,0 +1,13 @@
1
+ #!/bin/bash
2
+
3
+ # pull docker image
4
+
5
+ docker push feiticeir0/movenetjs:latest
6
+
7
+ docker run \
8
+ --rm \
9
+ -p 5000:5000 \
10
+ feiticeir0/movenetjs:latest
11
+
12
+
13
+
@@ -0,0 +1,21 @@
1
+ MIT License
2
+
3
+ Copyright (c) [2024] [Seeed Studio]
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in all
13
+ copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
+ SOFTWARE.