Skip to content

sasankreddy19/Image_Generation_using_VAE

Repository files navigation

VAE Image Generation

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.

Getting Started

Follow these instructions to set up and run the VAE for image generation on your local machine.

Prerequisites

Ensure that you have Python 3.x installed. You can download it here.

Installation

  1. Clone the repository:

    git clone https://github.com/your-repo/vae-image-generation.git
  2. Navigate to the project directory:

    cd vae-image-generation
  3. Install the necessary dependencies:

    pip install -r requirements.txt

Training the Model

Before generating images, you need to train the VAE model on the MNIST dataset.

To train the model, run:

python code/train.py

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published