Skip to content

Jordan-Pierce/Click-a-Coral

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

87 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Click-a-Coral

for uploading data and downloading annotations for Click-a-Coral

Install

git clone https://github.com/Jordan-Pierce/Click-a-Coral.git

conda create --name cac python=3.8 -y 
conda activate cac

pip install uv
uv pip install -e .

CUDA

# cmd

# Example for CUDA 11.8
conda install nvidia/label/cuda-11.8.0::cuda-nvcc -y
conda install nvidia/label/cuda-11.8.0::cuda-toolkit -y

# Example for torch w/ CUDA 11.8
uv pip install torch torchvision --index-url https://download.pytorch.org/whl/cu118 --upgrade

Credentials

# Set up the environment variables
setx ZOONIVERSE_USERNAME "your_username"
setx ZOONIVERSE_PASSWORD "your_password"

Usage

# cmd

python src/to_Zooniverse.py --media_ids 123456789 --upload

About

Backend for Click-a-Coral, a Zooniverse project

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •