Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing
    • Website
      • Tasks
      • HuggingChat
      • Collections
      • Languages
      • Organizations
    • Community
      • Blog
      • Posts
      • Daily Papers
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

algorembrant
/
chinese-translator-screenshot

Translation
Transformers
Chinese
English
ocr
screen-capture
chinese
easyocr
marianmt
Eval Results (legacy)
Model card Files Files and versions
xet
Community

Instructions to use algorembrant/chinese-translator-screenshot with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use algorembrant/chinese-translator-screenshot with Transformers:

    # Use a pipeline as a high-level helper
    # Warning: Pipeline type "translation" is no longer supported in transformers v5.
    # You must load the model directly (see below) or downgrade to v4.x with:
    # 'pip install "transformers<5.0.0'
    from transformers import pipeline
    
    pipe = pipeline("translation", model="algorembrant/chinese-translator-screenshot")
    # Load model directly
    from transformers import AutoModel
    model = AutoModel.from_pretrained("algorembrant/chinese-translator-screenshot", dtype="auto")
  • Notebooks
  • Google Colab
  • Kaggle
chinese-translator-screenshot
89.8 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
algorembrant's picture
algorembrant
Upload 10 files
52960ea verified 2 months ago
  • .gitattributes
    4.15 kB
    Update .gitattributes 2 months ago
  • .gitignore
    1.07 kB
    Upload 10 files 2 months ago
  • LICENSE
    1.07 kB
    Upload 10 files 2 months ago
  • README.md
    9.63 kB
    Upload 10 files 2 months ago
  • ci.yml
    2.16 kB
    Upload 10 files 2 months ago
  • list_langs.py
    338 Bytes
    Upload 10 files 2 months ago
  • requirements.txt
    2.51 kB
    Upload 10 files 2 months ago
  • supported_langs.json
    2.75 kB
    Upload 10 files 2 months ago
  • test_results.json
    149 Bytes
    Upload 10 files 2 months ago
  • test_translate.py
    550 Bytes
    Upload 10 files 2 months ago
  • translator.py
    65.4 kB
    Upload 10 files 2 months ago