gaborcselle commited on
Commit
a66ab6f
1 Parent(s): d6b69a8

Added examples to widget

Browse files
Files changed (1) hide show
  1. README.md +36 -2
README.md CHANGED
@@ -1,5 +1,5 @@
1
  ---
2
- license: apache-2.0
3
  base_model: microsoft/resnet-18
4
  tags:
5
  - generated_from_trainer
@@ -23,6 +23,40 @@ model-index:
23
  - name: Accuracy
24
  type: accuracy
25
  value: 0.9102040816326531
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
26
  ---
27
 
28
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
@@ -37,7 +71,7 @@ It achieves the following results on the evaluation set:
37
 
38
  ## Model description
39
 
40
- More information needed
41
 
42
  ## Intended uses & limitations
43
 
 
1
  ---
2
+ license: mit
3
  base_model: microsoft/resnet-18
4
  tags:
5
  - generated_from_trainer
 
23
  - name: Accuracy
24
  type: accuracy
25
  value: 0.9102040816326531
26
+ widget:
27
+ - text: "What font is this?"
28
+ - src: https://huggingface.co/gaborcselle/font-identifier/hf_sample/ArchitectsDaughter-Regular_1.png
29
+ example_title: Architects Daughter
30
+ - src: https://huggingface.co/gaborcselle/font-identifier/hf_sample/Arial_Bold_39.png
31
+ example_title: Arial Bold
32
+ - src: https://huggingface.co/gaborcselle/font-identifier/hf_sample/Courier_28.png
33
+ example_title: Courier
34
+ - src: https://huggingface.co/gaborcselle/font-identifier/hf_sample/Helvetica_3.png
35
+ example_title: Helvetica
36
+ - src: https://huggingface.co/gaborcselle/font-identifier/hf_sample/IBMPlexSans-Regular_25.png
37
+ example_title: IBM Plex Sans
38
+ - src: https://huggingface.co/gaborcselle/font-identifier/hf_sample/Inter-Regular_43.png
39
+ example_title: Inter
40
+ - src: https://huggingface.co/gaborcselle/font-identifier/hf_sample/Lobster-Regular_25.png
41
+ example_title: Lobster
42
+ - src: https://huggingface.co/gaborcselle/font-identifier/hf_sample/Merriweather-Regular_1.png
43
+ example_title: Merriweather
44
+ - src: https://huggingface.co/gaborcselle/font-identifier/hf_sample/Poppins-Regular_22.png
45
+ example_title: Poppins
46
+ - src: https://huggingface.co/gaborcselle/font-identifier/hf_sample/RobotoMono-Regular_38.png
47
+ example_title: Roboto Mono
48
+ - src: https://huggingface.co/gaborcselle/font-identifier/hf_sample/Times_New_Roman_Bold Italic_26.png
49
+ example_title: Times New Roman Bold Italic
50
+ - src: https://huggingface.co/gaborcselle/font-identifier/hf_sample/Times_New_Roman_Italic_16.png
51
+ example_title: Times New Roman Italic
52
+ - src: https://huggingface.co/gaborcselle/font-identifier/hf_sample/TitilliumWeb-Regular_5.png
53
+ example_title: Titillium Web
54
+ - src: https://huggingface.co/gaborcselle/font-identifier/hf_sample/Trebuchet_MS_Italic_47.png
55
+ example_title: Trebuchet MS Italic
56
+ - src: https://huggingface.co/gaborcselle/font-identifier/hf_sample/Trebuchet_MS_11.png
57
+ example_title: Trebuchet MS
58
+ - src: https://huggingface.co/gaborcselle/font-identifier/hf_sample/Verdana_Bold_43.png
59
+ example_title: Verdana Bold
60
  ---
61
 
62
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
 
71
 
72
  ## Model description
73
 
74
+ Font identification based on input images.
75
 
76
  ## Intended uses & limitations
77