dora-rs / dora

DORA (Dataflow-Oriented Robotic Architecture) is middleware designed to streamline and simplify the creation of AI-based robotic applications. It offers low latency, composable, and distributed dataflow capabilities. Applications are modeled as directed graphs, also referred to as pipelines.
https://dora-rs.ai
Apache License 2.0
1.58k stars 95 forks source link

Add translation example from chinese, french to english #681

Closed haixuanTao closed 1 month ago

haixuanTao commented 1 month ago

This adds:

Get started

cd examples/translation
dora up

dora build dataflow_zh_en_terminal.yml
dora start dataflow_zh_en_terminal.yml --detach

python pretty_print.py
haixuanTao commented 1 month ago

FYI: I'm going to add a way to easily switch between language while running the dataflow before merging