This repository contains the backend for Taiyosha TCapture.
- Python 3.9 installed
- Recommended: Virtual environment for dependency management (Conda is recommended)
-
Clone the repository and navigate to the backend directory:
git clone <repository_url>
-
Create and activate a virtual environment:
conda create --name tcapture python=3.9 -y
-
Install dependencies:
pip install torch==2.5.1 torchvision==0.20.1 torchaudio==2.5.1 --index-url https://download.pytorch.org/whl/cpu #cpu pip install torch==2.5.1 torchvision==0.20.1 torchaudio==2.5.1 --index-url https://download.pytorch.org/whl/cu118 #cuda-11.8 pip install -r requirements.txt
Start the backend server by executing:
python main.py