Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 380 Bytes

File metadata and controls

20 lines (15 loc) · 380 Bytes

Viam Python Script Collection

Prepare Environment

python -m venv venv
source venv/bin/activate  # On Windows use: venv\Scripts\activate
pip install -r requirements.txt

Upload Images From Folder

  1. create a folder and adde images
  2. create a .env file and add information
  3. Adjust the script e.g. tags etc.
  4. Run it
python imageupload.py