10000 GitHub - thanhsang298/tcapture-backend
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

thanhsang298/tcapture-backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Taiyosha TCapture Backend

This repository contains the backend for Taiyosha TCapture.

Prerequisites

  • Python 3.9 installed
  • Recommended: Virtual environment for dependency management (Conda is recommended)

Setup & Installation

  1. Clone the repository and navigate to the backend directory:

    git clone <repository_url>
  2. Create and activate a virtual environment:

    conda create --name tcapture python=3.9 -y
  3. 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

Running the Application

Start the backend server by executing:

python main.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0