Instructions to use hassaanik/Face_Mask_Detector with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use hassaanik/Face_Mask_Detector with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-classification", model="hassaanik/Face_Mask_Detector") pipe("https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/hub/parrots.png")# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("hassaanik/Face_Mask_Detector", device_map="auto") - Notebooks
- Google Colab
- Kaggle
File size: 133 Bytes
42c6309 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:141bf613ef1c8394be56a228bacd5a594af4c467e2df10f4221d70c3041a597d
size 51776264
|