Confidential Optical Character Recognition Service With Cape

This page summarizes the projects mentioned and recommended in the original post on dev.to

Scout Monitoring - Free Django app performance insights with Scout Monitoring
Get Scout setup in minutes, and let us sweat the small stuff. A couple lines in settings.py is all you need to start monitoring your apps. Sign up for our free tier today.
www.scoutapm.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • pycape

    The Cape Privacy Python SDK

    Cape has recently deployed a confidential optical character recognition (OCR) service. Anyone can try it through the Cape UI after signing up through Cape’s website. You can also integrate the confidential OCR service with your application using the cape-js and pycape SDKs. In this blog post, we will use this OCR service example to demonstrate how you can benefit from a machine learning service while maintaining users’ data confidentiality.

  • Scout Monitoring

    Free Django app performance insights with Scout Monitoring. Get Scout setup in minutes, and let us sweat the small stuff. A couple lines in settings.py is all you need to start monitoring your apps. Sign up for our free tier today.

    Scout Monitoring logo
  • doctr

    docTR (Document Text Recognition) - a seamless, high-performing & accessible library for OCR-related tasks powered by Deep Learning.

    For its OCR service, Cape uses the excellent Python docTR library. Some of the critical benefits of docTR are its ease of use, flexibility, and matching state-of-the-art performance. The OCR model consists of two steps: text detection and text recognition. Cape uses a pre-trained DB Resnet50 architecture for detection, and for recognition, it uses a MobileNetV3 Small architecture. To learn more about the level of OCR accuracy you can expect for your document, you can consult these benchmarks provided by docTR. As you will see, model performance is very competitive compared to other commercial services.

  • In this blog post, we focus on invoking the OCR service. However, if you want to learn how to deploy your machine learning model with Cape, you can check this example, where we deploy an image classification model with the ONNX runtime.

  • cape-js

    The Cape Privacy JavaScript SDK

    Once you have your access token, you can invoke the OCR service. Here is a code snippet showing you how to do it with cape-js.

  • onnxruntime

    ONNX Runtime: cross-platform, high performance ML inferencing and training accelerator

    In this blog post, we focus on invoking the OCR service. However, if you want to learn how to deploy your machine learning model with Cape, you can check this example, where we deploy an image classification model with the ONNX runtime.

  • functions

    Sample functions for Cape Privacy (by capeprivacy)

    The code examples presented in this blog post are in the Cape's function examples repository. And you can learn more from the documentation.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Leader election in the enclave

    2 projects | dev.to | 24 Oct 2022
  • Integrate Hugging Face Spaces & Gradio with a React application

    2 projects | dev.to | 12 Oct 2024
  • Building automated machine learning with type inference

    1 project | news.ycombinator.com | 10 Oct 2024
  • Ask HN: Who is hiring? (October 2024)

    22 projects | news.ycombinator.com | 1 Oct 2024
  • Create ML models that can run in any environment

    1 project | news.ycombinator.com | 3 Oct 2024

Did you konow that Python is
the 1st most popular programming language
based on number of metions?