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
npm install
npm run build
# Serve the content of nnvp-client-vue/distTesting:
make test-e2e # Run Playwright e2e tests- Project History - Origin story and contributors
- 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).