Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing

  • Log In
  • Sign Up

ManiKumarAdapala
/
KerasOcr

Image-to-Text
Keras
English
OCR
Code
Model card Files Files and versions
xet
Community

Instructions to use ManiKumarAdapala/KerasOcr with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Keras

    How to use ManiKumarAdapala/KerasOcr with Keras:

    # Available backend options are: "jax", "torch", "tensorflow".
    import os
    os.environ["KERAS_BACKEND"] = "jax"
    
    import keras
    
    model = keras.saving.load_model("hf://ManiKumarAdapala/KerasOcr")
    
  • Notebooks
  • Google Colab
  • Kaggle
KerasOcr
154 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 8 commits
ManiKumarAdapala's picture
ManiKumarAdapala
Update README.md
c9b7b80 verified over 1 year ago
  • Img
    Upload test_text.png about 2 years ago
  • keras_ocr_backend_models
    Uploaded Keras OCR Backend Models about 2 years ago
  • .gitattributes
    1.52 kB
    initial commit about 2 years ago
  • README.md
    169 Bytes
    Update README.md over 1 year ago
  • requirements.txt
    86 Bytes
    Create requirements.txt about 2 years ago
  • test_ocr.ipynb
    74.6 kB
    Upload test_ocr.ipynb about 2 years ago