cricketshot / README.md
rokmr's picture
Adding app files
077d8c0
|
raw
history blame contribute delete
427 Bytes
---
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
```