This directory contains small utility scripts for working with AI models.
Each script is saved with a descriptive name and .py extension so they can be
run using Python.
The API-based scripts expect the relevant keys to be provided as environment variables:
ANTHROPIC_API_KEYforclaude_call.pyGROQ_API_KEYfor the Groq examples
Generates text using Anthropic's Claude API and outputs both a DOCX and HTML file. It reads an outline, queries Claude for each section, and saves the combined results.
A minimal command‑line chatbot using the Groq API. It keeps the conversation context in memory and prints replies to the terminal.
Transcribes an MP3 using Faster Whisper, summarizes it with the Groq API, and creates expert opinions from different perspectives.
Evaluates two local models via Ollama. It generates instructions in German and saves the results as DOCX files.