web application for visualizing neural networks in real time
-
clone the repository:
git clone https://github.com/dinxsh/vnn.git cd vnn
-
setup backend:
-
ensure go is installed.
-
navigate to the backend directory:
cd backend
-
build and run the server:
go build ./backend
-
-
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
-
- try at
http://localhost:3000
. - load and visualize neural network models.
this project is licensed under the MIT License. For details, see the LICENSE file.