Hacker News new | ask | show | jobs
Show HN: I made a webapp which summarizes YT videos with LLMs (github.com)
5 points by acordier16 781 days ago
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

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