Gradio (Python) implementaion of The 7 GUIs Benchmark
Authors: @abidlabs, @ID56 -- contributions welcome, just open a PR!
Why?
I recently came across the 7 GUIs benchmark, and was surprised to see that none of the implementations were written in Python (whereas many other backend and frontend languages had implementations). This is probably due to the frustrations involved in building GUIs with Python, a problem that Gradio is designed to help with.
So in this repo, I decided to create the Python implementations for the 7 GUIs (work in progress) using Gradio.
1. Counter
2. Temperature Converter
3. Flight Booker (WIP)
4. Timer (WIP)
5. CRUD (WIP)
6. Circle Drawer (WIP)
7. Cells (WIP)