Kitware / SMQTK

Python toolkit for pluggable algorithms and data structures for multimedia-based machine learning.
http://smqtk.readthedocs.org/
Other
75 stars 58 forks source link
algorithm framework hacktoberfest machine-learning machine-learning-algorithms multimedia plugin python

SMQTK - Deprecated

CI Unittests

Documentation Status

Deprecated

As of Jan 2021, SMQTK v0.14.0 has been deprecated. The various interfaces and implementations have been broken out into the following distinct packages which will continue to be supported instead.

Intent

Social Multimedia Query ToolKit aims to provide a simple and easy to use API for:

Through these features, users and developers are able to access various machine learning algorithms and techniques to use over different types of data for different high level applications. Examples of high level applications may include being able to search a media corpus for similar content based on a query, or providing a content-based relevancy feedback interface for a web application.

Documentation

Documentation for SMQTK is maintained at ReadtheDocs, including build instructions and examples.

Alternatively, you can build the sphinx documentation locally for the most up-to-date reference (see also: Building the Documentation):

# Navigate to the documentation root.
cd docs
# Install dependencies and build Sphinx docs.
pip install -r readthedocs-reqs.txt
make html
# Open in your favorite browser!
firefox _build/html/index.html