Made a cool Livebook you want to share? Please do so in this thread
Creating rainbow using Vix
Creating Rainbow. Quick introduction to working with complex numbers and its operations, mapim
, buildlut
.
There is non-interactive blog post version of the same here: Creating Rainbow using Vix đ - *scratch*
I am thinking of writing few livebooks to showcase few core libvips operations that are powerful but lack discoverability or difficult to get the intuition. This is first in the direction. Iâm writing as Iâm trying to better understand concepts myself, so corrections or any type of feedbacks are welcome.
Auto correct document rotation using Vix
Using image processing techniques such as Fourier Transformation, Complex Planes.
Video Streaming Server Using FFmpeg
An example showcasing streaming input and output with external program, which is ffmpeg
in this case.
Examples of :io_lib.format in a Livebook
I was doing some number formatting for an Exercism.io exercise (the Ledger refactoring) and was lamenting the lack of printf or strfmt. I looked briefly at :io_lib.format
but it didnât sink in immediately. After a period of darkness, I took a closer look and realized that :io_lib.format
was just the ticket.
I didnât find many examples, so I put together a livebook that covers much of the use of :io_lib.format. Itâs fairly straightforward and doesnât exploit any wild Livebook functionality, but perhaps it will be helpful.
I havenât published a livebook before, so let me know if itâs not working as expected.
Cheers.
Stable Diffusion with ControlNet in Bumblebee
With ControlNet you can guide the text to image process of Stable Diffusion.
In this livebook you can give Stable Diffusion a scribble image.
Here the bird image that I used as input in the âScribble birdâ section:
You can use other types of input images as well, the ones listed here should work: lllyasviel/sd-controlnet-scribble · Hugging Face
You need more than 8GB of RAM to run Stable Diffusion and generating images takes some time. For instance, on my CPU itâs around 5 minutes.
Hello I created this simple livebook for âHome Economyâ budget.
Works by issuing simple querys to a SQLite database.
Hope is useful