File size: 638 Bytes
89e2d7a
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
---
license: gpl-3.0
tags:
- audio
- automatic-speech-recognition
- endpoints-template
library_name: generic
inference: false
duplicated_from: tomiwa1a/video-search
---

# Video Search

This project contains 3 different models that can be used for searching videos.

1. Whisper to convert mp3 files to audio
2. BART Sentence Transformer to generate vector embeddings from text
3. BART LFQA to generate long form answers given a context

For more context, see: [Atlas: Find Anything on Youtube](https://atila.ca/blog/tomiwa/atlas)

Inspired by [philschmid/openai-whisper-endpoint](https://huggingface.co/philschmid/openai-whisper-endpoint)