generic-github-user/TensorFlow.js-VAE
A variational autoencoder for TensorFlow.js
This project helps you create and use a variational autoencoder (VAE) directly within your web browser. You provide image data, and it learns to generate similar, new images or compress existing ones efficiently. This is ideal for web developers building interactive image generation or processing applications.
No commits in the last 6 months.
Use this if you need to implement generative image models or dimensionality reduction directly in a web environment without relying on server-side processing.
Not ideal if you're looking for a general-purpose VAE implementation for a backend server or desktop application.
Stars
9
Forks
—
Language
JavaScript
License
—
Last pushed
Jul 05, 2018
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/generic-github-user/TensorFlow.js-VAE"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
Naresh1318/Adversarial_Autoencoder
A wizard's guide to Adversarial Autoencoders
mseitzer/pytorch-fid
Compute FID scores with PyTorch.
acids-ircam/RAVE
Official implementation of the RAVE model: a Realtime Audio Variational autoEncoder
ratschlab/aestetik
AESTETIK: Convolutional autoencoder for learning spot representations from spatial...
jaanli/variational-autoencoder
Variational autoencoder implemented in tensorflow and pytorch (including inverse autoregressive flow)