Skip to content

Latest commit

 

History

368 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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
bun install
bun run build
# Serve the content of nnvp-client-vue/dist

Testing:

make test      # Run all tests (unit + e2e)
make test-unit # Run unit tests headlessly
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

Stars

8 stars

Watchers

4 watching

Forks

Releases

Packages

Used by

Contributors

Languages