https://github.com/iaroslavr/imageai-playground
Simple ML pipeline
https://github.com/iaroslavr/imageai-playground
machine-learning makefile python36
Last synced: 5 months ago
JSON representation
Simple ML pipeline
- Host: GitHub
- URL: https://github.com/iaroslavr/imageai-playground
- Owner: IaroslavR
- License: mit
- Created: 2018-11-01T02:27:05.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T01:16:09.000Z (over 3 years ago)
- Last Synced: 2023-02-26T23:47:34.606Z (over 3 years ago)
- Topics: machine-learning, makefile, python36
- Language: Jupyter Notebook
- Homepage:
- Size: 800 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
### Data science progect pipeline template
Based on:
* [Structure and automated workflow for a machine learning project](https://towardsdatascience.com/structure-and-automated-workflow-for-a-machine-learning-project-2fa30d661c1e) [[Github](https://github.com/artofai/overcome-the-chaos)]
* [Cookiecutter Data Science](https://drivendata.github.io/cookiecutter-data-science/)
* [ImageAI](https://github.com/OlafenwaMoses/ImageAI)
### Documentation
Coming soon
##### Additional reading
- Links in first paragraph :)
- [Comprehensive Beginner’s Guide to Jupyter Notebooks](https://www.analyticsvidhya.com/blog/2018/05/starters-guide-jupyter-notebook/)
- [Guide to analyzing data with Python and the Jupyter Notebook](http://www.firstpythonnotebook.org/index.html)
- [Automation and Make: Running Make](http://swcarpentry.github.io/make-novice/reference)
- [Makefile Variables](https://adamcod.es/2016/11/15/makefile-variables.html)
- [make manual](https://www.gnu.org/software/make/manual/html_node/Make-Control-Functions.html)