bhaskatripathi / Text2Diagram

Text2Diagram is an AI based diagramming tool that uses Natural language text to create diagrams.
https://text2diagram.vercel.app/
262 stars 24 forks source link

Binary Logic Diagram +Simulator #2

Open vasnt opened 1 year ago

vasnt commented 1 year ago

Can it support Binary logic diagrams as well? like AND, OR, XOR gates?

Also with advancement of AI tools, i guess its simulator would be also feasible though it may be fall under new project instead of Text2Diagram.

What are your suggestions/thoughts?

bhaskatripathi commented 1 year ago

i tried drawing this "draw a circuit's logic diagram of a 4-bit binary to decimal encode" Got the below response. Not very good one. It doesn't knows how to draw the logic gates but understands the basic structure and logic. D2 lang provides decent support for logic gates. Training on D2 lang will need a lot of data preparation and lot of code examples. image