Class-Conditional Image Generation using Diffusion Models

Youtube Video -https://youtu.be/XP3L7xlHpqw?si=HULy3QbPYh1lZxUu Screenshot 2024-04-28 201121

Description

This repository contains the implementation of class-conditional image generation models for two diverse datasets: alphanumeric characters and animal images across ten distinct classes. These models were developed as part of a 24-hour hackathon, trained on proprietary datasets, and deployed on a Django web server environment. Users can input prompts to generate corresponding images, showcasing the seamless integration of deep learning and web development technologies.

Technologies Used

  • Python
  • Django
  • Deep Learning
  • Diffusion Models

Model Weights

Usage

  1. Clone the repository to your local machine.
  2. Ensure you have Python and Django installed.
  3. Navigate to the project directory.
  4. Run the Django server using the command:
    python manage.py runserver
    
  5. Access the web server from your browser.
  6. Input prompts to generate images from the specified datasets.

Contributing

Pull requests and contributions are welcome. For major changes, please open an issue first to discuss what you would like to change.

License

MIT