Metadata-Version: 2.1
Name: iobm
Version: 0.1.7
Summary: A simple conditional adverserial neural network module.
Home-page: https://github.com/MJ-GITHUB-007/cGAN
Author: Mohammed Junaid
Author-email: junaid1607@outlook.com
License: MIT
Project-URL: GitHub, https://github.com/MJ-GITHUB-007/cGAN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: Pillow
Requires-Dist: torch
Requires-Dist: torchvision
Requires-Dist: tqdm

# cGAN Project

This is a Conditional Generative Adversarial Network (cGAN) project that allows you to train on your own dataset. The project generates images based on the specified data and saves a trained generator model along with a dictionary of classes to indices.
