Hello everyone, I made a package inspired by PlotNeuralNet, for visualizing deep learning networks. neural-netz is now available on Typst Universe for you Computer Vision enthusiasts to check out :)
- You can draw everything with a single function call, whether you want something simple or complex.
- It only uses CeTZ under the hood, so you can either embed the visual directly in your Typst file (it will be stored as svg in you pdf), or you can of course export it from Typst separately as an image, to use it in any of your projects.
To see other architecture examples and learn how to use it, check out the package page:
Note: The codebase still needs some cleaning and ironing out, but the package is already pretty functional. Iām also aware of a bug preventing the use of custom input images in the current 0.1.0 release. EDIT: this is now fixed in 0.2.0 release !
