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

https://github.com/0xhericles/pytorchimageclassifier

:bar_chart: Image Classification - PyTorch Facebook Scolarship Challenge Project
https://github.com/0xhericles/pytorchimageclassifier

data-science deep-learning neural-network python pytorch

Last synced: 2 months ago
JSON representation

:bar_chart: Image Classification - PyTorch Facebook Scolarship Challenge Project

Awesome Lists containing this project

README

          

# Pytorch Image Classifier
PyTorch Facebook Scolarship Challenge Project

## Requirements
- Pytorch `(torch)`
- Torchvision `(torchvision)`

## Run

- Run the notebook from this project through *Jupyter* by running `jupyter notebook`.
- Then make sure you have the requirements and feel free to run the project.

## Data

- The Dataset for this project can be downloaded [here](http://www.robots.ox.ac.uk/~vgg/data/flowers/102/index.html).
- The Download Link is also available on the notebook.

#

> ***WARNING**: This project is optimized to run on [**Google Colaboratory**](https://colab.research.google.com/). Therefore, if you want to run in a different environment, some steps should be ignored.*