https://github.com/tim-hub/monkeyclassificator
a web application for monkeys classificator.
https://github.com/tim-hub/monkeyclassificator
classfication flask machine-learning
Last synced: 7 months ago
JSON representation
a web application for monkeys classificator.
- Host: GitHub
- URL: https://github.com/tim-hub/monkeyclassificator
- Owner: tim-hub
- License: mit
- Created: 2018-10-13T06:31:38.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-10-13T06:34:54.000Z (over 7 years ago)
- Last Synced: 2025-03-17T09:22:22.927Z (11 months ago)
- Topics: classfication, flask, machine-learning
- Language: JavaScript
- Size: 405 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# About Our Awesome Monkeys Classificator
This is a very basic prototype to use the model we build for our machine learning assignment which is based on the data provided by Kaggle.com.
To use it, the model is required, which can be found in the [kernel output](https://www.kaggle.com/timdata/93-tranfer-learning-inception-v3-more-epochs/output).
## Stacks
- Flask
- Keras (Tensorflow)
- Bootstrap
## Credits
Eric (teammate)
Tim (myself)
## references
- [dataset of monkeys](https://www.kaggle.com/slothkong/10-monkey-species)
- [my kernels transfer learning inception v3](https://www.kaggle.com/timdata/93-tranfer-learning-inception-v3-more-epochs)