Skip to content

c4ffein/NNVP

Repository files navigation

NNVP

Neural Network Visual Programming - Generate Python/JS code describing a Keras model by creating a graph representing the different layers in your browser.

🔗 Demo: nnvp.io

Quick Start

See the Makefile for all available commands:

make help

Or use these common commands directly:

Development:

make install  # Install dependencies
make dev      # Start development server

Production:

cd nnvp-client-vue
npm install
npm run build
# Serve the content of nnvp-client-vue/dist

Testing:

make test-e2e  # Run Playwright e2e tests

Documentation

License

This project uses the Inter typeface by Rasmus Andersson, licensed under the SIL Open Font License 1.1.

The rest of this project is licensed under the MIT License (see LICENSE).

About

Neural Network Visual Programming

Resources

License

Stars

Watchers

Forks

Packages

No packages published