Projects with this topic
-
A robust CLI that turns recordings and PDFs into clean, structured Markdown notes end-to-end.
Audio — chunks with configurable length and overlap, transcribes via a dedicated Whisper STT endpoint or cascades to OpenAI-compatible multimodal and Native Ollama backends.
PDF — text PDFs pass through pdftotext straight to refinement; scanned PDFs are auto-detected by character count, rendered to page images, and read by a vision model (or tesseract via an explicit --ocr escape, never silently).
LLM refinement — dedupes overlapping boundaries and formats the raw transcript into clean notes.
Resumable content-addressed cache — keyed by input hash with per-chunk/page signatures; a changed parameter invalidates only what depends on it.
Config resolves CLI > env var > settings file > defaults, including persistent chunk sizes. Python 3.12, built with uv, 147 tests at 100% coverage. Architecture is protocol-based and documented via TIPs (docs/).
Updated -
An interactive CLI for Claude using Anthropic's API keys
Updated -
An interactive CLI for chatGPT using OpenAI's API keys
Updated -
Remote file system tools for data manipulation between remote /and local host/ (cp, mv, ls, rm,..) written in Python3. This package provides you executables pcp, pls, pmv,..., which enables you to do painless data operations.
Updated -
A small, yet powerful file conversion utility.
UpdatedUpdated -
✭ MAGNETRON ™ ✭: The official Exploit Database repository
Updated -
This program is a command-line tool designed on Python to manage and view some relevant information about networks on the computer.
Updated -
Your own command-line based pastebin server in Python
Updated -
A simple CLI program to create, maintain and edit todo lists
Updated