Skip to content

Instantly share code, notes, and snippets.

@thekannen
thekannen / recipeCategorizerOllama.py
Last active October 26, 2025 15:26 — forked from didyouexpectthat/recipeCategorizerOllama.py
Categorize uncategorized recipes on Mealie with Ollama
import os
import sys
import requests
import json
import re
import time
from concurrent.futures import ThreadPoolExecutor, as_completed
# ==========================================
# Configuration