junxnone / aiwiki

AI Wiki
https://junxnone.github.io/aiwiki
17 stars 2 forks source link

ML Op #366

Open junxnone opened 1 year ago

junxnone commented 1 year ago
graph TD
    A("Image/Audio/Video/Text/Data/...") -->|Input| B[Op]
    subgraph Model
    B --> C{result}
    end
    C -->|1| D[Laptop]
    C -->|2| E[iPhone]
    C -->|3| F[fa:fa-car Car]
    C -->|...| G[...]