Image Classification
Transformers.js
ONNX
Safetensors
mobilenet_v2
historical-documents
illustration-detection
mobilenet
glam
iiif
cultural-heritage
digital-humanities
transformers-js
Instructions to use small-models-for-glam/historical-illustration-detector with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers.js
How to use small-models-for-glam/historical-illustration-detector with Transformers.js:
// npm i @huggingface/transformers import { pipeline } from '@huggingface/transformers'; // Allocate pipeline const pipe = await pipeline('image-classification', 'small-models-for-glam/historical-illustration-detector');
Commit ·
b04ad61
1
Parent(s): cbc0939
Add context about model collection in README.md
Browse files
README.md
CHANGED
|
@@ -29,6 +29,8 @@ At 2.5MB, it's small enough to run directly in your browser - no server, no GPU,
|
|
| 29 |
|
| 30 |
Trained on [hand-labeled data from 2022](https://huggingface.co/datasets/ImageIN/ImageIn_annotations) using Internet Archive books.
|
| 31 |
|
|
|
|
|
|
|
| 32 |
## Model Description
|
| 33 |
|
| 34 |
- **Architecture**: MobileNetV2 fine-tuned for binary classification
|
|
|
|
| 29 |
|
| 30 |
Trained on [hand-labeled data from 2022](https://huggingface.co/datasets/ImageIN/ImageIn_annotations) using Internet Archive books.
|
| 31 |
|
| 32 |
+
Part of [small-models-for-glam](https://huggingface.co/small-models-for-glam) - a collection of efficient models for galleries, libraries, archives, and museums.
|
| 33 |
+
|
| 34 |
## Model Description
|
| 35 |
|
| 36 |
- **Architecture**: MobileNetV2 fine-tuned for binary classification
|