/vnn

neural network visualizer 🪢

Primary LanguageTypeScriptMIT LicenseMIT

VNN 🪢

web application for visualizing neural networks in real time

PRs Welcome Stage

image

installation

  1. clone the repository:

    git clone https://github.com/dinxsh/vnn.git
    cd vnn
  2. setup backend:

    • ensure go is installed.

    • navigate to the backend directory:

      cd backend
    • build and run the server:

      go build
      ./backend
  3. setup frontend:

    • ensure node.js is installed.

    • navigate to the frontend directory:

      cd ../frontend
    • install dependencies and run the development server:

      npm install
      npm run dev

usage

  • try at http://localhost:3000.
  • load and visualize neural network models.

license

this project is licensed under the MIT License. For details, see the LICENSE file.