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
|
@@ -39,6 +39,16 @@ chart-recognizer has been trained on my own dataset. So far I have not been able
|
|
| 39 |
- [StephanAkkerman/stock-charts](https://huggingface.co/datasets/StephanAkkerman/stock-charts): 5,203 images.
|
| 40 |
- [StephanAkkerman/fintwit-images](https://huggingface.co/datasets/StephanAkkerman/fintwit-images): 4,579 images.
|
| 41 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 42 |
## More Information
|
| 43 |
|
| 44 |
For a comprehensive overview, including the training setup and analysis of the model, visit the [chart-recognizer GitHub repository](https://github.com/StephanAkkerman/chart-recognizer).
|
|
|
|
| 39 |
- [StephanAkkerman/stock-charts](https://huggingface.co/datasets/StephanAkkerman/stock-charts): 5,203 images.
|
| 40 |
- [StephanAkkerman/fintwit-images](https://huggingface.co/datasets/StephanAkkerman/fintwit-images): 4,579 images.
|
| 41 |
|
| 42 |
+
### Example Images
|
| 43 |
+
The following images are not part of the training set and can be used for testing purposes.
|
| 44 |
+
|
| 45 |
+
#### Chart
|
| 46 |
+

|
| 47 |
+
|
| 48 |
+
#### Non-Chart
|
| 49 |
+
This can be any image that does not represent a (financial) chart.
|
| 50 |
+

|
| 51 |
+
|
| 52 |
## More Information
|
| 53 |
|
| 54 |
For a comprehensive overview, including the training setup and analysis of the model, visit the [chart-recognizer GitHub repository](https://github.com/StephanAkkerman/chart-recognizer).
|