Skip to content

dinxsh/vnn

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

neural network visualizer 🪢

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published