transcranial / keras-js
Run Keras models in the browser, with GPU support using WebGL
AI Architecture Analysis
This repository is indexed by RepoMind. By analyzing transcranial/keras-js in our AI interface, you can instantly generate complete architecture diagrams, visualize control flows, and perform automated security audits across the entire codebase.
Our Agentic Context Augmented Generation (Agentic CAG) engine loads full source files into context on-demand, avoiding the fragmentation of traditional RAG systems. Ask questions about the architecture, dependencies, or specific features to see it in action.
Repository Overview (README excerpt)
Crawler view**This project is no longer active. Please check out TensorFlow.js .** The Keras.js demos still work but is no longer updated. Run Keras models in the browser, with GPU support using WebGL Interactive Demos | Documentation --- Run Keras models in the browser, with GPU support provided by WebGL 2. Models can be run in Node.js as well, but only in CPU mode. Because Keras abstracts away a number of frameworks as backends, the models can be trained in any backend, including TensorFlow, CNTK, etc. Library version compatibility: Keras 2.1.2 Interactive Demos Check out the directory for real examples running Keras.js in VueJS. • Basic Convnet for MNIST • Convolutional Variational Autoencoder, trained on MNIST • Auxiliary Classifier Generative Adversarial Networks (AC-GAN) on MNIST • 50-layer Residual Network, trained on ImageNet • Inception v3, trained on ImageNet • DenseNet-121, trained on ImageNet • SqueezeNet v1.1, trained on ImageNet • Bidirectional LSTM for IMDB sentiment classification Documentation MIT License