Huertas97 commited on
Commit
51201d5
1 Parent(s): 67355b7

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +16 -0
README.md ADDED
@@ -0,0 +1,16 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ tags:
4
+ - pytorch
5
+ - diffusers
6
+ - class-conditional-image-generation
7
+ - diffusion-models-class
8
+ ---
9
+
10
+ # Overview
11
+
12
+ This model is a diffusion model for conditional image generation of clothes from the FashionMNIST dataset. The model is a class-conditioned UNet that generates images of clothes conditioned on the class label.
13
+ The code for this model can be found in this [GitHub repository](https://github.com/Huertas97/GenAI-FashionMNIST)
14
+
15
+ ## Usage
16
+