{"id":15318754,"url":"https://github.com/appleboy/whisper-action","last_synced_at":"2025-04-14T23:33:26.712Z","repository":{"id":177797565,"uuid":"660928363","full_name":"appleboy/whisper-action","owner":"appleboy","description":"Speech-to-Text using ggerganov/whisper.cpp for GitHub Action","archived":false,"fork":false,"pushed_at":"2024-02-01T06:21:02.000Z","size":519,"stargazers_count":16,"open_issues_count":2,"forks_count":7,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-04-10T08:31:07.046Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/appleboy.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","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},"funding":{"github":null,"patreon":null,"open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"lfx_crowdfunding":null,"custom":["https://www.paypal.me/appleboy46"]}},"created_at":"2023-07-01T08:45:08.000Z","updated_at":"2025-04-09T12:25:55.000Z","dependencies_parsed_at":null,"dependency_job_id":"f363d77e-40f3-4487-8c72-4001df89ad33","html_url":"https://github.com/appleboy/whisper-action","commit_stats":{"total_commits":74,"total_committers":3,"mean_commits":"24.666666666666668","dds":0.2567567567567568,"last_synced_commit":"61f4cd38a9b31ad1dcb196036006fbf621753547"},"previous_names":["appleboy/whisper-action"],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/appleboy%2Fwhisper-action","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/appleboy%2Fwhisper-action/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/appleboy%2Fwhisper-action/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/appleboy%2Fwhisper-action/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/appleboy","download_url":"https://codeload.github.com/appleboy/whisper-action/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248925177,"owners_count":21184212,"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":[],"created_at":"2024-10-01T09:02:29.910Z","updated_at":"2025-04-14T23:33:26.694Z","avatar_url":"https://github.com/appleboy.png","language":"Shell","funding_links":["https://www.paypal.me/appleboy46"],"categories":[],"sub_categories":[],"readme":"# whisper-action\n\nSpeech-to-Text using [ggerganov/whisper.cpp](https://github.com/ggerganov/whisper.cpp) for [GitHub Action](https://github.com/features/actions). High-performance inference of OpenAI Whisper automatic speech recognition (ASR) model.\n\n## Inputs variables\n\nSee [action.yml](./action.yml) for more detailed information.\n\n| Variable         | Description                                                  | Default |\n|------------------|--------------------------------------------------------------|---------|\n| model            | public whisper model. (available: small, medium and large)   | small   |\n| audio_path       | Audio Path.                                                  |         |\n| output_folder    | output folder.                                               |         |\n| output_format    | output format, support txt, srt, csv.                        | txt     |\n| output_filename  | output filename.                                             |         |\n| debug            | enable debug mode.                                           |         |\n| print_progress   | print progress.                                              | true    |\n| print_segment    | print segment.                                               |         |\n| youtube_url      | youtube url                                                  |         |\n| translate        | translate from source language to english.                   | false   |\n| cut_silences     | cut silences.                                                | false   |\n| prompt           | initial prompt text.                                         |         |\n\n## Usage\n\nDonwload Youtube video and transcript it.\n\n```yaml\njobs:\n  youtube-eng-video:\n    name: transcript english video\n    runs-on: ubuntu-latest\n    steps:\n    - name: checkout\n      uses: actions/checkout@v3\n\n    - name: speech to text\n      uses: appleboy/whisper-action@v0.1.1\n      with:\n        model: small\n        youtube_url: https://www.youtube.com/watch?v=pTCxXZh6VyE\n        output_format: srt\n        output_folder: youtube\n        print_segment: true\n        debug: true\n\n    - name: git push changes\n      uses: appleboy/git-push-action@v0.0.2\n      with:\n        branch: main\n        commit: true\n        commit_message: \"[skip ci] Upload changes\"\n        remote: git@github.com:appleboy/whisper-action.git\n        ssh_key: ${{ secrets.DEPLOY_KEY }}\n        rebase: true\n```\n\nSee the output file in youtube folder.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fappleboy%2Fwhisper-action","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fappleboy%2Fwhisper-action","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fappleboy%2Fwhisper-action/lists"}