Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lunardog/miniconf
https://github.com/lunardog/miniconf
Last synced: 22 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/lunardog/miniconf
- Owner: lunardog
- License: mit
- Created: 2018-07-17T01:46:57.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-07-17T12:02:14.000Z (over 6 years ago)
- Last Synced: 2024-10-29T14:38:06.964Z (2 months ago)
- Language: Jupyter Notebook
- Size: 25.4 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Deep Learning Hot Dog Detector
Supplementary materials to the presentation for [MiniConf](https://www.meetup.com/CodeChrysalis/events/251786488/) at Code Chrysalis.
## What's included
- [The Slides](https://github.com/lunardog/MiniConf/blob/master/MiniConf.pdf)
- [The Jupyter notebook](https://github.com/lunardog/MiniConf/blob/master/article.ipynb) on training the model, source of the original [techlife article](https://techlife.cookpad.com/draft/FUkxJd5Hk_zkOxMc3k7PKkFxd2A) (in Japanese only)
- [The Javascript demo](https://github.com/lunardog/MiniConf/tree/master/hotdog-tf-js) of the detector ([preview online](https://tokyo-ml.github.io/hotdog-tf-js/))
- [The trained model in tensorflow.js format](https://github.com/lunardog/MiniConf/tree/master/hotdog-tf-js/model) used in the demoPlease send issues if you have any questions.