{"id":15317318,"url":"https://github.com/huuquyet/phowhisper-next","last_synced_at":"2025-04-06T13:20:59.076Z","repository":{"id":232138786,"uuid":"783550904","full_name":"huuquyet/PhoWhisper-next","owner":"huuquyet","description":"Demo using PhoWhisper models of VinAI built with Transformers.js + Next.js","archived":false,"fork":false,"pushed_at":"2024-04-19T02:30:40.000Z","size":1606,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-04-21T13:58:18.713Z","etag":null,"topics":["nextjs","onnx-models","phowhisper","speech-recognition","transformersjs","vietnamese","vinai","whisper"],"latest_commit_sha":null,"homepage":"https://hf.co/spaces/huuquyet/PhoWhisper-next","language":"TypeScript","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/huuquyet.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}},"created_at":"2024-04-08T05:46:59.000Z","updated_at":"2024-04-26T05:29:28.278Z","dependencies_parsed_at":"2024-04-15T11:24:58.960Z","dependency_job_id":"df2b4ccf-31e5-435b-8575-cfcc34a64b23","html_url":"https://github.com/huuquyet/PhoWhisper-next","commit_stats":null,"previous_names":["huuquyet/phowhisper-next"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/huuquyet%2FPhoWhisper-next","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/huuquyet%2FPhoWhisper-next/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/huuquyet%2FPhoWhisper-next/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/huuquyet%2FPhoWhisper-next/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/huuquyet","download_url":"https://codeload.github.com/huuquyet/PhoWhisper-next/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247485767,"owners_count":20946471,"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":["nextjs","onnx-models","phowhisper","speech-recognition","transformersjs","vietnamese","vinai","whisper"],"created_at":"2024-10-01T08:56:35.796Z","updated_at":"2025-04-06T13:20:59.042Z","avatar_url":"https://github.com/huuquyet.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Contributor Covenant](https://img.shields.io/badge/Contributor%20Covenant-2.1-4baaaa.svg)](.github/CODE_OF_CONDUCT.md)\n\n# PhoWhisper Web\n\nML-powered speech recognition for Vietnamese directly in your browser! Built with [🤗 Transformers.js](https://github.com/xenova/transformers.js) + [Next.js](https://nextjs.org/).\n\nUsing [🤗 PhoWhisper](https://github.com/VinAIResearch/PhoWhisper) models:\n- [PhoWhisper-tiny](https://hf.co/vinai/PhoWhisper-tiny/) converted to [ONNX model](https://hf.co/huuquyet/PhoWhisper-tiny)\n- [PhoWhisper-base](https://hf.co/vinai/PhoWhisper-base/) converted to [ONNX model](https://hf.co/huuquyet/PhoWhisper-base)\n- [PhoWhisper-small](https://hf.co/vinai/PhoWhisper-small/) converted to [ONNX model](https://hf.co/huuquyet/PhoWhisper-small)\n- [PhoWhisper-medium](https://hf.co/vinai/PhoWhisper-medium/) converted to [ONNX model](https://hf.co/huuquyet/PhoWhisper-medium)\n- [PhoWhisper-large](https://hf.co/vinai/PhoWhisper-large/) converted to [ONNX model](https://hf.co/huuquyet/PhoWhisper-large)\n\nCheck out the demo sites:\n\u003ca href=\"https://huggingface.co/spaces/huuquyet/PhoWhisper-next\"\u003e\n  \u003cpicture\u003e\n    \u003csource srcset=\"https://huggingface.co/datasets/huggingface/badges/resolve/main/open-in-hf-spaces-sm.svg\" media=\"(prefers-color-scheme: light), (prefers-color-scheme: no-preference)\"\u003e\n    \u003csource srcset=\"https://huggingface.co/datasets/huggingface/badges/resolve/main/open-in-hf-spaces-sm-dark.svg\" media=\"(prefers-color-scheme: dark)\"\u003e\n    \u003cimg src=\"https://huggingface.co/datasets/huggingface/badges/resolve/main/open-in-hf-spaces-sm.svg\" alt=\"Open in Spaces\"\u003e\n  \u003c/picture\u003e\n\u003c/a\u003e\n or [Vercel app](https://pho-whisper-next.vercel.app/).\n\nhttps://github.com/xenova/whisper-web/assets/26504141/fb170d84-9678-41b5-9248-a112ecc74c27\n\n## Running locally\n\n1. Clone the repo and install dependencies with [bun](https://bun.sh):\n\n  ```bash\n  git clone https://github.com/huuquyet/PhoWhisper-next.git\n  cd PhoWhisper-next\n  bun install\n  ```\n\n2. Run the development server:\n\n  ```bash\n  bun dev\n  ```\n  \u003e Firefox users need to change the `dom.workers.modules.enabled` setting in `about:config` to `true` to enable Web Workers.\n  \u003e Check out [this issue](https://github.com/xenova/whisper-web/issues/8) for more details.\n\n3. Open the link (e.g., [http://localhost:3000/](http://localhost:3000/)) in your browser.\n\n## Acknowledgement\n\n- [Whisper-web](https://github.com/xenova/whisper-web)\n- [PhoWhisper](https://github.com/VinAIResearch/PhoWhisper)\n- [Transformers.js](https://github.com/xenova/transformers.js)\n- [Next.js](https://nextjs.org)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhuuquyet%2Fphowhisper-next","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhuuquyet%2Fphowhisper-next","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhuuquyet%2Fphowhisper-next/lists"}