LLM-focused side projects

Proof-of-concepts for projects utilizing LLMs

LLM Playground

Wikipedia article of the day to youtube short

In this proof of concept, I am scraping the Wikipedia article of the day to create youtube shorts from start to finish using OpenAI’s GPT model and various open-source HuggingFace models to convert text to audio, text to images, and text to video. The video encoding needs to be improved and the images aren’t nicely cut into a smooth sequence.

Movie database querying

In this proof of concept, I am trying to play around with various LLM APIs, including langchain and llamaindex, to build a semantic search over a movie database.

Auto-GPT

I contributed a couple of features for this project, mainly an audio-to-text converter and image summarizer.