Hellin Worki

A video conferencing platform which seamlessly dials your coworkers when you call out their name, a "Yes" and you are connected.
Alternatives To Hellin Worki
Project NameStarsDownloadsRepos Using ThisPackages Using ThisMost Recent CommitTotal ReleasesLatest ReleaseOpen IssuesLicenseLanguage
Superset52,34429 hours ago3April 29, 20221,350apache-2.0TypeScript
Apache Superset is a Data Visualization and Data Exploration Platform
Dash18,809804413a day ago154June 13, 2022746mitPython
Data Apps & Dashboards for Python. No JavaScript Required.
Dtale4,064122 days ago151June 17, 202246lgpl-2.1TypeScript
Visualizer for pandas data structures
Deep Learning In Production3,994
3 months ago9
In this repository, I will share some useful notes and references about deploying deep learning-based models in production.
Pyxley2,228
125 years ago10January 21, 201725mitJavaScript
Python helpers for building dashboards using Flask and React
React Redux Flask1,411
2 years ago11mitJavaScript
Boilerplate application for a Python/Flask JWT Backend and a Javascript/React/Redux Front-End with Material UI.
Never Blink849
a year ago6mitJavaScript
👀Blink and lose.
Open Source Saas Boilerpate716
5 months ago34mitJavaScript
Free SaaS boilerplate (Python/PostgreSQL/ReactJS/Webpack)
Bowtie703
104 years ago45October 13, 201849mitPython
:bowtie: Create a dashboard with python!
Cesi525
a year ago43gpl-3.0JavaScript
CeSI is a web interface for managing multiple supervisors from the same place.
Alternatives To Hellin Worki
Select To Compare


Alternative Project Comparisons
Readme

🐣 Hellin' Worki - Now, Joe's just a shout away

Hellin' Worki is a video conferencing platform which seamlessly dials your coworkers when you call out their name, a "Yes" and you are connected.

Image Logo

Problem

Telling 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?

Nothing quite replaces sitting across the table from each other and collaborating, does it?

Nope, but Hellin' Worki changes that.

Working

  1. You and your coworker Joe join a Room.
  2. Both enter their names
  3. The microphone listens and waits for you to say "Hey Joe!"
  4. When you do, Joe is notified and he can say, "Yes!" to pickup the call.

That's it!

Demo

Hellin' Worki - Demo

Tech Stack

How to Run

  1. Create the .env file. (Read more, in the Appendix)

  2. docker-compose up --build

  3. Visit http://localhost:5000!

Infrastructure

Advantages

  • Calling out your coworker by their names is natural, uninstructive and seamless
  • Responding to calls is as simple and easy
  • You don't have to stay connected to the video call for hours on end.
  • Your privacy is maintained as you are connected only when you respond.

Screenshots

Home Page

Empty Room

Incoming Call

Call in Progress

Why can I just run the live Demo? 😑

Well, 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.

But, hey! If you need help setting this up send me an email!

License

Apache License 2.0

A 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.

References

Appendix

1. Setup

We need 5 things, add these in an .env file like this

TWILIO_ACCOUNT_SID=XXXXXXXXXXX
TWILIO_API_KEY=XXXXXXXXXXXXXXX
TWILIO_API_SECRET=XXXXXXXXXXXX
TWILIO_AUTH_TOKEN=XXXXXXXXXXXX

2. Hellin' Worki? What's with the name, Rohan?

I used a random name generator and it generated a random name.

Popular Reactjs Projects
Popular Flask Projects
Popular Web User Interface Categories
Related Searches

Get A Weekly Email With Trending Projects For These Categories
No Spam. Unsubscribe easily at any time.
Javascript
Python
Reactjs
Flask
Twilio
Speech Recognition
Flask Application