Edit model card

Model Details

The model was created using the Keras framework and trained on colab. To use the model, you only need a sketch of the facade you want to generate. However, it is worth noting that the model is not as good as it could be, because it has been trained with only 5000 epochs.

Model Date

June 2023

Model use

How to use:

from huggingface_hub import from_pretrained_keras

model = from_pretrained_keras("CineAI/Pix2Pix")

Or you can also use it like this:

from keras.models import load_model

model = load_model("Pix2Pix.h5")
Downloads last month
0
Inference API (serverless) does not yet support keras models for this pipeline type.