FreeDiscovery EngineΒΆ

FreeDiscovery Engine provides a REST API for information retrieval applications. It aims to benefit existing e-Discovery and information retrieval platforms with a focus on text categorization, semantic search, document clustering, duplicates detection and e-mail threading.

The installation requires Python 3.5+ and can be done with,

pip install freediscovery[engine]

or alternatively with conda,

conda config --append channels conda-forge
conda install freediscovery

The server can be started with

freediscovery run

To check that the server is successfully runnining, open http://localhost:5001/.