{"id":13486557,"url":"https://github.com/codelibs/docker-fione","last_synced_at":"2025-03-23T04:13:52.484Z","repository":{"id":145323417,"uuid":"231860600","full_name":"codelibs/docker-fione","owner":"codelibs","description":"Docker for Fione","archived":false,"fork":false,"pushed_at":"2023-03-11T06:22:04.000Z","size":186,"stargazers_count":6,"open_issues_count":2,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-28T10:36:14.193Z","etag":null,"topics":["ai","automl","data-science","machine-learning"],"latest_commit_sha":null,"homepage":"","language":"Dockerfile","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/codelibs.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,"governance":null,"roadmap":null,"authors":null}},"created_at":"2020-01-05T03:10:37.000Z","updated_at":"2023-01-22T15:33:04.000Z","dependencies_parsed_at":"2024-01-16T09:00:48.411Z","dependency_job_id":"cd2bedbc-f3f6-4967-9e7f-8b83b10102c5","html_url":"https://github.com/codelibs/docker-fione","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/codelibs%2Fdocker-fione","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codelibs%2Fdocker-fione/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codelibs%2Fdocker-fione/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codelibs%2Fdocker-fione/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/codelibs","download_url":"https://codeload.github.com/codelibs/docker-fione/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245052673,"owners_count":20553172,"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":["ai","automl","data-science","machine-learning"],"created_at":"2024-07-31T18:00:48.308Z","updated_at":"2025-03-23T04:13:52.458Z","avatar_url":"https://github.com/codelibs.png","language":"Dockerfile","funding_links":[],"categories":["Dockerfile"],"sub_categories":[],"readme":"Docker for Fione\n=====\n\n## What is Fione?\n\n[Fione](https://fione.codelibs.org/)  is very powerful and easily deployable Enterprise AI Platform.\nYou can install and run Fione quickly on any platforms, which have Docker runtime environment.\nFione is provided under Apache license.\n\n## Getting Started\n\n(For more details, see [Quick Start](https://fione.codelibs.org/docs/getting-started/quickstart))\n\n### Prerequisite\n\n- [Docker](https://www.docker.com/get-started)\n\n### Start Fione\n\nFirst of all, start Fione with the following command:\n\n```console\n$ git clone https://github.com/codelibs/docker-fione.git -b v14.1.0\n$ cd docker-fione/compose\n$ docker compose up\n```\n\n### Create Project\n\n1. Access `http://localhost:8080/admin/easyml/` and login as `admin` user (password is `admin`).\n1. Type `Project Name` and `Training Data`. (for example, you can download [train.csv](https://www.kaggle.com/c/titanic/data) for Titanic)\n1. Click `Create` button.\n\n### Run Machine Learning\n\n1. Select `Predicted Column` and `Input Columns` in `Data Analysis` page. (for Titanic data, the predicted column is `Survived` and the type is `Enum`)\n1. Select `Max Execution Time`.\n1. Click `Run` button.\n\nYou can check the result in `Prediction Summary` page.\nFor Machine Learning experts, you can also use H2O Flow in `http://localhost:54321/flow/`.\n\n### Start Serving API with Docker\n\nFione provides Serving API container with Docker.\nTo download Dockerfile for Serving API, you can find it at Serving page for each Model page.\n\n### Stop Fione and Clean Up\n\n```console\n$ docker compose down\n```\n\nSome data remains in docker volumes. To delete them, run the following command:\n\n```console\n$ docker volume rm compose_es-data compose_es-dict compose_fess-data compose_minio-data\n```\n\n## Docker Images\n\n-   [`snapshot` (*snapshot/Dockerfile*)](https://github.com/codelibs/docker-fione/blob/master/snapshot/Dockerfile)\n-   [`14.1.0` (*14.1/Dockerfile*)](https://github.com/codelibs/docker-fione/blob/master/14.1/Dockerfile)\n-   [`13.10.0`, `13.10`, `13` (*13.10/Dockerfile*)](https://github.com/codelibs/docker-fione/blob/master/13.10/Dockerfile)\n-   [`13.9.0`, `13.9` (*13.9/Dockerfile*)](https://github.com/codelibs/docker-fione/blob/master/13.9/Dockerfile)\n-   [`13.8.0`, `13.8` (*13.8/Dockerfile*)](https://github.com/codelibs/docker-fione/blob/master/13.8/Dockerfile)\n-   [`13.7.0`, `13.7` (*13.7/Dockerfile*)](https://github.com/codelibs/docker-fione/blob/master/13.7/Dockerfile)\n-   [`13.6.3`, `13.6` (*13.6/Dockerfile*)](https://github.com/codelibs/docker-fione/blob/master/13.6/Dockerfile)\n\n## Development\n\n### Build Fione\n\nTo build docker images, run as below:\n\n```console\n$ docker build --rm -t ghcr.io/codelibs/fione:\u003ctag name\u003e ./\u003cversion_dir\u003e/\n```\n\n## License\n\n[Apache License 2.0](LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodelibs%2Fdocker-fione","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcodelibs%2Fdocker-fione","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodelibs%2Fdocker-fione/lists"}