{"id":15576235,"url":"https://github.com/ct83/hellin-worki","last_synced_at":"2025-10-04T07:43:03.368Z","repository":{"id":39020901,"uuid":"253135695","full_name":"CT83/Hellin-Worki","owner":"CT83","description":"A video conferencing platform which seamlessly dials your coworkers when you call out their name, a  \"Yes\" and you are connected. ","archived":false,"fork":false,"pushed_at":"2023-01-05T12:24:58.000Z","size":5099,"stargazers_count":7,"open_issues_count":33,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-12-29T22:53:54.294Z","etag":null,"topics":["flask","flask-application","hackathon-project","hotword-detection","python","react","reactjs","speech-recognition","twilio","twilio-video","twiliohackathon","video-calls","video-conferencing"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/CT83.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}},"created_at":"2020-04-05T01:52:50.000Z","updated_at":"2023-10-15T12:05:42.000Z","dependencies_parsed_at":"2022-07-09T11:30:16.284Z","dependency_job_id":null,"html_url":"https://github.com/CT83/Hellin-Worki","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CT83%2FHellin-Worki","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CT83%2FHellin-Worki/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CT83%2FHellin-Worki/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CT83%2FHellin-Worki/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/CT83","download_url":"https://codeload.github.com/CT83/Hellin-Worki/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":233283689,"owners_count":18652865,"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":["flask","flask-application","hackathon-project","hotword-detection","python","react","reactjs","speech-recognition","twilio","twilio-video","twiliohackathon","video-calls","video-conferencing"],"created_at":"2024-10-02T18:44:08.534Z","updated_at":"2025-09-16T18:31:12.199Z","avatar_url":"https://github.com/CT83.png","language":"JavaScript","readme":"# 🐣 Hellin' Worki - Now, Joe's just a shout away\n\nHellin' Worki is a video conferencing platform which seamlessly dials your coworkers when you call out their name, a  \"Yes\" and you are connected. \n\n![Image Logo](docs/steps.png)\n\n## Problem\n\nTelling your coworkers to be constantly connected on 4 hour long video calls is obtrusive, awkward and plain weird. You could stay connected and disable your video, but then they would still hear your chair squeak, the pigeons out the window and the traffic outside. Nothing quite emulates the comradery of your cozy old office, does it?\n\nNothing quite replaces sitting across the table from each other and collaborating, does it? \n\nNope, but Hellin' Worki changes that. \n\n## Working\n\n1. You and your coworker Joe join a Room.\n2. Both enter their names\n3. The microphone listens and waits for you to say \"**Hey Joe**!\"\n4. When you do, Joe is notified and he can say, \"**Yes!**\" to pickup the call.\n\nThat's it!\n\n## Demo\n\n[![Hellin' Worki - Demo](docs/videothumb1.png)](https://youtu.be/K1QOSTZRU1o)\n\n## Tech Stack\n\n* Video Conferencing - [Twilio Video API](https://www.twilio.com/docs/video)\n\n* Speech Recognition - [Annyang](https://www.talater.com/annyang/) \n\n* Backend - [Flask](https://flask.palletsprojects.com/en/1.1.x/) - Python\n\n* Frontend - [ReactJS](https://reactjs.org/) - JavaScript\n\n  \n\n## How to Run\n\n1. Create the .env file. (Read more, in the Appendix)\n\n2. `docker-compose up --build` \n\n3. Visit http://localhost:5000!\n\n   \n\n## Infrastructure \n\n![](docs/arch.jpg)\n\n## Advantages\n\n* Calling out your coworker by their names is natural, uninstructive and seamless\n* Responding to calls is as simple and easy\n* You don't have to stay connected to the video call for hours on end.\n* Your privacy is maintained as you are connected only when you respond.\n\n## Screenshots\n\n\u003e Home Page\n\n![](docs/home.png)\n\n\u003e Empty Room\n\n![](docs/empty.png)\n\n\u003e Incoming Call\n\n![](docs/call.png)\n\n\u003e Call in Progress\n\n![](docs/call-in.png)\n\n## Why can I just run the live Demo?  😑\n\nWell, Twilio Video costs real money *(0.01$ per participant/minute)* every time someone makes a call, and hosting it for free would not be cheap. So...yeah. \n\nBut, hey! If you need help setting this up send me an email!\n\n## License\n\nApache License 2.0 \n\nA permissive license whose main conditions require preservation of copyright and license notices. Contributors provide an express grant of patent rights. Licensed works, modifications, and larger works may be distributed under different terms and without source code.\n\n## References\n\n* https://www.twilio.com/blog/video-chat-react-hooks\n\n## Appendix\n\n#### 1. Setup\n\nWe need 5 things, add these in an `.env` file like this\n\n```bash\nTWILIO_ACCOUNT_SID=XXXXXXXXXXX\nTWILIO_API_KEY=XXXXXXXXXXXXXXX\nTWILIO_API_SECRET=XXXXXXXXXXXX\nTWILIO_AUTH_TOKEN=XXXXXXXXXXXX\n```\n\n\n\n* Get the API Key and Secret from here - https://www.twilio.com/console/project/api-keys\n* Get the Account SID and Auth. Toke here - https://www.twilio.com/console\n\n#### 2. Hellin' Worki? What's with the name, Rohan?\n\nI used  a random name generator and it generated a random name. \n\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fct83%2Fhellin-worki","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fct83%2Fhellin-worki","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fct83%2Fhellin-worki/lists"}