Instructions to use nicolamustone/minires with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Keras
How to use nicolamustone/minires with Keras:
# Available backend options are: "jax", "torch", "tensorflow". import os os.environ["KERAS_BACKEND"] = "jax" import keras model = keras.saving.load_model("hf://nicolamustone/minires") - Notebooks
- Google Colab
- Kaggle
Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -46,7 +46,7 @@ The original dataset was built via this pipeline:
|
|
| 46 |
Install the required dependencies:
|
| 47 |
|
| 48 |
```bash
|
| 49 |
-
pip install tensorflow xgboost pandas numpy
|
| 50 |
```
|
| 51 |
|
| 52 |
Then add `minires.py` to your project (or install this repo as a package if you set it up that way).
|
|
|
|
| 46 |
Install the required dependencies:
|
| 47 |
|
| 48 |
```bash
|
| 49 |
+
pip install tensorflow xgboost pandas numpy huggingface_hub
|
| 50 |
```
|
| 51 |
|
| 52 |
Then add `minires.py` to your project (or install this repo as a package if you set it up that way).
|