Image Classification
timm
PyTorch
Safetensors
English
chart
charts
fintwit
stocks
crypto
finance
financial
financial charts
graphs
financial graphs
plot
plots
financial plots
cryptocurrency
image-recognition
recognition
Eval Results (legacy)
Instructions to use StephanAkkerman/chart-recognizer with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- timm
How to use StephanAkkerman/chart-recognizer with timm:
import timm model = timm.create_model("hf_hub:StephanAkkerman/chart-recognizer", pretrained=True) - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -2,7 +2,21 @@
|
|
| 2 |
tags:
|
| 3 |
- image-classification
|
| 4 |
- timm
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 5 |
library_name: timm
|
| 6 |
license: apache-2.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 7 |
---
|
| 8 |
-
# Model card for chart-recognizer
|
|
|
|
| 2 |
tags:
|
| 3 |
- image-classification
|
| 4 |
- timm
|
| 5 |
+
- chart
|
| 6 |
+
- charts
|
| 7 |
+
- fintwit
|
| 8 |
+
- stocks
|
| 9 |
+
- crypto
|
| 10 |
library_name: timm
|
| 11 |
license: apache-2.0
|
| 12 |
+
datasets:
|
| 13 |
+
- StephanAkkerman/fintwit-charts
|
| 14 |
+
language:
|
| 15 |
+
- en
|
| 16 |
+
metrics:
|
| 17 |
+
- accuracy
|
| 18 |
+
- f1
|
| 19 |
+
- precision
|
| 20 |
+
- recall
|
| 21 |
---
|
| 22 |
+
# Model card for chart-recognizer
|