{"id":19078307,"url":"https://github.com/petronetto/machine-learning-alpine","last_synced_at":"2025-04-30T04:42:09.795Z","repository":{"id":45358877,"uuid":"90444908","full_name":"petronetto/machine-learning-alpine","owner":"petronetto","description":"Alpine Container for Machine Learning","archived":false,"fork":false,"pushed_at":"2018-05-28T20:31:37.000Z","size":1866,"stargazers_count":35,"open_issues_count":0,"forks_count":10,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-04-30T04:41:55.524Z","etag":null,"topics":["alpine","docker","jupyter-notebook","keras","machine-learning","matplotlib","numpy","pandas","python","scikit-learn","seaborn","tensorflow","xgboost"],"latest_commit_sha":null,"homepage":"https://hub.docker.com/r/petronetto/machine-learning-alpine/","language":"Jupyter Notebook","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/petronetto.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-05-06T07:18:56.000Z","updated_at":"2024-01-26T19:31:13.000Z","dependencies_parsed_at":"2022-07-13T21:34:29.751Z","dependency_job_id":null,"html_url":"https://github.com/petronetto/machine-learning-alpine","commit_stats":null,"previous_names":[],"tags_count":9,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/petronetto%2Fmachine-learning-alpine","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/petronetto%2Fmachine-learning-alpine/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/petronetto%2Fmachine-learning-alpine/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/petronetto%2Fmachine-learning-alpine/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/petronetto","download_url":"https://codeload.github.com/petronetto/machine-learning-alpine/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251644825,"owners_count":21620630,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["alpine","docker","jupyter-notebook","keras","machine-learning","matplotlib","numpy","pandas","python","scikit-learn","seaborn","tensorflow","xgboost"],"created_at":"2024-11-09T02:08:17.020Z","updated_at":"2025-04-30T04:42:09.736Z","avatar_url":"https://github.com/petronetto.png","language":"Jupyter Notebook","funding_links":["https://ko-fi.com/N4N09BMZ'"],"categories":[],"sub_categories":[],"readme":"# Alpine Container for Machine Learning\n\n```\n  __  __            _     _              _                          _\n |  \\/  | __ _  ___| |__ (_)_ __   ___  | |    ___  __ _ _ __ _ __ (_)_ __   __ _\n | |\\/| |/ _` |/ __| '_ \\| | '_ \\ / _ \\ | |   / _ \\/ _` | '__| '_ \\| | '_ \\ / _` |\n | |  | | (_| | (__| | | | | | | |  __/ | |__|  __/ (_| | |  | | | | | | | | (_| |\n |_|  |_|\\__,_|\\___|_| |_|_|_| |_|\\___| |_____\\___|\\__,_|_|  |_| |_|_|_| |_|\\__, |\n                                                                            |___/\n```\n[![petronetto/machine-learning-alpine](http://dockeri.co/image/petronetto/machine-learning-alpine)](https://registry.hub.docker.com/u/petronetto/machine-learning-alpine/)\n\n[![](https://images.microbadger.com/badges/image/petronetto/machine-learning-alpine.svg)](https://microbadger.com/images/petronetto/machine-learning-alpine \"Get your own image badge on microbadger.com\")\n[![GitHub issues](https://img.shields.io/github/issues/petronetto/machine-learning-alpine.svg)](https://github.com/petronetto/machine-learning-alpine/issues)\n[![GitHub license](https://img.shields.io/github/license/petronetto/machine-learning-alpine.svg)](https://raw.githubusercontent.com/petronetto/machine-learning-alpine/master/LICENSE)\n[![Twitter](https://img.shields.io/twitter/url/https/github.com/petronetto/machine-learning-alpine.svg?style=social)](https://twitter.com/intent/tweet?text=Wow:\u0026url=https%3A%2F%2Fgithub.com%2Fpetronetto%2Fmachine-learning-alpine)\n[![CircleCI](https://circleci.com/gh/petronetto/machine-learning-alpine/tree/master.svg?style=svg)](https://circleci.com/gh/petronetto/machine-learning-alpine/tree/master)\n\n## What is include\n- Python 3.6\n- NumPy\n- SciPy\n- Scikit-learn\n- Pandas\n- Matplotlib\n- Seaborn\n- XGBoost\n- Jupyter Notebook\n\nAll in a small container around 150 MB :)\n\n\n## Running the container\n- Clone this repository: `git clone git@github.com:petronetto/machine-learning-alpine.git`\n\n- Enter in project folder: `cd machine-learning-alpine`\n\n- Run: `docker-composer up` and open your browser in `http://localhost:8888`\n\nSee the `Welcome.ipynb` to see the package versions.\n\nor\n\n```\ndocker run -it --name machine-learning \\\n           -v $(PWD):/notebooks \\\n           -p 8888:8888 -d \\\n           petronetto/machine-learning-alpine\n```\n\n\n\u003e If you want work with TensorFlow, you can see my other containers: https://github.com/petronetto/tensorflow-alpine\n\nEnjoy :)\n\nLicense: [BSD 3-Clause](LICENSE)\n\n\n\u003ca href='https://ko-fi.com/N4N09BMZ' target='_blank'\u003e\u003cimg height='36' style='border:0px;height:36px;' src='https://az743702.vo.msecnd.net/cdn/kofi1.png?v=0' border='0' alt='Buy Me a Coffee at ko-fi.com' /\u003e\u003c/a\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpetronetto%2Fmachine-learning-alpine","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpetronetto%2Fmachine-learning-alpine","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpetronetto%2Fmachine-learning-alpine/lists"}