視頻搜索的GitHub項目

(1)視頻內的搜索(2018)

用python實現的視頻搜索,參考http://www.searchwithinvideo.com/

github:https://github.com/bcmertz/videosearch


(2)視頻場景搜索(2017)

在視頻內搜索某個場景。

這個[Video Scene Search] 能讓視頻場景內的搜索圖像變得簡單。用戶上傳一個圖像,VSS會返回一個這個場景所在的推薦視頻及其在視頻中的時間。

數據流:把視頻存儲在hdfs上,並執行一個spark job,此job解析每個視頻的所有幀,對每個幀計算生成一個hash,和histogram,都存儲在Cassandra中。

用戶提交一個圖像,flask前端也為此圖像生成一個hash,和histogram,然後在Cassandra數據庫中搜索最相似的圖像。相似度是由hamming distance 和cosine similarity決定的。把最相似的幀返回給前端。

目前準確性還不夠好。

github:https://github.com/gylu/videoSceneSearch


(3)youtube搜索

提供了python函數,用於搜索youtube視頻,以避免使用youtube笨拙的api。

github:https://github.com/joetats/youtube_search


(4)視頻內的搜索(2018)

視頻搜索及特徵提取。利用color histograms,SIFT來提取視頻的特徵。

github:https://github.com/yuhsuanchuang/Video-Search-and-Feature-Extraction

(5)視頻搜索引擎(2017)

基於Flask的應用,使用mysql,MongoDB,Neo4j來存儲視頻數據,並提供搜索視頻及關係的接口。

github:https://github.com/nitish6174/video-search-engine


(6)IntraVideo Search視頻內的搜索引擎(2019)(*)

把一個視頻源,搜索詞作為輸入,生成短視頻片段作為輸出。用ML圖像分類API,可以只檢索與用戶指定的搜索詞相關的部分。

github:https://github.com/suchak1/intravideo_search


(7)實時語音轉寫(2018)

python的科大訊飛實時語音轉寫

github:https://github.com/cocacola413/VideoSearchSys

(8)視頻內搜索工具(2018)

一個視頻內搜索工具

github:https://github.com/sourabh-1996/Content-Based-Video-Retrieval

(9)媒體分析方案Media Analysis Solution(2019)

Media Analysis Solution是一個無服務器的方案,利用AWS的服務自動分析audio,video,圖像文件,來提取有價值的metadata。

github:https://github.com/awslabs/media-analysis-solution

(10)XenianBot(2019)

多功能的telegram Bot。

github:https://github.com/Nachtalb/XenianBot

(11)youtube視頻為mp3(2019)

搜索,下載並轉換youtube視頻為mp3. yt3mp3是一個命令行程序。

github:https://github.com/tterb/yt2mp3

(12)搜索DSP視頻字幕(2019)

互聯網上的最牛搜索引擎。

github:https://github.com/pigpiggo-net/pigpiggo

(13)TEDFinder(2018)

一個TED視頻的搜索引擎

github:https://github.com/deangelacgn/TEDFinder

(14) W2VV++(2019)(**)

W2VV++:一個完全深度學習方案,針對ad-hoc video search(即席視頻搜索)。

代碼包括了視頻級的CNN特徵提取。

github:https://github.com/li-xirong/w2vvpp


(15) VideoSearchEngine(2018)(*)

在語義上能夠搜索視頻數據庫。此項目嘗試用圖像字幕來解決視頻摘要的問題。

github:https://github.com/AkshatSh/VideoSearchEngine


(16)DeepVideoAnalytics(2020)(**)

一個分佈式可視搜索,可視數據分析平臺。參見https://www.deepvideoanalytics.com/。

github:https://github.com/xchhmanong/DeepVideoAnalytics


(17)轉換為mp4(2017)

用ffmpeg把視頻文件轉換為mp4

github:https://github.com/BrianDMG/conv2mp4-py

(18)視頻事件搜索(2017)

搜索用戶指定的事件,所對應的視頻。利用CNN+LSTM生成視頻的每幀的描述。

github:https://github.com/meghendra/videoEventSearch

(19)用自然語言搜索視頻場景(2019)(*)

用自然語言搜索視頻場景

github:https://github.com/saurabhhjjain/video_search

(20)text-in-video-searcher(2020)

在視頻中查找顯示特定文本的位置

github:https://github.com/eightysixth/text-in-video-searcher

(21) AWS的Video-STT-Search-Python(2017)

視頻語音轉文本,並搜索。

github:https://github.com/AzureMediaCognitiveDemos/Video-STT-Search-Python

(22)語義視頻搜索後端(2019)(*)

用視頻的一段語音來搜索視頻,不再需要標記。

github:https://github.com/gaoalexander/semantic-video-search-backend

(23)視頻內的搜索(2019)(*)

針對標題化的youtube視頻進行模糊語義搜索。

github:https://github.com/RameshAditya/scoper


其他:

https://github.com/akashkinKV/Search_videos_pyton

https://github.com/javierdejuan/keyword-video-search-engine

https://github.com/agermanidis/thingscoop


視頻搜索的GitHub項目


分享到:


相關文章: