This repository contains projects completed for the Udacity AI Programming with Python Nanodegree program. The program covers topics such as Python programming, deep learning, convolutional neural networks, and transfer learning. Each project has its own subdirectory in this repository.
This is my first project in AI programming with Python Nanodegree program by Udacity. The goal of this project is to use a pre-trained convolutional neural network to identify whether an image is of a dog or not, and if it is, classify its breed.
In this project, I built a Python application that can train an image classifier on a dataset, then use the trained model to predict new images. The project gave me hands-on experience with building and training deep learning models using the PyTorch library.
Both projects are part of the Udacity AI Programming with Python Nanodegree program. The starter code for each project was provided by Udacity.