{"id":20027096,"url":"https://github.com/unic/speech-poc","last_synced_at":"2025-09-01T17:34:19.820Z","repository":{"id":82538252,"uuid":"396810083","full_name":"unic/speech-poc","owner":"unic","description":"Speech PoC for a recipe cooking mode","archived":false,"fork":false,"pushed_at":"2021-08-16T13:48:32.000Z","size":239,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-03-02T04:41:48.722Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Svelte","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/unic.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":"2021-08-16T13:35:43.000Z","updated_at":"2021-08-16T14:53:25.000Z","dependencies_parsed_at":null,"dependency_job_id":"4beb2628-ef76-441a-b23c-e6b456cb38cc","html_url":"https://github.com/unic/speech-poc","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/unic/speech-poc","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/unic%2Fspeech-poc","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/unic%2Fspeech-poc/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/unic%2Fspeech-poc/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/unic%2Fspeech-poc/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/unic","download_url":"https://codeload.github.com/unic/speech-poc/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/unic%2Fspeech-poc/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":260988658,"owners_count":23093539,"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-11-13T09:09:02.365Z","updated_at":"2025-09-01T17:34:19.795Z","avatar_url":"https://github.com/unic.png","language":"Svelte","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Speech Cooking Mode PoC\n\nRecipe demo page with speech API implementation to enable controlling the cooking mode with voice commands in four different languages.\n\n## Developing\n\nOnce you've installed dependencies with `npm install` (or `pnpm install` or `yarn`), start a development server:\n\n```bash\nnpm run dev\n\n# or start the server and open the app in a new browser tab\nnpm run dev -- --open\n```\n\n## Building\n\nBefore creating a production version of your app, install an [adapter](https://kit.svelte.dev/docs#adapters) for your target environment. Then:\n\n```bash\nnpm run build\n```\n\n\u003e You can preview the built app with `npm run preview`, regardless of whether you installed an adapter. This should _not_ be used to serve your app in production.\n\n## Usage / Commands\n\nOpen cooking mode and say a sentence containing the words in the current set language:\n\n```js\nnextStep: {\n    'de': ['nächster', 'schritt'],\n    'en': ['next', 'step'],\n    'fr': ['suivant', 'étape'],\n    'it': ['prossimo', 'passo']\n},\npreviousStep: {\n    'de': ['vorheriger', 'schritt'],\n    'en': ['previous', 'step'],\n    'fr': ['précédent', 'étape'],\n    'it': ['precedente', 'passo']\n},\nfirstStep: {\n    'de': ['erster', 'schritt'],\n    'en': ['first', 'step'],\n    'fr': ['première', 'étape'],\n    'it': ['primo', 'passo']\n},\nlastStep: {\n    'de': ['letzter', 'schritt'],\n    'en': ['last', 'step'],\n    'fr': ['dernière', 'étape'],\n    'it': ['ultimo', 'passo']\n},\ningredientsStep: {\n    'de': ['zeige', 'zutaten'],\n    'en': ['show', 'ingredients'],\n    'fr': ['montrer', 'ingrédients'],\n    'it': ['mostra', 'ingredienti']\n},\nreadInstructions: {\n    'de': ['lese', 'anweisungen'],\n    'en': ['read', 'instructions'],\n    'fr': ['lire', 'instructions'],\n    'it': ['leggere', 'istruzioni']\n},\nreadIngredients: {\n    'de': ['lese', 'zutaten'],\n    'en': ['read', 'ingredients'],\n    'fr': ['lire', 'ingrédients'],\n    'it': ['leggere', 'ingredienti']\n},\nclose: {\n    'de': ['schließen'],\n    'en': ['close'],\n    'fr': ['fermer'],\n    'it': ['chiudere']\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Funic%2Fspeech-poc","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Funic%2Fspeech-poc","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Funic%2Fspeech-poc/lists"}