Show HN: I made a webapp which summarizes YT videos with LLMs
5 points| acordier16 | 1 year ago |github.com
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 :))
acordier16|1 year ago
jvassalo|1 year ago
unknown|1 year ago
[deleted]
unknown|1 year ago
[deleted]