Instructions to use fahimahamed1/NeoNude with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use fahimahamed1/NeoNude with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("fahimahamed1/NeoNude", dtype="auto") - Notebooks
- Google Colab
- Kaggle
| """ | |
| NeoNude - GAN-based image transformation algorithm. | |
| Built on a modified pix2pixHD architecture using a divide-et-impera approach. | |
| """ | |
| __version__ = "1.0.0" | |