AstonJ
Community Livebooks Thread - Share Yours!
Made a cool Livebook you want to share? Please do so in this thread ![]()
Trending in Discussions
As the title says, please share what you’ve been up to with Elixir. Whether that’s been learning it, looking into it, making stuff with i...
New
@chrismccord : I just saw the Extract AGENTS.md from Phoenix.new into phx.new generator commit to the phoenix project.
My initial shotgu...
New
I was working on an Ecto migration and I needed a timestamp. So, for the nth time, I looked up the different data types for timestamps, a...
New
Just a general thread to post chat/news/info relating to AI/ML stuff that may be relevant for Nx now or in the future. Got anything to sh...
New
I just stumbled on a newly redesigned elixir-lang.org. :tada: It looks like @Software_Mansion did the work, and I think it is generally a...
New
There has been a thread to discuss the Stack Overflow Developer Survey on this forum every year since 2018, so here’s yet another one for...
New
Fly’s CEO posted this recently - Turn And Face The Strange · The Fly Blog
It says that Fly is going all-in on sprites, which is a worry ...
New
Other Trending Topics
Hey, I’m Jesse and I’m the main contributor behind Dexter, a full-featured, lightning-fast Elixir LSP optimized for large codebases. It s...
New
Beam Bots (or just BB for short) is a framework for building fault-tolerant robotics applications in Elixir using familiar OTP patterns. ...
New
Hello everyone. After busy few months I am happy to announce v0.1.0 of Emerge & Solve.
They are GUI (Emerge) and State management (S...
New
Emily is an Elixir library that runs Nx computations on Apple’s MLX. Install it as the default Nx backend and Nx, defn, Axon, Nx.Serving,...
New
@hugobarauna and I (Alex Koutmos) have been hard at work on writing a book on Nerves that takes you from simply blinking LEDs to building...
New
We want to introduce a new native datatype to Erlang: native records. Although replacing all tuple records with native records is not our...
New
Latest Livebook Threads
Chat & Discussions>Discussions
Latest on Elixir Forum
Categories:
Sub Categories:
Forums
Popular Tags
- #ecto
- #liveview
- #troubleshooting
- #learning-elixir
- #deployment
- #library
- #erlang
- #testing
- #genserver
- #mix
- #absinthe
- #remote-other
- #otp
- #plug
- #how-to-question
- #macros
- #postgres
- #channels
- #elixirconf
- #exunit
- #discussion
- #code-sync
- #javascript
- #podcasts
- #onsite
- #dialyzer
- #docker
- #authentication
- #umbrella
- #full-time-contract
- #podcasts-by-brainlid
- #ecto-query
- #elixir-ls
- #phoenix_html
- #iex
- #blog-post
- #graphql
- #genstage
- #ai
- #elixirconf-us
- #websockets
- #supervisor
- #advent-of-code
- #distillery
- #processes
- #api
- #forms
- #metaprogramming
- #hex
- #performance










First 8 of 8 Posts
akash-akya
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: https://akash-akya.github.io/posts/creating-rainbow-in-vix/
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.
akash-akya
Auto correct document rotation using Vix
Using image processing techniques such as Fourier Transformation, Complex Planes.
https://github.com/akash-akya/vix/blob/master/livebooks/auto_correct_rotation.livemd
akash-akya
Video Streaming Server Using FFmpeg
An example showcasing streaming input and output with external program, which is
ffmpegin this case.https://github.com/akash-akya/ex_cmd/blob/master/livebooks/video-streaming-server-using-ffmpeg.livemd
RemyXRenard
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.formatbut it didn’t sink in immediately. After a period of darkness, I took a closer look and realized that:io_lib.formatwas 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.
joelpaulkoch
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.
clsource
Hello I created this simple livebook for “Home Economy” budget.
Works by issuing simple querys to a SQLite database.
Hope is useful
https://github.com/ElixirCL/home-economy/
felix-starman
Analyze your Gmail mailbox!
Not particularly flashy, or efficient (I don’t really care much to make it more efficient), but this was born of wanting to clean out my email and do some analysis that Gmail and many email clients aren’t going to necessarily do.
The default dataframe just sorts by the count of the
fromin descending, as I likely would use this to decide what to delete firstI may improve this in the future to separate the parsing from the dataframe. Maybe convert it to an
Explorerfriendly file format first.lukaszsamson
Connecting to and querying Apache Spark
https://github.com/lukaszsamson/spark_ex/blob/main/notebooks/spark_ex_demo.livemd