Instructions to use nightback/LuigAI with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Keras
How to use nightback/LuigAI with Keras:
# Available backend options are: "jax", "torch", "tensorflow". import os os.environ["KERAS_BACKEND"] = "jax" import keras model = keras.saving.load_model("hf://nightback/LuigAI") - Notebooks
- Google Colab
- Kaggle
Create README.md
Browse files
README.md
ADDED
|
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
language:
|
| 3 |
+
- pt
|
| 4 |
+
license: apache-2.0
|
| 5 |
+
---
|
| 6 |
+
LugAI é uma AI simples sendo feita usando TENSORFLOW sem necessidade de baixar nada em seu workspace!!! Roda em qualquer dispositivo de qualquer lugar sem exigir muito processamento.
|