Instructions to use Evnx26/NSS_Datathon_Model with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Keras
How to use Evnx26/NSS_Datathon_Model with Keras:
# Available backend options are: "jax", "torch", "tensorflow". import os os.environ["KERAS_BACKEND"] = "jax" import keras model = keras.saving.load_model("hf://Evnx26/NSS_Datathon_Model") - Notebooks
- Google Colab
- Kaggle
Upload quality_checker.onnx
#1
by c-luis-e - opened
quality_checker model in onnx
Evnx26 changed pull request status to merged