TF-Keras
chengkunli commited on
Commit
e9d07cf
·
verified ·
1 Parent(s): 94ffe1d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +25 -20
README.md CHANGED
@@ -1,29 +1,34 @@
1
  ---
2
  license: apache-2.0
 
 
 
 
 
3
  ---
4
 
5
  # InkSight Small-p
6
  From [InkSight: Offline-to-Online Handwriting Conversion by Learning to Read and Write](https://github.com/google-research/inksight)
7
 
8
- <div style="display: flex; gap: 10px; justify-content: left; margin-top: -35px;">
9
- <a href="https://research.google/blog/a-return-to-hand-written-notes-by-learning-to-read-write/">
10
- <img src="https://img.shields.io/badge/Google_Research_Blog-333333?&logo=google&logoColor=white" alt="Google Research Blog">
11
- </a>
12
- <a href="https://arxiv.org/abs/2402.05804">
13
- <img src="https://img.shields.io/badge/Read_the_Paper-4CAF50?&logo=arxiv&logoColor=white" alt="Read the Paper">
14
- </a>
15
- <a href="https://huggingface.co/spaces/Derendering/Model-Output-Playground">
16
- <img src="https://img.shields.io/badge/Output_Playground-007acc?&logo=huggingface&logoColor=white" alt="Try Demo on Hugging Face">
17
- </a>
18
- <a href="https://charlieleee.github.io/publication/inksight/">
19
- <img src="https://img.shields.io/badge/🔗_Project_Page-FFA500?&logo=link&logoColor=white" alt="Project Page">
20
- </a>
21
- <a href="https://huggingface.co/datasets/Derendering/InkSight-Derenderings">
22
- <img src="https://img.shields.io/badge/Dataset-InkSight-40AF40?&logo=huggingface&logoColor=white" alt="Hugging Face Dataset">
23
- </a>
24
- <a href="https://githubtocolab.com/google-research/inksight/blob/main/colab.ipynb">
25
- <img src="https://img.shields.io/badge/Example_Colab-F9AB00?&logo=googlecolab&logoColor=white" alt="Example colab">
26
- </a>
27
  </div>
28
 
29
  <figure>
@@ -128,4 +133,4 @@ If you find our work useful for your research and applications, please cite usin
128
  journal={arXiv preprint arXiv:2402.05804},
129
  year={2024}
130
  }
131
- ```
 
1
  ---
2
  license: apache-2.0
3
+ language:
4
+ - en
5
+ - zh
6
+ - ja
7
+ - vi
8
  ---
9
 
10
  # InkSight Small-p
11
  From [InkSight: Offline-to-Online Handwriting Conversion by Learning 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/">
15
+ <img src="https://img.shields.io/badge/Google_Research_Blog-333333?&logo=google&logoColor=white" alt="Google Research Blog">
16
+ </a>
17
+ <a href="https://arxiv.org/abs/2402.05804">
18
+ <img src="https://img.shields.io/badge/Read_the_Paper-4CAF50?&logo=arxiv&logoColor=white" alt="Read the Paper">
19
+ </a>
20
+ <a href="https://huggingface.co/spaces/Derendering/Model-Output-Playground">
21
+ <img src="https://img.shields.io/badge/Output_Playground-007acc?&logo=huggingface&logoColor=white" alt="Try Demo on Hugging Face">
22
+ </a>
23
+ <a href="https://charlieleee.github.io/publication/inksight/">
24
+ <img src="https://img.shields.io/badge/🔗_Project_Page-FFA500?&logo=link&logoColor=white" alt="Project Page">
25
+ </a>
26
+ <a href="https://huggingface.co/datasets/Derendering/InkSight-Derenderings">
27
+ <img src="https://img.shields.io/badge/Dataset-InkSight-40AF40?&logo=huggingface&logoColor=white" alt="Hugging Face Dataset">
28
+ </a>
29
+ <a href="https://githubtocolab.com/google-research/inksight/blob/main/colab.ipynb">
30
+ <img src="https://img.shields.io/badge/Example_Colab-F9AB00?&logo=googlecolab&logoColor=white" alt="Example colab">
31
+ </a>
32
  </div>
33
 
34
  <figure>
 
133
  journal={arXiv preprint arXiv:2402.05804},
134
  year={2024}
135
  }
136
+ ```