lutzroeder/netron — reverse-engineered prompt
Reverse engineered prompt
Build me a clean model viewer for machine learning files, similar to Netron. I want someone to open it in a browser, drop in a model file, and immediately see the neural network as an interactive graph they can zoom, pan, and click through.
It should work with common formats like ONNX, TensorFlow Lite, PyTorch, TensorFlow, Core ML, Keras, OpenVINO, Caffe, Darknet, Safetensors, and NumPy if possible. If some formats are too much for a first version, make the app structure ready for adding them later.
When a user clicks a layer or node, show useful details like the name, type, inputs, outputs, shapes, and any available metadata in a side panel. Make the interface simple, fast, and focused on understanding the model, not editing it.
Please include a polished landing screen, file picker, drag and drop support, sample model loading by URL, and clear error messages for unsupported or broken files. Look up current docs online if you need to.
Want more depth? Deep Reverse