{"id":14006834,"url":"https://github.com/arihanv/Shush","last_synced_at":"2025-07-24T00:32:17.042Z","repository":{"id":208746277,"uuid":"720563610","full_name":"arihanv/Shush","owner":"arihanv","description":"Shush is an app that deploys a WhisperV3 model with Flash Attention v2 on Modal and makes requests to it via a NextJS app","archived":false,"fork":false,"pushed_at":"2024-06-07T02:57:07.000Z","size":203,"stargazers_count":159,"open_issues_count":0,"forks_count":26,"subscribers_count":4,"default_branch":"main","last_synced_at":"2024-08-11T10:03:19.203Z","etag":null,"topics":["flash-attention-2","huggingface-transformers","machine-learning","modal","shadcn-ui","transcription","whisper"],"latest_commit_sha":null,"homepage":"https://shush.arihanv.com","language":"TypeScript","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/arihanv.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"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}},"created_at":"2023-11-18T21:34:55.000Z","updated_at":"2024-08-10T16:37:20.000Z","dependencies_parsed_at":"2023-12-02T22:36:37.764Z","dependency_job_id":null,"html_url":"https://github.com/arihanv/Shush","commit_stats":null,"previous_names":["arihanv/shush"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arihanv%2FShush","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arihanv%2FShush/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arihanv%2FShush/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arihanv%2FShush/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/arihanv","download_url":"https://codeload.github.com/arihanv/Shush/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":227384028,"owners_count":17772299,"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":["flash-attention-2","huggingface-transformers","machine-learning","modal","shadcn-ui","transcription","whisper"],"created_at":"2024-08-10T10:01:39.853Z","updated_at":"2024-11-30T17:31:25.868Z","avatar_url":"https://github.com/arihanv.png","language":"TypeScript","funding_links":[],"categories":["Inspirations \u0026 Examples","TypeScript"],"sub_categories":[],"readme":"# Shush\n\n\nhttps://github.com/arihanv/Shush/assets/63890951/6e675260-c29a-4fd4-8ba5-0b70549f0bcd\n\n\n\n\n\nShush is an app that deploys a WhisperV3 model with Flash Attention v2 on Modal and makes requests to it via a NextJS app. The essential **goal** of this app is to provide a full-stack demo to those interested in running high-performance models and reliable APIs on demand with auto-scaling.\n\nThis is a demo app built with [Next.js](https://nextjs.org/) (Frontend) + [Modal](https://modal.com/) (Backend).\n\n# Set Up\nVisit [modal.com](https://modal.com/) and create a free account. Then follow the instructions to install the Modal python package and authenticate in your CLI.\n\n## Deploy backend\nWe will be using Modal to deploy and serve [WhisperV3](https://github.com/openai/whisper), an audio transcription model built by OpenAI.\n\nExecute the following commands in your terminal:\n```\ncd modal\nmodal deploy shush.py\n```\nThis is should give you a url in the form: `https://[ORG_NAME]--[STUB_NAME]-entrypoint.modal.run`\n\n## Deploy Frontend\nNow let's run the NextJS app. After going back to the root of the repo, execute the following commands:\n```\ncd shush\n```\nNow create a `.env` file and add the url we got from Modal (view `.env.example` for reference)\n\nThen we can just do:\n```\nbun i\nbun run dev\n```\n\nAnd that's it! Open http://localhost:3000/ in your browser and test the app + model out!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farihanv%2FShush","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Farihanv%2FShush","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farihanv%2FShush/lists"}