Fione is very powerful and easily deployable Enterprise AI Platform. You can install and run Fione quickly on any platforms, which have Docker runtime environment. Fione is provided under Apache license.
(For more details, see Quick Start)
First of all, start Fione with the following command:
$ git clone https://github.com/codelibs/docker-fione.git -b v14.1.0
$ cd docker-fione/compose
$ docker compose up- Access
http://localhost:8080/admin/easyml/and login asadminuser (password isadmin). - Type
Project NameandTraining Data. (for example, you can download train.csv for Titanic) - Click
Createbutton.
- Select
Predicted ColumnandInput ColumnsinData Analysispage. (for Titanic data, the predicted column isSurvivedand the type isEnum) - Select
Max Execution Time. - Click
Runbutton.
You can check the result in Prediction Summary page.
For Machine Learning experts, you can also use H2O Flow in http://localhost:54321/flow/.
Fione provides Serving API container with Docker. To download Dockerfile for Serving API, you can find it at Serving page for each Model page.
$ docker compose downSome data remains in docker volumes. To delete them, run the following command:
$ docker volume rm compose_es-data compose_es-dict compose_fess-data compose_minio-datasnapshot(snapshot/Dockerfile)15.3.2,15.3,15,latest(15.3/Dockerfile)14.6.0,14.6,14(14.6/Dockerfile)14.1.0,14.1(14.1/Dockerfile)13.10.0,13.10,13(13.10/Dockerfile)13.9.0,13.9(13.9/Dockerfile)13.8.0,13.8(13.8/Dockerfile)13.7.0,13.7(13.7/Dockerfile)13.6.3,13.6(13.6/Dockerfile)
To build docker images, run as below:
$ docker build --rm -t ghcr.io/codelibs/fione:<tag name> ./<version_dir>/