Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/npatta01/simple-workshop
https://github.com/npatta01/simple-workshop
Last synced: 14 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/npatta01/simple-workshop
- Owner: npatta01
- License: mit
- Created: 2019-11-05T13:22:47.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-05-01T20:36:06.000Z (over 1 year ago)
- Last Synced: 2024-12-07T07:04:31.428Z (18 days ago)
- Language: Jupyter Notebook
- Size: 84.4 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Training the Image Classifier & Creating a Web App
## Our example: Food Images Classifier## Citation Note
If you do use our blog or GitHub repos to create your own web or mobile app, we would appreciate it if you would give our work attribution by sharing the below citation:
>Pattaniyil, Nidhin and Shaikh, Reshama, [Deploying Deep Learning Models On Web And Mobile](https://reshamas.github.io/deploying-deep-learning-models-on-web-and-mobile/), 2019This project was completed jointly by [Nidhin Pattaniyil](https://www.linkedin.com/in/nidhinpattaniyil/) and [Reshama Shaikh](https://reshamas.github.io).
The following were used for model **training** (see [requirements.txt](requirements.txt)):
- fastai: version 1.0.42
- PyTorch: version 1.0.0
- Python: version 3.6The following were used for model **deployment**:
- Heroku
- Flask: version 1.0
## Table of Contents
1. [Training the Model](docs/1_training.md) using fastai: [food classifier notebook](https://github.com/npatta01/food-classifier/blob/master/notebooks/1_train.ipynb)
2. [Deploying the App on Heroku](docs/2_heroku_app.md): our web app is [**food-img-classifier.herokuapp.com**](https://food-img-classifier.herokuapp.com)
3. Deploying a Mobile App, see this repo: [npatta01/mobile-deep-learning-classifier](https://github.com/npatta01/mobile-deep-learning-classifier)## Demo
![Demo](assets/demo.gif)