| --- |
| language: en |
| tags: |
| - image-to-image |
| - gan |
| - pytorch |
| - Unet |
| license: mit |
| --- |
| |
| # GAN Sketch to Image Model |
|
|
| TorchScript generator weights for sketch-to-image synthesis. |
|
|
| ## Links |
|
|
| - Live app (Hugging Face Space): https://huggingface.co/spaces/amit-saw/gan-sketch-to-image-app |
| - GitHub source code: https://github.com/Amit-Saw/GAN_Model-Sketch_to_Image |
| - Model repository (this page): https://huggingface.co/amit-saw/gan-sketch-to-image |
| |
| ## Files |
| |
| - generator.pt: Main TorchScript generator model |
| |
| ## Usage Note |
| |
| The Space downloads this model automatically at runtime when the local file is missing. |