/my-projects
List of my projects
#projects
GoldenGraphRAG
Python
PostgreSQL
Apache AGE
openCypher
Docker
Pipeline that turns text datasets into queryable knowledge graphs — documents are chunked, entities and relationships extracted under a YAML-defined ontology, deduplicated, and stored as a property graph in PostgreSQL via Apache AGE, queried with openCypher. Works with any OpenAI-compatible LLM provider.
Content Style Transfer using RAG
Python
Next.js
Gemini API
RAG
Docker
LLM-as-a-Judge
Retrieval-augmented pipeline that rewrites email content in a different style while preserving meaning. Ingests .eml files in bulk or via filesystem watching, retrieves similar emails for context, generates with Gemini or any Ollama/OpenAI-compatible endpoint, and scores results with an LLM-as-a-judge evaluation loop.
Language-Learner
Python
SQLite
Docker
German vocabulary learning app built on a database of the 10,000 most common words, with a Python backend, web frontend, and Docker packaging.