Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/codelibs/fione
Fione is Enterprise AI Platform
https://github.com/codelibs/fione
ai automl data-science machine-learning
Last synced: about 2 months ago
JSON representation
Fione is Enterprise AI Platform
- Host: GitHub
- URL: https://github.com/codelibs/fione
- Owner: codelibs
- License: apache-2.0
- Created: 2019-12-24T01:20:10.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-05-20T13:14:47.000Z (over 1 year ago)
- Last Synced: 2024-10-30T22:40:05.980Z (3 months ago)
- Topics: ai, automl, data-science, machine-learning
- Language: Java
- Homepage: https://fione.codelibs.org/
- Size: 2.77 MB
- Stars: 15
- Watchers: 9
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Fione: Fess AutoML
[![Java CI with Maven](https://github.com/codelibs/fione/actions/workflows/maven.yml/badge.svg)](https://github.com/codelibs/fione/actions/workflows/maven.yml)
=========## Overview
Fione is AutoML extension for Fess.
## Documents
- [fione.codelibs.org](https://fione.codelibs.org/)
- [docker-fione](https://github.com/codelibs/docker-fione/blob/master/README.md#getting-started)
- [discuss.codelibs.org](https://discuss.codelibs.org/c/FioneEN)## Getting Started
See [Quick Start](https://fione.codelibs.org/quick-start.html) guide.
## Development
### Create Source Code For Development
git clone https://github.com/codelibs/fione.git
git clone https://github.com/codelibs/fess.git
cd fione
bash ./tools/devcmd.sh copy
bash ./tools/devcmd.sh start
cd ../fessSee [Development Guide](https://fess.codelibs.org/dev/getting-started.html) for Fess.
### Generate Source Code
For updating fione\_message, use dbflute:freegen
mvn dbflute:download # (one time command)
mvn dbflute:freegen### Build package
mvn package
mvn rpm:rpm # .rpm package
mvn jdeb:jdeb # .deb package