Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 665 Bytes

README.md

File metadata and controls

32 lines (22 loc) · 665 Bytes

Click-a-Coral

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

Install

# First, create a venv for this repo
conda create --name cac python=3.8 -y 

# Second, clone this repo somewhere (e.g. /Documents/GitHub/)
git clone https://github.com/Jordan-Pierce/Click-a-Coral.git

# Third, install the dependencies within venv
conda activate cac
python install.py
# 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