Open Issues Need Help
View All on GitHubAI Summary: Import a circuit dataset from Zenodo into a DVC repository. This involves downloading the dataset (images and Pascal-VOC XML annotations), creating a DVC stage to manage the data, and updating the project's README with the dataset's SHA256 hash and Zenodo DOI for reproducibility.
AI Summary: Create a new command, `circuitcli viz`, within the existing CircuitCLI application. This command should take a circuit image as input, process it through the existing graph building components, and then output a Graphviz `.dot` file representing the circuit's graph structure. The command should optionally render this `.dot` file to a PNG image using a suitable tool like `xdot`, and display the result. The visualization should clearly label nodes and edges.