Merlin NN Editor allows you to create neural network and architecture diagrams using code.
To check it out, visit the Merlin NN Editor editor here.
- Node.js (v18 or higher)
- npm or pnpm package manager
-
Clone the repository:
git clone https://github.com/ETH-PEACH-Lab/merlin-nn-editor.git cd merlin-nn-editor -
Install dependencies:
pnpm install
-
Start the development server:
pnpm dev
-
Open your browser and navigate to
http://localhost:8080