metaloozee / quickvid

Summarize, Verify & Chat with any YouTube video in seconds.
https://quickvid.vercel.app/
GNU General Public License v3.0
163 stars 17 forks source link

Alternative LLMs? #1

Closed TomLucidor closed 9 months ago

TomLucidor commented 1 year ago

Having a summarizer would be pretty useful, but OpenAI is blocked locally and is not open. Would it be possible to port them to LLaMA like moedels? Side note: browser extensions seem more useable than pure repo? https://eightify.app/

metaloozee commented 1 year ago

Sure, since my current approach doesn't summarize long videos, we can use huggingface's inference api or port them to other models.

Regarding your side note, I never intended for this app to be made public; it was just a side project that I worked on to learn a few things after a friend presented the concept. I never imagined it would function, but since it did, I put it here.

TomLucidor commented 11 months ago

GPT4All, Khoj, and PrivateGPT demonstrated that it might be valuable to have video summaries captured such that people can learn from TL;DR notes (BASB or digital garden), and that is why I am hopeful about the future of this project

metaloozee commented 11 months ago

Different methods exist for generating TL;DR summaries from YouTube videos. In my approach, I extract text from the audio, though it's not the optimal solution, given the presence of visual explanations in some videos. The application has various bugs, but unfortunately, I can't dedicate more time to address them due to a lack of funding. I'm open to contributions from others.