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
Update README.md
Browse files
README.md
CHANGED
|
@@ -2,5 +2,10 @@
|
|
| 2 |
language:
|
| 3 |
- pt
|
| 4 |
license: apache-2.0
|
|
|
|
| 5 |
---
|
| 6 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2 |
language:
|
| 3 |
- pt
|
| 4 |
license: apache-2.0
|
| 5 |
+
|
| 6 |
---
|
| 7 |
+
|
| 8 |
+
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.
|
| 9 |
+
|
| 10 |
+
Como treinar?
|
| 11 |
+
Use TensorFlow KERAS para poder adicionar mais dados e parametros ao modelo
|