About this site

Idea and goals

This is a playground or proof of concept to see what is possible with LLMs (text-to-text, text-to-image and image-to-text) in the context of newsarticles around the world. At the core is a fairly simple crawler that attempts to get news articles and images from various websites, summarizes these articles using LLMs (text-to-text), then clustering articles together based on word relevancy, it then attempts to summarize the cluster taking all the summaries of the cluster articles together, it then looks for images that are close to the cluster description (image-to-text) and does a clustering of images, if there are no images available, it creates an image prompt (text-to-text) and then uses a third-party site to create the image (text-to-image), finally it creates the html and deploys it. This is work in progress to test various algorithms and LLMs and thus can randomly change.

Tools in use

This is being created using the following tools:

Who is behind this

My name is Urs Gubser and since I've finished the AI introduction course from Harvard, I've started to explore in how I could utilize this knowledge within products. This seemed an efficient way to get my hands dirty.