Instructions to use nirajandhakal/book-recommender with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Keras
How to use nirajandhakal/book-recommender with Keras:
# Available backend options are: "jax", "torch", "tensorflow". import os os.environ["KERAS_BACKEND"] = "jax" import keras model = keras.saving.load_model("hf://nirajandhakal/book-recommender") - Notebooks
- Google Colab
- Kaggle
Upload recommendation_model.keras
Browse files
models/recommendation_model.keras
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:60e07d12b6cfde3b5ac7c9589a3fa1dc7890716c94f26fd8dd3bc8ae70d1f3dc
|
| 3 |
+
size 38171840
|