search-magician / search_magician

0 stars 0 forks source link

Video interval matching #15

Closed welo10 closed 3 years ago

welo10 commented 3 years ago

Args

query: Your search query you desire to match in the video

Command

curl -X POST -H "Content-Type: application/json" -d '{"query":"what is prime numbers"}' http://127.0.0.1:5000/search/interval-suggestion/<VideoID>

Return

{
  "End": "13:14", 
  "Start": "10:0"
}