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
|
@@ -19,7 +19,7 @@ metrics:
|
|
| 19 |
- precision
|
| 20 |
- recall
|
| 21 |
pipeline_tag: image-classification
|
| 22 |
-
base_model: efficientnet_b0
|
| 23 |
---
|
| 24 |
# Chart Recognizer
|
| 25 |
|
|
|
|
| 19 |
- precision
|
| 20 |
- recall
|
| 21 |
pipeline_tag: image-classification
|
| 22 |
+
base_model: timm/efficientnet_b0.ra_in1k
|
| 23 |
---
|
| 24 |
# Chart Recognizer
|
| 25 |
|