smqtk

Python toolkit for pluggable algorithms and data structures for multimedia-based machine learning


Keywords
algorithm, framework, hacktoberfest, machine-learning, machine-learning-algorithms, multimedia, plugin, python
License
BSD-3-Clause
Install
pip install smqtk==0.12.0

Documentation

SMQTK

Build Status

Documentation Status

Intent

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

  • Scalable data structure interfaces and implementations, with a focus on those relevant for machine learning.
  • Algorithm interfaces and implementations of machine learning algorithms with a focus on media-based functionality.
  • High-level applications and utilities for working with available algorithms and data structures for specific purposes.

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.