This repository contains an implementation of a Variational Autoencoder (VAE) for image generation using TensorFlow. The VAE is trained on the MNIST dataset and can generate handwritten digit images.
Follow these instructions to set up and run the VAE for image generation on your local machine.
Ensure that you have Python 3.x installed. You can download it here.
-
Clone the repository:
git clone https://github.com/your-repo/vae-image-generation.git
-
Navigate to the project directory:
cd vae-image-generation
-
Install the necessary dependencies:
pip install -r requirements.txt
Before generating images, you need to train the VAE model on the MNIST dataset.
To train the model, run:
python code/train.py