Skip to main content
  1. Categories/

Software

Gabriel García Márquez

Gabo RAG

··10 mins
‘Gabo’ is a RAG (Retrieval-Augmented Generation) system designed to enhance the capabilities of LLMs (Large Language Models) such as ‘Llama 3.2’ or ‘Phi 3.5’. This project honors Colombian author Gabriel García Márquez by marking the tenth anniversary of his death.
colab and ollama

How to Run Ollama on Google Colab

··2 mins
Ollama is a great tool for testing LLMs and Embedding models locally. It’s possible to use this tool in Google Colab, but when you run ollama serve, your script will get stuck in that cell, and you won’t be able to run the following cells. Luckily, the solution is simple and can be done with code.
colab

How to download a folder from Google Colab

··2 mins
Google Colab’s UI from its file browser allows you to download files individually, but does not have an option to download entire directories; the solution is simple and can be done with code.
Prisoner's Dilemma Illustration from Wireless Philosophy

Prisoners-Dilemma-Cellular-Automata

··13 mins
A Python project that explores the dynamics of cooperation and competition through the lens of game theory. Employing cellular automata and classic tactics like Tit For Tat, the project investigates the performance of various strategies in the context of the Prisoner’s Dilemma.
Flint Lockwood Spray-On Shoes

Pi-Tensorflow-Lite-Object-Detection

··7 mins
This project builds a real-time object detection system using a Raspberry Pi and a camera. It captures live video, processes it with a TensorFlow Lite model to detect specific objects, and saves important events as video files.