Open Source Software for E-Discovery and Information Retrieval
FreeDiscovery is built on top of existing machine learning libraries (scikit-learn) and provides REST web services for information retrieval applications. It aims to benefit existing e-discovery platforms with a focus on text categorization, semantic search, document clustering, duplicates detection and e-mail threading.
In addition, FreeDiscovery can be used as Python package and aims to expose a scikit-learn compatible API.
conda install -c conda-forge freediscovery
Note: FreeDiscovery can also be installed with pip install freediscovery, however this requires manually installing the dependencies (see the documentation for more details).
We would very much appreciate feedback on the existing functionality. Feel free to open new issues on Github or send any comments to the mailing list https://groups.google.com/forum/#!forum/freediscovery-ml at freediscovery-ml@googlegroups.com.
For more information see the documentation and API Reference,
- development version [
master
branch | documentation http://freediscovery.io/doc/dev/ ].- stable version 1.1 [
1.1.X
branch | documentation http://freediscovery.io/doc/stable/ ].
FreeDiscovery is released under the 3-clause BSD licence.