Spaces:
Running
Running
title: Cricketshot | |
emoji: π | |
colorFrom: purple | |
colorTo: green | |
sdk: streamlit | |
sdk_version: 1.43.1 | |
app_file: app.py | |
pinned: false | |
license: apache-2.0 | |
short_description: Classify the cricket shot | |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference | |
# Installtion | |
```bash | |
conda create -n hf-cricshot python=3.11 | |
conda activate hf-cricshot | |
pip install -r requirements.txt | |
``` | |