Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Superset | 52,344 | 2 | 9 hours ago | 3 | April 29, 2022 | 1,350 | apache-2.0 | TypeScript | ||
Apache Superset is a Data Visualization and Data Exploration Platform | ||||||||||
Dash | 18,809 | 804 | 413 | a day ago | 154 | June 13, 2022 | 746 | mit | Python | |
Data Apps & Dashboards for Python. No JavaScript Required. | ||||||||||
Dtale | 4,064 | 12 | 2 days ago | 151 | June 17, 2022 | 46 | lgpl-2.1 | TypeScript | ||
Visualizer for pandas data structures | ||||||||||
Deep Learning In Production | 3,994 | 3 months ago | 9 | |||||||
In this repository, I will share some useful notes and references about deploying deep learning-based models in production. | ||||||||||
Pyxley | 2,228 | 12 | 5 years ago | 10 | January 21, 2017 | 25 | mit | JavaScript | ||
Python helpers for building dashboards using Flask and React | ||||||||||
React Redux Flask | 1,411 | 2 years ago | 11 | mit | JavaScript | |||||
Boilerplate application for a Python/Flask JWT Backend and a Javascript/React/Redux Front-End with Material UI. | ||||||||||
Never Blink | 849 | a year ago | 6 | mit | JavaScript | |||||
👀Blink and lose. | ||||||||||
Open Source Saas Boilerpate | 716 | 5 months ago | 34 | mit | JavaScript | |||||
Free SaaS boilerplate (Python/PostgreSQL/ReactJS/Webpack) | ||||||||||
Bowtie | 703 | 10 | 4 years ago | 45 | October 13, 2018 | 49 | mit | Python | ||
:bowtie: Create a dashboard with python! | ||||||||||
Cesi | 525 | a year ago | 43 | gpl-3.0 | JavaScript | |||||
CeSI is a web interface for managing multiple supervisors from the same place. |
Hellin' Worki is a video conferencing platform which seamlessly dials your coworkers when you call out their name, a "Yes" and you are connected.
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.
That's it!
Video Conferencing - Twilio Video API
Speech Recognition - Annyang
Backend - Flask - Python
Frontend - ReactJS - JavaScript
Create the .env file. (Read more, in the Appendix)
docker-compose up --build
Visit http://localhost:5000!
Home Page
Empty Room
Incoming Call
Call in Progress
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!
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.
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
I used a random name generator and it generated a random name.