{"id":15136520,"url":"https://github.com/coderscreative/faster-whisper-rs","last_synced_at":"2025-07-31T18:33:25.424Z","repository":{"id":242356655,"uuid":"809360331","full_name":"CodersCreative/faster-whisper-rs","owner":"CodersCreative","description":"a rust crate for easily implementing faster-whisper stt into your rust programs.","archived":false,"fork":false,"pushed_at":"2024-07-15T20:47:53.000Z","size":1977,"stargazers_count":10,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-30T18:06:25.172Z","etag":null,"topics":["ai","faster-whisper","rust","speech-recognition","speech-to-text","stt","whisper"],"latest_commit_sha":null,"homepage":"","language":"Rust","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/CodersCreative.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-06-02T13:26:43.000Z","updated_at":"2025-01-21T17:49:13.000Z","dependencies_parsed_at":"2024-06-02T14:07:28.877Z","dependency_job_id":"4ab6e91a-6a70-4a9f-afa3-9a222948a9b8","html_url":"https://github.com/CodersCreative/faster-whisper-rs","commit_stats":null,"previous_names":["coderscreative/faster-whisper-rs"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CodersCreative%2Ffaster-whisper-rs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CodersCreative%2Ffaster-whisper-rs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CodersCreative%2Ffaster-whisper-rs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CodersCreative%2Ffaster-whisper-rs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/CodersCreative","download_url":"https://codeload.github.com/CodersCreative/faster-whisper-rs/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":237821598,"owners_count":19371794,"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":["ai","faster-whisper","rust","speech-recognition","speech-to-text","stt","whisper"],"created_at":"2024-09-26T06:22:23.378Z","updated_at":"2025-02-08T14:31:10.170Z","avatar_url":"https://github.com/CodersCreative.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# faster-whisper-rs\n\n#### It is a rust crate for easily implementing Speech-To-Text into your rust programs.\n\n### Python api:\n[faster-whisper](https://github.com/SYSTRAN/faster-whisper)\n\n### Install Rust\n\n[Install Rust](https://www.rust-lang.org/tools/install)\n\nOn Linux or MacOS:\n```\ncurl --proto '=https' --tlsv1.2 -ssf https://sh.rustup.rs | sh\n```\n### Example of making a transcript\n\n```Rust\nuse std::error::Error;\nuse faster-whisper-rs::WhisperModel;\n\nfn main() -\u003e Result\u003c(), Box\u003cdyn Error\u003e\u003e{\n    let fw = WhisperModel::default();\n    let transcript = fw.transcribe(\"Path to file\".to_string())?;\n\n    println!(\"{}\", transcript);\n\n    Ok(())\n}\n\n```\n## Contributing\n\nPull requests are welcome. For major changes, please open an issue first\nto discuss what you would like to change.\n\n## License\n\n[MIT](https://choosealicense.com/licenses/mit/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcoderscreative%2Ffaster-whisper-rs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcoderscreative%2Ffaster-whisper-rs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcoderscreative%2Ffaster-whisper-rs/lists"}