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
- Host: GitHub
- URL: https://github.com/0xhericles/pytorchimageclassifier
- Owner: 0xHericles
- Created: 2019-01-05T15:58:49.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-01-09T19:58:08.000Z (over 7 years ago)
- Last Synced: 2025-04-03T13:49:05.334Z (over 1 year ago)
- Topics: data-science, deep-learning, neural-network, python, pytorch
- Language: Jupyter Notebook
- Homepage:
- Size: 26.1 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.*