gitextract_n5fr_3b6/ ├── .gitignore ├── CODEOWNERS ├── LICENSE ├── README.md ├── intropyproject-classify-pet-images/ │ ├── adjust_results4_isadog.py │ ├── adjust_results4_isadog_hints.py │ ├── calculates_results_stats.py │ ├── calculates_results_stats_hints.py │ ├── check_images.py │ ├── classifier.py │ ├── classify_images.py │ ├── classify_images_hints.py │ ├── create_images.txt │ ├── dognames.txt │ ├── get_input_args.py │ ├── get_input_args_hints.py │ ├── get_pet_labels.py │ ├── get_pet_labels_hints.py │ ├── imagenet1000_clsid_to_human.txt │ ├── print_functions_for_lab_checks.py │ ├── print_results.py │ ├── print_results_hints.py │ ├── run_models_batch.bat │ ├── run_models_batch.sh │ ├── run_models_batch_uploaded.bat │ ├── run_models_batch_uploaded.sh │ └── test_classifier.py ├── notes/ │ └── project_intro-to-python.md └── requirements.txt