Instructions to use Omar280X/id_word_segmenter with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Omar280X/id_word_segmenter with Transformers:
# Load model directly from transformers import AutoImageProcessor, SegformerForSemanticSegmentation processor = AutoImageProcessor.from_pretrained("Omar280X/id_word_segmenter") model = SegformerForSemanticSegmentation.from_pretrained("Omar280X/id_word_segmenter") - Notebooks
- Google Colab
- Kaggle