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
See the Makefile for all available commands:
make helpOr use these common commands directly:
Development:
make install # Install dependencies
make dev # Start development serverProduction:
cd nnvp-client-vue
bun install
bun run build
# Serve the content of nnvp-client-vue/distTesting:
make test # Run all tests (unit + e2e)
make test-unit # Run unit tests headlessly
make test-e2e # Run Playwright e2e tests- Project History - Origin story and contributors
- Architecture - Module boundaries, state ownership, and data flow in the client
- Datasets - Datasets wired into the app and future candidates
- Tasks & Roadmap - Current priorities and future features
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).