Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 393 Bytes

File metadata and controls

12 lines (9 loc) · 393 Bytes

项目后端简介

项目后端共由四个文件组成,其中 VideoLoader 负责对上传的视频进行关键帧提取,CustomClipText 负责将上传的图片转换为向量数据,CustomClipImage 负责将提取的关键帧转换为向量数据,SimpleIndexer 负责向量数据的检索

:caption: Backend

VideoLoader
CustomClipText
CustomClipImage
SimpleIndexer