{"id":23057446,"url":"https://github.com/concaption/containerized-transcription-api","last_synced_at":"2026-04-09T11:03:08.132Z","repository":{"id":199185679,"uuid":"702299657","full_name":"concaption/containerized-transcription-api","owner":"concaption","description":"Containerized Transcription API using Whisper Model and FastAPI","archived":false,"fork":false,"pushed_at":"2023-10-10T08:19:48.000Z","size":5861,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-03T06:12:58.061Z","etag":null,"topics":["docker","fastapi","openai","transcription","whisper"],"latest_commit_sha":null,"homepage":"","language":"Jupyter Notebook","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/concaption.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}},"created_at":"2023-10-09T03:35:43.000Z","updated_at":"2023-12-28T21:28:58.000Z","dependencies_parsed_at":null,"dependency_job_id":"45925b43-388e-4510-8df7-f2a5ee3b923a","html_url":"https://github.com/concaption/containerized-transcription-api","commit_stats":null,"previous_names":["buildberg/containerized-transcription-api"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/concaption/containerized-transcription-api","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/concaption%2Fcontainerized-transcription-api","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/concaption%2Fcontainerized-transcription-api/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/concaption%2Fcontainerized-transcription-api/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/concaption%2Fcontainerized-transcription-api/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/concaption","download_url":"https://codeload.github.com/concaption/containerized-transcription-api/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/concaption%2Fcontainerized-transcription-api/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266381899,"owners_count":23920588,"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","status":"online","status_checked_at":"2025-07-21T11:47:31.412Z","response_time":64,"last_error":null,"robots_txt_status":null,"robots_txt_updated_at":null,"robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["docker","fastapi","openai","transcription","whisper"],"created_at":"2024-12-16T02:12:19.628Z","updated_at":"2025-12-30T22:07:01.328Z","avatar_url":"https://github.com/concaption.png","language":"Jupyter Notebook","readme":"\u003cdiv align=\"center\"\u003e\n\n# Containerized Transcription API using Whisper Model and FastAPI\n\n[![Docker](https://github.com/buildberg/containerized-transcription-api/actions/workflows/docker-publish.yml/badge.svg)](https://github.com/buildberg/containerized-transcription-api/actions/workflows/docker-publish.yml)\n[![Open Source Love svg1](https://badges.frapsoft.com/os/v1/open-source.svg?v=103)](#)\n[![GitHub Forks](https://img.shields.io/github/forks/buildberg/containerized-transcription-api.svg?style=social\u0026label=Fork\u0026maxAge=2592000)](https://github.com/buildberg/containerized-transcription-api/fork)\n[![GitHub Issues](https://img.shields.io/github/issues/buildberg/containerized-transcription-api.svg?style=flat\u0026label=Issues\u0026maxAge=2592000)](https://github.com/buildberg/containerized-transcription-api/issues)\n[![contributions welcome](https://img.shields.io/badge/contributions-welcome-brightgreen.svg?style=flat\u0026label=Contributions\u0026colorA=red\u0026colorB=black\t)](#)\n\n[![Open in GitHub Codespaces](https://github.com/codespaces/badge.svg)](https://codespaces.new/concaption/containerized-transcription-api)\n\n\u003c/div\u003e\n\n![](screenshot.png)\n### Overview\nThis project sets up a robust web application using FastAPI. It integrates the open-source Whisper AI model for Speech-to-Text (STT) transcription, enabling accurate and efficient audio-to-text conversion. The application is containerized using Docker, ensuring consistent and efficient runtime in any environment.\n### Features\n* **FastAPI Backend:** A high-performance, easy-to-learn backend.\n* **Whisper AI Integration:** Cutting-edge STT transcription.\n* **Dockerized:** Simplified deployment, scalability, and management.\n### Why this project?\nWhether you want to automate your transcription tasks, enhance accessibility for your content, or explore the world of AI-powered applications, this project has you covered.\n### Installation\n1. Clone the repository\n```\ngit clone https://github.com/buildberg/containerized-transcription-api\n```\n2. Navigate into the project folder\n```\ncd containerized-transcription-api\n```\n3. Build and run Docker container\n```\nmake docker\n```\n\n### Usage\nConvert Audio to Text\n```bash\nPOST /whisper\n```\n\n```mermaid\ngraph LR\n  setup[make setup]\n  setup --\u003e|1. Make script executable| setup.sh[setup.sh]\n  setup --\u003e|2. Run script| setup.sh\n\n  install[make install]\n  install --\u003e|1. Upgrade pip| pip[pip]\n  install --\u003e|2. Install requirements| requirements[requirements.txt]\n\n  format[make format]\n  format --\u003e|Format all code| black[Black]\n\n  lint[make lint]\n  lint --\u003e|Find and lint .py files| pylint[Pylint]\n\n  precommit[make precommit]\n  precommit --\u003e|1. Install pre-commit hooks| pre-commit-install[pre-commit install]\n  precommit --\u003e|2. Run hooks on all files| pre-commit-run[pre-commit run]\n\n  refactor[make refactor]\n  refactor --\u003e format\n  refactor --\u003e precommit\n  refactor --\u003e lint\n\n  push[make push]\n  push --\u003e|1. Add changes| git-add[git add]\n  push --\u003e|2. Commit changes| git-commit[git commit]\n  push --\u003e|3. Push to repository| git-push[git push]\n\n  docker[make docker]\n  docker --\u003e|1. Docker-compose build and up| docker-compose[docker-compose up -d --build]\n\n  run[make run]\n  run --\u003e|1. Execute main script| main-script[python src/main.py]\n\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fconcaption%2Fcontainerized-transcription-api","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fconcaption%2Fcontainerized-transcription-api","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fconcaption%2Fcontainerized-transcription-api/lists"}