top | item 40112792

Show HN: I made a webapp which summarizes YT videos with LLMs

5 points| acordier16 | 1 year ago |github.com

Live demo here: http://fonctionlabs.com:8000

Similarly to aka_sh (guess we were working parallelly on similar topics), I created with my brother a chainlit-based webapp, which summarizes Youtube videos in order to gain time. It works as an RAG-based LLM, and is very light in the sense that it does not use RAG libraries like langchain or llamaindex.

You can use it with your own OpenAI API key. It also supports local models like Mistral, or Llamma. It is ofc open-source, and you can deploy with Docker if you choose.

Some of the next steps are: - using whisper to be able to compute a transcript if it does not exist - making use of the chat history context - adding support for llama3

Enjoy the time saved :))

2 comments

order

acordier16|1 year ago

I forgot to add, but you can also ask questions about the video itself after the video has been summarized!

jvassalo|1 year ago

great tool, thank you