Skip to content

Instantly share code, notes, and snippets.

View alex-pythonista's full-sized avatar
🎯
Focusing

AlexPy alex-pythonista

🎯
Focusing
View GitHub Profile
@alex-pythonista
alex-pythonista / whisper_transcription_steps.md
Created May 8, 2026 05:49
How to transcribe AAC audio with OpenAI Whisper

Whisper Transcription Steps

These are the steps used to transcribe 27.aac with OpenAI Whisper.

1. Install ffmpeg

Whisper needs ffmpeg to read and decode audio files such as .aac.

brew install ffmpeg
@alex-pythonista
alex-pythonista / gist:410ede0c5b4010c95f90dd8a09630e57
Last active May 7, 2026 09:19
Structured repository context for dummy-backend
# Dummy Backend Repository Context
## Purpose
`dummy-backend` is a small FastAPI service that exposes CRUD and workflow endpoints for todo list items. It is intended as a simple backend API backed by SQLite, with SQLModel used for both ORM mapping and response/request schema support.
## Technology Stack
- Language: Python 3.10+
- Web framework: FastAPI
@alex-pythonista
alex-pythonista / installing-postman.md
Created May 21, 2024 23:51 — forked from pmkay/installing-postman.md
Installing Postman on Ubuntu/Gnome

Since Chrome apps are now being deprecated. Download postman from https://dl.pstmn.io/download/latest/linux

Although I highly recommend using a snap

sudo snap install postman

Installing Postman

tar -xzf Postman-linux-x64-5.3.2.tar.gz