Skip to content
Johnson Liang edited this page Jul 26, 2022 · 2 revisions

Welcome to the media-manager wiki!

Cofacts Media Manager is a reusable Node.JS library that stores media files and provide search functionality. In closed messaging app context, chatbots can receive images, videos, and other types of files, in the format of a downloadable URL. Media manager is created to directly support this use case, but we believe the media indexing and searching capability it provides can also be applied to other scenarios as well.

Information on how to use this library can be found in the README of this repository. This wiki will cover topics on our research on the topic of the multimedia retrieval, and the design choices we have made when implementing Cofacts Media Manager.

Clone this wiki locally