Enterprise AI Platform with AutoML
Fione is an AutoML extension that provides automated machine learning capabilities. Generate ML models without expert knowledge using an intuitive interface.
Automatically generate machine learning models without requiring data science expertise.
Upload, manage, and preprocess training data through a web interface.
Visualize learning results and model performance with built-in charts and reports.
Deploy with a single Docker command. Run on any platform with Docker runtime.
Fully open-source under the Apache License 2.0. Free for commercial use.
Built-in model serving API container for deploying trained models to production.
Get Fione running in minutes with Docker
$ docker pull codelibs/fione
$ docker run -d -p 8080:8080 codelibs/fione
Then open http://localhost:8080 in your browser.