Find answers from the community

Updated 3 months ago

Mp4

Yes sure, I'll try this out also after transcripting first.
To give a more better picture of my problem, let me elaborate it more.

I took one youtube video link which was in English. I loaded it & indexed it using GPTSimpleVectorIndex & then queried the index according to my question. This worked well.

YoutubeTranscriptReader = download_loader("YoutubeTranscriptReader")loader = YoutubeTranscriptReader()documents = loader.load_data(ytlinks=['...'])index = GPTSimpleVectorIndex.from_documents(documents)

Now next part is I downloaded this youtube video in my local and saved it as myyoutubevideo.mp4 in the same directory where this code script is present. I'd like to perform the same task i.e. loading, indexing & querying, but I don't know how to implement that from local storage
L
A
2 comments
Yea that makes sense. Like I said, downloading from YouTube gives you direct access to their auto-generated captions

Locally, you'll need to create your own captions somehow
sure Logan thanks a lot for quick response & sharing your inputs. I'll deep dive more in it πŸ™‚
Add a reply
Sign up and join the conversation on Discord