Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
54 changes: 27 additions & 27 deletions src/data/nodes.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
"description": "Output audio from speaker",
"preview": "https://people.csail.mit.edu/hubert/pyaudio/images/snake-300.png",
"website": "pyaudio",
"github": "https://github.com/dora-rs/dora/blob/main/node-hub/dora-pyaudio",
"github": "https://github.com/dora-rs/node-hub/blob/main/dora-pyaudio",
"author": "dora",
"downloads": "https://img.shields.io/pypi/dm/dora-pyaudio",
"install": "- id: dora-pyaudio\n build: pip install dora-pyaudio\n path: dora-pyaudio\n inputs: \n tick: <NODE>/audio",
"source": "https://github.com/dora-rs/dora/blob/main/node-hub/dora-pyaudio",
"source": "https://github.com/dora-rs/node-hub/blob/main/dora-pyaudio",
"tags": [
"python",
"audio"
Expand All @@ -24,11 +24,11 @@
"description": "Transcribe audio to text",
"preview": "/img/whisper.png.avif",
"website": "whisper",
"github": "https://github.com/dora-rs/dora/blob/main/node-hub/dora-distil-whisper",
"github": "https://github.com/dora-rs/node-hub/blob/main/dora-distil-whisper",
"author": "dora",
"downloads": "https://img.shields.io/pypi/dm/dora-distil-whisper",
"install": "- id: dora-distil-whisper\n build: pip install dora-distil-whisper\n path: dora-distil-whisper\n inputs: \n tick: <NODE>/audio\n outputs: \n - text",
"source": "https://github.com/dora-rs/dora/blob/main/node-hub/dora-distil-whisper",
"source": "https://github.com/dora-rs/node-hub/blob/main/dora-distil-whisper",
"tags": [
"python",
"audio"
Expand All @@ -47,7 +47,7 @@
"author": "dora",
"downloads": "https://img.shields.io/pypi/dm/dora-qwen2-5-vl",
"install": "- id: dora-qwenvl\n build: pip install dora-qwenvl\n path: dora-qwenvl\n inputs: \n text: <NODE>/text\n image: <NODE>/image\n outputs: \n - text",
"source": "https://github.com/dora-rs/dora/blob/main/node-hub/dora-qwen2-5-vl",
"source": "https://github.com/dora-rs/node-hub/blob/main/dora-qwen2-5-vl",
"tags": [
"python",
"image",
Expand All @@ -67,7 +67,7 @@
"author": "dora",
"downloads": "https://img.shields.io/pypi/dm/dora-qwen",
"install": "- id: dora-qwenvl\n build: pip install dora-qwenvl\n path: dora-qwenvl\n inputs: \n text: <NODE>/text\n outputs: \n - text",
"source": "https://github.com/dora-rs/dora/blob/main/node-hub/dora-qwen",
"source": "https://github.com/dora-rs/node-hub/blob/main/dora-qwen",
"tags": [
"python",
"text"
Expand All @@ -86,7 +86,7 @@
"author": "dora",
"downloads": "https://img.shields.io/pypi/dm/dora-kokoro-tts",
"install": "- id: dora-kokoro-tts\n build: pip install dora-kokoro-tts\n path: dora-kokoro-tts\n inputs: \n text: <NODE>/text\n outputs: \n - audio",
"source": "https://github.com/dora-rs/dora/blob/main/node-hub/dora-kokoro-tts",
"source": "https://github.com/dora-rs/node-hub/blob/main/dora-kokoro-tts",
"tags": [
"python",
"audio",
Expand All @@ -105,7 +105,7 @@
"website": "sam2",
"author": "dora",
"downloads": "https://img.shields.io/pypi/dm/dora-sam2",
"source": "https://github.com/dora-rs/dora/blob/main/node-hub/dora-sam2",
"source": "https://github.com/dora-rs/node-hub/blob/main/dora-sam2",
"tags": [
"python",
"image",
Expand All @@ -125,7 +125,7 @@
"author": "dora",
"downloads": "https://img.shields.io/pypi/dm/dora-vad",
"install": "- id: dora-vad\n build: pip install dora-vad\n path: dora-vad\n inputs: \n tick: <NODE>/audio\n outputs: \n - audio",
"source": "https://github.com/dora-rs/dora/blob/main/node-hub/dora-vad",
"source": "https://github.com/dora-rs/node-hub/blob/main/dora-vad",
"tags": [
"python",
"audio"
Expand All @@ -144,7 +144,7 @@
"preview": "https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcS8EPOj0PAu4yyERZg4ncm-vMgBqaU5lSP6_Q&s",
"downloads": "https://img.shields.io/pypi/dm/dora-microphone",
"install": "- id: dora-microphone\n build: pip install dora-microphone\n path: dora-microphone\n inputs: \n tick: dora/timer/millis/50\n outputs: \n - audio",
"source": "https://github.com/dora-rs/dora/blob/main/node-hub/dora-microphone",
"source": "https://github.com/dora-rs/node-hub/blob/main/dora-microphone",
"tags": [
"python",
"audio"
Expand All @@ -163,7 +163,7 @@
"downloads": "https://img.shields.io/pypi/dm/dora-rerun",
"install": "- id: dora-rerun\n build: pip install dora-rerun\n path: dora-rerun\n inputs: \n image: <NODE>/image\n text: <NODE>/text",
"preview": "https://user-images.githubusercontent.com/1148717/218141237-0442d2b5-ed22-42bf-9321-10af1b894507.png",
"source": "https://github.com/dora-rs/dora/blob/main/node-hub/dora-rerun",
"source": "https://github.com/dora-rs/node-hub/blob/main/dora-rerun",
"tags": [
"rust",
"text",
Expand All @@ -184,7 +184,7 @@
"install": "- id: opencv-video-capture\n build: pip install opencv-video-capture\n path: opencv-video-capture\n inputs: \n tick: dora/timer/millis/50\n outputs: \n - image",
"downloads": "https://img.shields.io/pypi/dm/opencv-video-capture",
"preview": "https://opencv.org/wp-content/uploads/2020/07/OpenCV_logo_no_text-1.svg",
"source": "https://github.com/dora-rs/dora/blob/main/node-hub/opencv-video-capture",
"source": "https://github.com/dora-rs/node-hub/blob/main/opencv-video-capture",
"last_commit": "https://img.shields.io/github/last-commit/dora-rs/dora?path=node-hub%2Fopencv-video-capture",
"last_release": "https://img.shields.io/pypi/v/opencv-video-capture",
"license": "https://img.shields.io/pypi/l/opencv-video-capture",
Expand All @@ -203,7 +203,7 @@
"install": "- id: dora-yolo\n build: pip install dora-yolo\n path: dora-yolo\n inputs: \n image: <NODE>/image\n outputs: \n - bbox",
"downloads": "https://img.shields.io/pypi/dm/dora-yolo",
"preview": "https://raw.githubusercontent.com/ultralytics/assets/main/yolov8/banner-yolov8.png",
"source": "https://github.com/dora-rs/dora/blob/main/node-hub/dora-yolo",
"source": "https://github.com/dora-rs/node-hub/blob/main/dora-yolo",
"last_commit": "https://img.shields.io/github/last-commit/dora-rs/dora?path=node-hub%2Fdora-yolo",
"last_release": "https://img.shields.io/pypi/v/dora-yolo",
"license": "https://img.shields.io/pypi/l/dora-yolo",
Expand All @@ -222,7 +222,7 @@
"install": "- id: opencv-plot\n build: pip install opencv-plot\n path: opencv-plot\n inputs: \n image: <NODE>/image\n text: <NODE>/text",
"downloads": "https://img.shields.io/pypi/dm/dora-yolo",
"preview": "https://opencv.org/wp-content/uploads/2020/07/OpenCV_logo_no_text-1.svg",
"source": "https://github.com/dora-rs/dora/blob/main/node-hub/opencv-plot",
"source": "https://github.com/dora-rs/node-hub/blob/main/opencv-plot",
"last_commit": "https://img.shields.io/github/last-commit/dora-rs/dora?path=node-hub%2Fopencv-plot",
"last_release": "https://img.shields.io/pypi/v/opencv-plot",
"license": "https://img.shields.io/pypi/l/opencv-plot",
Expand All @@ -242,7 +242,7 @@
"install": "- id: dora-pyrealsense\n build: pip install dora-pyrealsense\n path: dora-pyrealsense\n inputs: \n tick: dora/timer/millis/50\n outputs: \n - image\n - depth",
"downloads": "https://img.shields.io/pypi/dm/dora-pyrealsense",
"preview": "https://user-images.githubusercontent.com/41145062/193884336-c30397be-2cac-45da-ba34-07e7db9843e8.png",
"source": "https://github.com/dora-rs/dora/blob/main/node-hub/dora-pyrealsense",
"source": "https://github.com/dora-rs/node-hub/blob/main/dora-pyrealsense",
"last_commit": "https://img.shields.io/github/last-commit/dora-rs/dora?path=node-hub%2Fdora-pyrealsense",
"last_release": "https://img.shields.io/pypi/v/dora-pyrealsense",
"license": "https://img.shields.io/pypi/l/dora-pyrealsense",
Expand All @@ -262,7 +262,7 @@
"install": "- id: dora-pyorbbecksdk\n build: pip install dora-pyorbbecksdk\n path: dora-pyorbbecksdk\n inputs: \n tick: dora/timer/millis/50\n outputs: \n - image\n - depth\n - image_depth",
"downloads": "https://img.shields.io/pypi/dm/dora-pyorbbecksdk",
"preview": "https://new-orbbec3d-s3.s3.amazonaws.com/wp-content/uploads/2024/06/03120334/右45度-e1717416268437-300x153.png",
"source": "https://github.com/dora-rs/dora/blob/main/node-hub/dora-pyorbbecksdk",
"source": "https://github.com/dora-rs/node-hub/blob/main/dora-pyorbbecksdk",
"tags": [
"python",
"image",
Expand All @@ -282,7 +282,7 @@
"install": "- id: dora-keyboard\n build: pip install dora-keyboard\n path: dora-keyboard\n inputs: \n tick: dora/timer/millis/1000\n outputs: \n - char",
"downloads": "https://img.shields.io/pypi/dm/dora-keyboard",
"preview": "https://upload.wikimedia.org/wikipedia/commons/thumb/a/a2/LenovoKeyboard.jpg/220px-LenovoKeyboard.jpg",
"source": "https://github.com/dora-rs/dora/blob/main/node-hub/dora-keyboard",
"source": "https://github.com/dora-rs/node-hub/blob/main/dora-keyboard",
"last_commit": "https://img.shields.io/github/last-commit/dora-rs/dora?path=node-hub%2Fdora-keyboard",
"last_release": "https://img.shields.io/pypi/v/dora-keyboard",
"license": "https://img.shields.io/pypi/l/dora-keyboard",
Expand All @@ -301,7 +301,7 @@
"install": "- id: dora-piper\n build: pip install dora-piper\n path: dora-piper\n inputs: \n tick: dora/timer/millis/20\n joint_action: <NODE>/jointstate\n outputs: \n - jointstate",
"downloads": "https://img.shields.io/pypi/dm/dora-piper",
"preview": "https://global.agilex.ai/cdn/shop/files/PIPER0814.00_00_37_00.Still004.jpg?v=1724743157&width=3840",
"source": "https://github.com/dora-rs/dora/blob/main/node-hub/dora-piper",
"source": "https://github.com/dora-rs/node-hub/blob/main/dora-piper",
"last_commit": "https://img.shields.io/github/last-commit/dora-rs/dora?path=node-hub%2Fdora-piper",
"last_release": "https://img.shields.io/pypi/v/dora-piper",
"license": "https://img.shields.io/pypi/l/dora-piper",
Expand All @@ -319,7 +319,7 @@
"install": "- id: dora-opus\n build: pip install dora-opus\n path: dora-opus\n inputs: \n text: <NODE>/text\n outputs: \n - text\n env:\n SOURCE_LANGUAGE: en\n TARGET_LANGUAGE: fr",
"downloads": "https://img.shields.io/pypi/dm/dora-opus",
"preview": "https://github.com/Helsinki-NLP/Opus-MT/raw/master/img/opus_mt.png",
"source": "https://github.com/dora-rs/dora/blob/main/node-hub/dora-opus",
"source": "https://github.com/dora-rs/node-hub/blob/main/dora-opus",
"last_commit": "https://img.shields.io/github/last-commit/dora-rs/dora?path=node-hub%2Fdora-opus",
"last_release": "https://img.shields.io/pypi/v/dora-opus",
"license": "https://img.shields.io/pypi/l/dora-opus",
Expand All @@ -338,7 +338,7 @@
"install": "- id: llama-factory-recorder\n build: pip install llama-factory-recorder\n path: llama-factory-recorder\n inputs: \n image: <NODE>/image\n text: <NODE>/text\n ground_truth: <NODE>/text\n outputs: \n - text",
"downloads": "https://img.shields.io/pypi/dm/llama-factory-recorder",
"preview": "https://github.com/hiyouga/LLaMA-Factory/blob/main/assets/logo.png?raw=true",
"source": "https://github.com/dora-rs/dora/blob/main/node-hub/llama-factory-recorder",
"source": "https://github.com/dora-rs/node-hub/blob/main/llama-factory-recorder",
"last_commit": "https://img.shields.io/github/last-commit/dora-rs/dora?path=node-hub%2Fllama-factory-recorder",
"last_release": "https://img.shields.io/pypi/v/llama-factory-recorder",
"license": "https://img.shields.io/pypi/l/llama-factory-recorder",
Expand All @@ -358,7 +358,7 @@
"install": "- id: dora-rdt-1b\n build: pip install dora-rdt-1b\n path: dora-rdt-1b\n inputs: \n image: <NODE>/image\n jointstate: <NODE>/jointstate\n outputs: \n - action",
"downloads": "https://img.shields.io/pypi/dm/dora-rdt-1b",
"preview": "https://github.com/thu-ml/RoboticsDiffusionTransformer/raw/main/assets/head.png",
"source": "https://github.com/dora-rs/dora/blob/main/node-hub/dora-rdt-1b",
"source": "https://github.com/dora-rs/node-hub/blob/main/dora-rdt-1b",
"last_commit": "https://img.shields.io/github/last-commit/dora-rs/dora?path=node-hub%2Fdora-rdt-1b",
"last_release": "https://img.shields.io/pypi/v/dora-rdt-1b",
"license": "https://img.shields.io/pypi/l/dora-rdt-1b",
Expand Down Expand Up @@ -455,7 +455,7 @@
"website": "reachy2",
"preview": "https://www.lejournaldesentreprises.com/sites/lejournaldesentreprises.com/files/styles/landscape_web_lg_1x/public/2024-11/Reachy-2-sait-reprer-un-objet-le-saisir-et-le-m-15512511.jpeg?itok=syrnHhWx",
"downloads": "https://img.shields.io/pypi/dm/dora-reachy2",
"source": "https://github.com/dora-rs/dora/blob/main/node-hub/dora-reachy2",
"source": "https://github.com/dora-rs/node-hub/blob/main/dora-reachy2",
"last_commit": "https://img.shields.io/github/last-commit/dora-rs/dora?path=node-hub%2Fdora-reachy2",
"last_release": "https://img.shields.io/pypi/v/dora-reachy2",
"license": "https://img.shields.io/pypi/l/dora-reachy2",
Expand Down Expand Up @@ -512,7 +512,7 @@
"website": "robomaster-s1",
"downloads": "https://img.shields.io/pypi/dm/dora-ugv",
"preview": "https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcTvTwJ589Zudgva9TIQ79ddJ8wHUq2_jmrUZg&s",
"source": "https://github.com/dora-rs/dora/blob/main/node-hub/dora-ugv",
"source": "https://github.com/dora-rs/node-hub/blob/main/dora-ugv",
"last_commit": "https://img.shields.io/github/last-commit/dora-rs/dora?path=node-hub%2Fdora-ugv",
"last_release": "https://img.shields.io/pypi/v/dora-ugv",
"license": "https://img.shields.io/pypi/l/dora-ugv",
Expand All @@ -529,7 +529,7 @@
"website": "dora-kit-car",
"downloads": "https://img.shields.io/pypi/dm/dora-kit-car",
"preview": "https://github.com/RuPingCen/mick_robot_chassis/raw/master/README.assets/fengmian.gif",
"source": "https://github.com/dora-rs/dora/blob/main/node-hub/dora-kit-car",
"source": "https://github.com/dora-rs/node-hub/blob/main/dora-kit-car",
"last_commit": "https://img.shields.io/github/last-commit/dora-rs/dora?path=node-hub%2Fdora-kit-car",
"last_release": "https://img.shields.io/pypi/v/dora-kit-car",
"license": "https://img.shields.io/pypi/l/dora-kit-car",
Expand All @@ -547,7 +547,7 @@
"downloads": "https://img.shields.io/pypi/dm/dora-argotranslate",
"install": "- id: dora-argotranslate\n build: pip install dora-argotranslate\n path: dora-argotranslate\n inputs: \n text: <NODE>/text\n outputs: \n - text\n env:\n SOURCE_LANGUAGE: en\n TARGET_LANGUAGE: fr",
"preview": "https://avatars.githubusercontent.com/u/48267258?v=4",
"source": "https://github.com/dora-rs/dora/blob/main/node-hub/dora-argotranslate",
"source": "https://github.com/dora-rs/node-hub/blob/main/dora-argotranslate",
"last_commit": "https://img.shields.io/github/last-commit/dora-rs/dora?path=node-hub%2Fdora-argotranslate",
"last_release": "https://img.shields.io/pypi/v/dora-argotranslate",
"license": "https://img.shields.io/pypi/l/dora-argotranslate",
Expand All @@ -564,7 +564,7 @@
"website": "internvl",
"downloads": "https://img.shields.io/pypi/dm/dora-internvl",
"preview": "https://private-user-images.githubusercontent.com/23737120/379689418-930e6814-8a9f-43e1-a284-118a5732daa4.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzYzNDcwODEsIm5iZiI6MTczNjM0Njc4MSwicGF0aCI6Ii8yMzczNzEyMC8zNzk2ODk0MTgtOTMwZTY4MTQtOGE5Zi00M2UxLWEyODQtMTE4YTU3MzJkYWE0LnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAxMDglMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMTA4VDE0MzMwMVomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTM3YTUyM2UyMDc5ZmMxNjk5NWZmNzg4ZjgxN2VkNzIyOTFmYjc2OGJiZGJlOWQ1Y2Q4NWU2OTJhYmRjMzZhZjUmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.uiWkdjPEgeUJkiCVNii9Huh4M1ykJ2Cm_FVcTDcldYs",
"source": "https://github.com/dora-rs/dora/blob/main/node-hub/dora-internvl",
"source": "https://github.com/dora-rs/node-hub/blob/main/dora-internvl",
"last_commit": "https://img.shields.io/github/last-commit/dora-rs/dora?path=node-hub%2Fdora-internvl",
"last_release": "https://img.shields.io/pypi/v/dora-internvl",
"license": "https://img.shields.io/pypi/l/dora-internvl",
Expand Down Expand Up @@ -648,4 +648,4 @@
"support": "✅",
"category": "Image Processing"
}
]
]