UNPKG

@huggingface/transformers

Version:

State-of-the-art Machine Learning for the web. Run 🤗 Transformers directly in your browser, with no need for a server!

5 lines (3 loc) • 210 B
import { ImageProcessor } from '../../image_processors_utils.js'; export class MobileNetV3ImageProcessor extends ImageProcessor {} export class MobileNetV3FeatureExtractor extends MobileNetV3ImageProcessor {}