Skip to content

Instantly share code, notes, and snippets.

@didyouexpectthat
didyouexpectthat / recipeCategorizerOllama.py
Last active October 26, 2025 14:15
Categorize uncategorized recipes on Mealie with Ollama
import os
import requests
import json
# ---------------------------
# Configuration
# ---------------------------
MEALIE_URL = "https://subd.domain.tld/api"
MEALIE_API_KEY = "apikey"
OLLAMA_URL = "http://localhost:11434/api"