Skip to content

Latest commit

 

History

History
21 lines (20 loc) · 528 Bytes

README.md

File metadata and controls

21 lines (20 loc) · 528 Bytes

Batch tagged images By imagga API

The project structure

├── .gitignore
├── Pipfile
├── README.md
├── config.py               # config
├── images                  # images resource
│   ├── animal
│   └── car
│   └── ...
├── main.py
├── output                  # tagged json data
│   ├── animal
│   │   └── animal.json
│   └── car
│       └── car.json
├── requirements.txt
└── tagging.py