Skip to content
/ cv Public

computer vision and machine learning applications

Notifications You must be signed in to change notification settings

ppoon23/cv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

ML in Computer vision

Setup

Using Micromamba with guides from here.

wget -qO- https://micromamba.snakepit.net/api/micromamba/linux-64/latest | tar -xvj bin/micromamba ./bin/micromamba shell init -s bash -p ~/micromamba
source ~/.bashrc
micromamba create -n <env> python=3.11 -y -c conda-forge
conda activate <env>
pip install mediapipe

About

computer vision and machine learning applications

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published