├── .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