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