An open API service indexing awesome lists of open source software.

https://github.com/maxbrheinl/flower-image-classifier

Flower-Image-Classifier is a deep learning project built with PyTorch to identify flower species from images using a dataset of 102 categories. It includes data preprocessing, model training, and a command-line app for predictions. I created this project as part of my Udacity AI Programming with Python Nanodegree.
https://github.com/maxbrheinl/flower-image-classifier

classification computer-vision deep-learning jupyter-notebook python

Last synced: about 2 months ago
JSON representation

Flower-Image-Classifier is a deep learning project built with PyTorch to identify flower species from images using a dataset of 102 categories. It includes data preprocessing, model training, and a command-line app for predictions. I created this project as part of my Udacity AI Programming with Python Nanodegree.

Awesome Lists containing this project

README

          

# AI Programming with Python Project

Project code for Udacity's AI Programming with Python Nanodegree program. In this project, students first develop code for an image classifier built with PyTorch, then convert it into a command line application.