This repo contains basic Python 3 scripts and examples for various Azure-resource and ML related tasks.
- Command line / terminal program.
- Install Python (recommended is Anaconda Python 3.8+ or Python virtual environments to keep things tidy and nuclear)
- Each script/folder has it's own Python package requirements that need to be installed with
pip
Folder | Description |
---|---|
azure |
Various Azure Python SDK-based scripts |
model_converters |
Various ML model format converters |
label_tools |
Various data labeling tools for use with ML frameworks |
video_tools |
Various scripts to manipulate video |