Instructions to use UpGrowTeam/UpGrow with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Keras
How to use UpGrowTeam/UpGrow with Keras:
# Available backend options are: "jax", "torch", "tensorflow". import os os.environ["KERAS_BACKEND"] = "jax" import keras model = keras.saving.load_model("hf://UpGrowTeam/UpGrow") - Notebooks
- Google Colab
- Kaggle
Commit ·
ea728fd
1
Parent(s): ff2745e
Update README.md
Browse files
README.md
CHANGED
|
@@ -17,7 +17,7 @@ tags:
|
|
| 17 |
- instagram
|
| 18 |
- instagram-growth
|
| 19 |
---
|
| 20 |
-
# UpGrow – Models on Hugging Face
|
| 21 |
### 
|
| 22 |
|
| 23 |
Welcome to the official Hugging Face repository for [UpGrow](https://www.upgrow.com), an AI-powered platform for **Instagram growth services**. This repository provides information about our machine learning models, including how to use them with the Hugging Face 🤗 Transformes library.
|
|
|
|
| 17 |
- instagram
|
| 18 |
- instagram-growth
|
| 19 |
---
|
| 20 |
+
# UpGrow – AI Growth Models on Hugging Face
|
| 21 |
### 
|
| 22 |
|
| 23 |
Welcome to the official Hugging Face repository for [UpGrow](https://www.upgrow.com), an AI-powered platform for **Instagram growth services**. This repository provides information about our machine learning models, including how to use them with the Hugging Face 🤗 Transformes library.
|