LandingAI-Poker / README.md
dillonlaird's picture
trying docker space
7092157
|
raw
history blame
No virus
751 Bytes
metadata
title: LandingAI-PokerCard
emoji: πŸ‘
colorFrom: red
colorTo: pink
sdk: docker

Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference

Introduction

This example is a Streamlit app that supports running OCR inference.

In particular, this app allows you to run inference with uploaded images or images from your camera.

Target Audience

We recommend that users have:

  • Basic Python programming skills.
  • A basic understanding of the Streamlit library. For more information, go here.

Installation

pip install -r examples/apps/ocr/requirements.txt

Launch the App

streamlit run examples/apps/ocr/app.py