#!/bin/bash
# Step 1: Create a new conda environment
conda create --name video_analysis python=3.10.15 -y
# Step 2: Activate the environment and install requirements
conda activate video_analysis
pip install -r requirements.txt
# Step 3: Create an empty json file and directories
touch ai-hand-service-acc.json
mkdir -p recordings outputs_json-
Notifications
You must be signed in to change notification settings - Fork 0
rushiiltecho/VideoProcessingPipeline
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
About
This is the beginning of a video processing pipeline for the AI-Hand
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published