This is a website code that implements football player tracking and player number identification.
Clone the repositories
git clone https://github.com/Xv-M-S/Client-Server-Track-And-Jersey-Number-Recognition-Website.git
Server environment:
conda create --name track_jnr python=3.10
conda activate track_jnr
pip install -r requirements.txt
pip install boxmot
pip3 install --trusted-host https://repo.huaweicloud.com -i https://repo.huaweicloud.com/repository/pypi/simple Flask
pip install moviepy
Client environment:
pip install streamlit
Run Server :
cd server
python app.py
Run Client :
cd client
streamlit run client.py