Instructions to use Derendering/InkSight-Small-p with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- TF-Keras
How to use Derendering/InkSight-Small-p 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("Derendering/InkSight-Small-p") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -8,7 +8,7 @@ language:
|
|
| 8 |
---
|
| 9 |
|
| 10 |
# InkSight Small-p
|
| 11 |
-
From [InkSight:
|
| 12 |
|
| 13 |
<div style="display: flex; gap: 0.5rem; flex-wrap: wrap; margin-bottom: 1rem;">
|
| 14 |
<a href="https://research.google/blog/a-return-to-hand-written-notes-by-learning-to-read-write/">
|
|
|
|
| 8 |
---
|
| 9 |
|
| 10 |
# InkSight Small-p
|
| 11 |
+
From [InkSight: Offline-to-Online Handwriting Conversion by Teaching Vision-Language Models to Read and Write](https://github.com/google-research/inksight)
|
| 12 |
|
| 13 |
<div style="display: flex; gap: 0.5rem; flex-wrap: wrap; margin-bottom: 1rem;">
|
| 14 |
<a href="https://research.google/blog/a-return-to-hand-written-notes-by-learning-to-read-write/">
|