Instructions to use Gavin-chen/captcha_i2t with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Gavin-chen/captcha_i2t with Transformers:
# Load model directly from transformers import CaptchaModelForCTC model = CaptchaModelForCTC.from_pretrained("Gavin-chen/captcha_i2t", dtype="auto") - Notebooks
- Google Colab
- Kaggle