Image-to-Image
Keras
TF-Keras
English
art
pixel_art
character_sprite
missing_data_imputation
image_to_image
Instructions to use fegemo/mdigan-characters with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Keras
How to use fegemo/mdigan-characters with Keras:
# Available backend options are: "jax", "torch", "tensorflow". import os os.environ["KERAS_BACKEND"] = "jax" import keras model = keras.saving.load_model("hf://fegemo/mdigan-characters") - Notebooks
- Google Colab
- Kaggle