{"id":22680135,"url":"https://github.com/coderooz/image_classification_transfer_learning","last_synced_at":"2026-04-20T19:02:36.934Z","repository":{"id":250004828,"uuid":"833204849","full_name":"coderooz/image_classification_transfer_learning","owner":"coderooz","description":"This project involves using transfer learning to classify images into categories such as cats vs. dogs by leveraging a pre-trained model like VGG16 or ResNet. Transfer learning allows you to adapt a pre-trained model to your specific problem, making the training process faster and often more effective.","archived":false,"fork":false,"pushed_at":"2024-07-24T15:17:11.000Z","size":11,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-29T13:51:45.422Z","etag":null,"topics":["colab","image-classification","matplot","neural-network","numpy","python","tensorflow","vgg16-model"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/coderooz.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-07-24T15:00:32.000Z","updated_at":"2024-07-24T15:20:10.000Z","dependencies_parsed_at":"2024-07-24T17:53:22.873Z","dependency_job_id":null,"html_url":"https://github.com/coderooz/image_classification_transfer_learning","commit_stats":null,"previous_names":["coderooz/image_classification_transfer_learning"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/coderooz/image_classification_transfer_learning","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coderooz%2Fimage_classification_transfer_learning","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coderooz%2Fimage_classification_transfer_learning/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coderooz%2Fimage_classification_transfer_learning/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coderooz%2Fimage_classification_transfer_learning/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/coderooz","download_url":"https://codeload.github.com/coderooz/image_classification_transfer_learning/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coderooz%2Fimage_classification_transfer_learning/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32061251,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-20T11:35:06.609Z","status":"ssl_error","status_checked_at":"2026-04-20T11:34:48.899Z","response_time":94,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["colab","image-classification","matplot","neural-network","numpy","python","tensorflow","vgg16-model"],"created_at":"2024-12-09T19:12:29.864Z","updated_at":"2026-04-20T19:02:36.890Z","avatar_url":"https://github.com/coderooz.png","language":"Python","readme":"# Image Classification with Transfer Learning\n\nThis project utilizes transfer learning to classify images into categories using a pre-trained VGG16 model. Transfer learning allows us to leverage the features learned by the VGG16 model on the ImageNet dataset to improve classification performance on a new dataset.\n\n## Project Structure\n\n- `data/`: Contains scripts for loading and preprocessing image data.\n- `model/`: Contains the transfer learning model definition.\n- `scripts/`: Contains scripts for training and evaluating the model.\n- `requirements.txt`: Lists the required Python packages.\n\n ## Getting Started\n\n[**Open Colab file**](https://colab.research.google.com/drive/1MQQoXCuGdUlukvAmHI5p_1ylPL3F4PEb?usp=sharing)\n\n**OR**\n\n 1. **Clone the repository:**\n    ```bash\n    git clone https://github.com/coderooz/image_classification_transfer_learning.git\n    cd image_classification_transfer_learning\n    ```\n\n 2. **Install dependencies:**\n    ```bash\n    pip install -r requirements.txt\n    ```\n\n 3. **Prepare your dataset:**\n    Place your image data in `data/train/` and `data/validation/` directories, with subdirectories for each class.\n\n 4. **Train the model:**\n    ```bash\n    python scripts/train_model.py\n    ```\n\n 5. **Evaluate the model:**\n    ```bash\n    python scripts/evaluate_model.py\n    ```\n\n ## Results\n The model's accuracy on the validation set will be printed after evaluation.\n\n ## License\n This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.\n\n ## Acknowledgements\n - The VGG16 model is provided by [TensorFlow](https://www.tensorflow.org/).\n\n## Contact\n- Ranit Saha - [Coderooz](https://github.com/coderooz)\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcoderooz%2Fimage_classification_transfer_learning","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcoderooz%2Fimage_classification_transfer_learning","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcoderooz%2Fimage_classification_transfer_learning/lists"}