Showing Posts From

python

Turn your CSVs into Graphs using LLMs

Turn your CSVs into Graphs using LLMs

A guide to using LLMs to generate a Graph data model from flat CSV files

Automating Voiceover with ElevenLabs: The Reality Check

Automating Voiceover with ElevenLabs: The Reality Check

An honest look at using AI voice generation for production video content—the wins, the friction, and whether it's actually worth it.

Natural Language Queries on Pandas with LangChain and DuckDB

Natural Language Queries on Pandas with LangChain and DuckDB

Using DuckDB to perform natural language search on a Pandas DataFrame

TIL: Plotting Neo4j Results with Matplotlib

TIL: Plotting Neo4j Results with Matplotlib

Discover the two lines of code required to convert a Neo4j result to a Pandas DataFrame and plot it with Matplotlib