Jupyter Notebook Examples
The tutorial notebooks provide examples that demonstrate the various workflows. You can obtain and host them using the following commands:
wget https://api-ea4.tao.ngc.nvidia.com/tao_api_notebooks.zip
sudo apt-get update
sudo apt-get install unzip
unzip tao_api_notebooks.zip
pip3 install jupyter notebook
jupyter notebook --ip 0.0.0.0
After unzipping, the folders of interest are api, cli, and dataset_prepare.
API notebooks provide example interaction via Python request calls
CLI notebooks provide example interaction via command line interface
Dataset_Prepare notebooks provide a means of preparing the datasets for the notebooks under api and cli
├── api
│ ├── auto_labeling.ipynb
│ ├── classification.ipynb
│ ├── data_services.ipynb
│ ├── object_detection.ipynb
│ ├── purpose_built_models.ipynb
├── cli
│ ├── auto_labeling.ipynb
│ ├── classification.ipynb
│ ├── data_services.ipynb
│ ├── object_detection.ipynb
│ ├── purpose_built_models.ipynb
├── dataset_prepare
│ ├── auto_labeling.ipynb
│ ├── classification.ipynb
│ ├── object_detection.ipynb
│ ├── purpose_built_models.ipynb