Spaces:
Sleeping
Sleeping
File size: 751 Bytes
b6952bb d5b7b6f b6952bb 7092157 b6952bb d5b7b6f |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 |
---
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](https://docs.streamlit.io/library/get-started/main-concepts).
### Installation
```
pip install -r examples/apps/ocr/requirements.txt
```
### Launch the App
```
streamlit run examples/apps/ocr/app.py
```
|