Instructions to use andromeda01111/NN_BC with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Keras
How to use andromeda01111/NN_BC with Keras:
# Available backend options are: "jax", "torch", "tensorflow". import os os.environ["KERAS_BACKEND"] = "jax" import keras model = keras.saving.load_model("hf://andromeda01111/NN_BC") - Notebooks
- Google Colab
- Kaggle