Skip to content

Research-Center-Data-Intelligence/Pose-Classification

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Project Setup

Frontend

Navigate to the frontend/ directory, install the dependencies, and run it:

npm install
npm run dev

Backend API

1. Create and Activate Virtual Environment

Navigate to the backend/ directory, create a virtual environment, and activate it:

python -m venv .venv
source .venv/bin/activate

on Windows:

python -m venv .venv
.venv\Scripts\activate

2. Install dependencies

After activating the virtual environment, install the required packages for the backend:

pip install -r requirements.txt

3. Run the Backend API

To run the backend API:

uvicorn api:app --reload

Model

Navigate to the model/ directory, create a virtual environment, and activate it:

python -m venv .venv
source .venv/bin/activate

on Windows:

python -m venv .venv
.venv\Scripts\activate

2. Install dependencies

After activating the virtual environment, install the required packages for the model:

pip install -r requirements.txt

About

A DI-Lab Project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •