Instructions to use robertkm23/chat_bot with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Keras
How to use robertkm23/chat_bot with Keras:
# Available backend options are: "jax", "torch", "tensorflow". import os os.environ["KERAS_BACKEND"] = "jax" import keras model = keras.saving.load_model("hf://robertkm23/chat_bot") - Notebooks
- Google Colab
- Kaggle
| streamlit==1.33.0 | |
| tensorflow==2.15.0 | |
| numpy>=1.20.0 | |
| requests>=2.0 | |
| huggingface-hub==0.32.0 |