Spaces:
Sleeping
Sleeping
| title: LandingAI.PokerCard | |
| emoji: π | |
| colorFrom: red | |
| colorTo: pink | |
| sdk: streamlit | |
| sdk_version: 1.27.2 | |
| 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](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 | |
| ``` | |