{"id":22106248,"url":"https://github.com/jesse-c/local-audio-toolkit","last_synced_at":"2025-04-10T01:34:04.623Z","repository":{"id":265308041,"uuid":"895749371","full_name":"jesse-c/local-audio-toolkit","owner":"jesse-c","description":"Some handy tools to do with audio locally.","archived":false,"fork":false,"pushed_at":"2024-11-28T21:08:06.000Z","size":116,"stargazers_count":5,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-02T20:41:56.585Z","etag":null,"topics":["large-language-models","lm-studio","macos","side-project","whisper"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jesse-c.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-11-28T20:24:45.000Z","updated_at":"2025-03-25T08:29:23.000Z","dependencies_parsed_at":"2024-11-28T21:37:02.249Z","dependency_job_id":null,"html_url":"https://github.com/jesse-c/local-audio-toolkit","commit_stats":null,"previous_names":["jesse-c/local-audio-toolkit"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jesse-c%2Flocal-audio-toolkit","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jesse-c%2Flocal-audio-toolkit/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jesse-c%2Flocal-audio-toolkit/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jesse-c%2Flocal-audio-toolkit/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jesse-c","download_url":"https://codeload.github.com/jesse-c/local-audio-toolkit/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248140895,"owners_count":21054367,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["large-language-models","lm-studio","macos","side-project","whisper"],"created_at":"2024-12-01T07:09:09.837Z","updated_at":"2025-04-10T01:34:04.605Z","avatar_url":"https://github.com/jesse-c.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Audio Transcription and Summarization Tool\n\nA command-line tool for transcribing and summarizing audio from various sources including YouTube videos, local MP3 files, and microphone recordings. Uses MLX Whisper for transcription and local LLM for summarization.\n\n## Usage\n\n\u003e [!IMPORTANT]\n\u003e Make sure you have LM Studio running locally on port 1234 for the summarization feature to work.\n\nThe tool provides these commands:\n\n### List Devices\n```bash\nuv run python src/main.py list-devices\n```\n\n### Transcribe\nRecord from microphone:\n```bash\nuv run python src/main.py transcribe record\n```\n\nFrom YouTube:\n```bash\nuv run python src/main.py transcribe https://youtube.com/watch?v=...\n```\n\nFrom local MP3:\n```bash\nuv run python src/main.py transcribe path/to/audio.mp3\n```\n\n### Summarise\nRecord from microphone:\n```bash\nuv run python src/main.py summarise record\n```\nFrom YouTube:\n```\nuv run python src/main.py summarise https://youtube.com/watch?v=...\n```\n\nFrom local MP3:\n```\nuv run python src/main.py summarise path/to/audio.mp3\n```\n\nWith custom profile:\n```\nuv run python src/main.py summarise record --profile \"software engineer writing PR description\"\n```\n\n## Building\n\n1. Clone the repository\n2. Install dependencies using `uv`:\n```bash\nuv sync --dev --all-extras\n```\n\n## Testing\n\nTests can be run using pytest:\n```bash\nuv run pytest --cov=src tests/\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjesse-c%2Flocal-audio-toolkit","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjesse-c%2Flocal-audio-toolkit","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjesse-c%2Flocal-audio-toolkit/lists"}