gibbslda

Library wrapping imlib2's context API for image manipulation

brewmacoslinux
Try with needOr install directly
Source

About

Library wrapping imlib2's context API

Commands

gibbslda

Examples

Train LDA model on document collection$ gibbslda --num_topics 10 --num_iterations 100 input.txt
Inference on new documents using trained model$ gibbslda --inference --model_dir ./model --input new_docs.txt
Display help and available options$ gibbslda --help