gradio
I just learned about gradio, a python library that allows you to quickly build, use, and share machine learning / AI applications. It’s probably most well known for being what Automatic1111 (a GUI for Stable Diffusion) is built upon.
The best part is that you can host your gradio app for free on the website (huggingface)[https://huggingface.co]. Alternatively, you can embed a gradio app on a website by using javascript, but it will take (a long) time to load.
If you have the patience, enjoy my first gradio app that calculates the probably at least two people share a birthday given a group of n
people. If the math doesn’t seem correct, see here.
This post is licensed under CC BY 4.0 by the author.