You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.

README.md 649 B

1234567891011121314151617181920212223242526272829303132
  1. # Dora QwenVL2 node
  2. Experimental node for using a VLM within dora.
  3. ## YAML Specification
  4. This node is supposed to be used as follows:
  5. ```yaml
  6. - id: dora-qwenvl
  7. build: pip install dora-qwenvl
  8. path: dora-qwenvl
  9. inputs:
  10. image:
  11. source: camera/image
  12. queue_size: 1
  13. text: dora-distil-whisper/text
  14. outputs:
  15. - text
  16. env:
  17. DEFAULT_QUESTION: Describe the image in a very short sentence.
  18. ```
  19. ## Additional documentation
  20. - Qwenvl: https://github.com/QwenLM/Qwen-VL
  21. ## Examples
  22. - Vision Language Model
  23. - Github: https://github.com/dora-rs/dora/blob/main/examples/vlm
  24. - Website: https://dora-rs.ai/docs/examples/vlm