Skip to content

Build and train image classifier using transfer learning to Identify flower breeds

License

Notifications You must be signed in to change notification settings

1-ashraful-islam/udacity_project_train_image_classifier

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Jul 9, 2023
8876ef2 · Jul 9, 2023

History

21 Commits
Jul 29, 2021
Jul 9, 2023
Jul 8, 2023
Oct 21, 2021
Jul 9, 2023
Jul 9, 2023
Feb 6, 2018
Jul 9, 2023
Feb 6, 2018
Jul 9, 2023
Jul 9, 2023
Jul 9, 2023
Jul 8, 2023
Jul 9, 2023
Jul 8, 2023
Jul 9, 2023

Repository files navigation

AI Programming with Python Project

Introduction

This repo is part of the project submission for the Udacity nano degree program "AI Programming with Python". The purpose of the project is to first develop code for an image classifier built with PyTorch, then convert it into a command line application.

Project Instructions for running the code on your local machine

  1. Clone the repository to your local machine
  2. Create a virtual environment and activate it
  3. Install the dependencies using the command pip install -r requirements.txt
  4. Work on Jupyter notebook "Image Classifier Project.ipynb"
  5. Or use train.py and predict.py to run the command line application. Use with -h argument to see the available arguments