Instructions to use prajwath/NullClass_Task-2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- TF-Keras
How to use prajwath/NullClass_Task-2 with TF-Keras:
# Note: 'keras<3.x' or 'tf_keras' must be installed (legacy) # See https://github.com/keras-team/tf-keras for more details. from huggingface_hub import from_pretrained_keras model = from_pretrained_keras("prajwath/NullClass_Task-2") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -2,4 +2,5 @@
|
|
| 2 |
license: apache-2.0
|
| 3 |
---
|
| 4 |
clone the repository and run "word detection.py" file
|
| 5 |
-
assuming tensorflow and required packages are installed
|
|
|
|
|
|
| 2 |
license: apache-2.0
|
| 3 |
---
|
| 4 |
clone the repository and run "word detection.py" file
|
| 5 |
+
assuming tensorflow and required packages are installed
|
| 6 |
+
and a pop-up will show if u spell 2 words incorrect along with suggestions
|