LandingAI-Poker / README.md
dillonlaird's picture
updated versions
d5b7b6f
|
raw
history blame
No virus
805 Bytes
metadata
title: LandingAI-PokerCard
emoji: πŸ‘
colorFrom: red
colorTo: pink
sdk: streamlit
sdk_version: 1.25.0
app_file: app.py
pinned: false

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