File size: 427 Bytes
c57fe1c
 
 
 
 
 
 
 
 
 
 
 
 
 
077d8c0
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
---
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
```