#elixir #engineering
Parsing and visualizing sea current data with Elixir and Nx - DockYard
https://dockyard.com/blog/2022/11/22/parsing-and-visualizing-sea-current-data-with-elixir-and-nx
Parsing and visualizing sea current data with Elixir and Nx - DockYard
https://dockyard.com/blog/2022/11/22/parsing-and-visualizing-sea-current-data-with-elixir-and-nx
DockYard
Parsing and visualizing sea current data with Elixir and Nx - DockYard
Exploring NetCDF sea current data and plotting it into an interactive map
#elixir #engineering
Axon.Serving: Model Serving with Axon and Elixir - DockYard
https://dockyard.com/blog/2022/10/17/axon-serving-model-serving-with-axon-and-elixir
Axon.Serving: Model Serving with Axon and Elixir - DockYard
https://dockyard.com/blog/2022/10/17/axon-serving-model-serving-with-axon-and-elixir
DockYard
Axon.Serving: Model Serving with Axon and Elixir - DockYard
Learn about Axon.Serving and how you can use for model serving with Elixir.
#elixir #engineering
Why Should I use Axon? - DockYard
https://dockyard.com/blog/2022/09/13/why-should-i-use-axon
Why Should I use Axon? - DockYard
https://dockyard.com/blog/2022/09/13/why-should-i-use-axon
DockYard
Why Should I use Axon? - DockYard
Axon can be a valuable, production-ready deep learning framework. In this post, Sean Moriarity outlines when and how it's the right tool for a machine learning job.
#elixir #engineering #web development
Search and Clustering with ExFaiss - DockYard
https://dockyard.com/blog/2023/01/04/search-and-clustering-with-exfaiss
Search and Clustering with ExFaiss - DockYard
https://dockyard.com/blog/2023/01/04/search-and-clustering-with-exfaiss
DockYard
Search and Clustering with ExFaiss - DockYard
You can now use vector search with Elixir, thanks to ExFaiss.
#elixir #engineering
Semantic Search with Phoenix, Axon, and Elastic - DockYard
https://dockyard.com/blog/2022/09/28/semantic-search-with-phoenix-axon-and-elastic
Semantic Search with Phoenix, Axon, and Elastic - DockYard
https://dockyard.com/blog/2022/09/28/semantic-search-with-phoenix-axon-and-elastic
DockYard
Semantic Search with Phoenix, Axon, and Elastic - DockYard
Learn how to to create a semantic search tool for matching wines to users from natural language queries in pure Elixir
#elixir #engineering
Unlocking the power of Transformers with Bumblebee - DockYard
https://dockyard.com/blog/2022/12/15/unlocking-the-power-of-transformers-with-bumblebee
Unlocking the power of Transformers with Bumblebee - DockYard
https://dockyard.com/blog/2022/12/15/unlocking-the-power-of-transformers-with-bumblebee
DockYard
Unlocking the power of Transformers with Bumblebee - DockYard
The new Bumblebee library lets you use Elixir and integrate with popular model hubs, including HuggingFace Hub.
#elixir #phoenix
Custom styling with LiveView function component attributes
https://fly.io/phoenix-files/customizable-classes-lv-component/
Custom styling with LiveView function component attributes
https://fly.io/phoenix-files/customizable-classes-lv-component/
Fly
Custom styling with LiveView function component attributes
Using LiveView function components attributes to add new CSS classes to our component's default ones.
#elixir #engineering
Semantic Search with Phoenix, Axon, Bumblebee, and ExFaiss - DockYard
https://dockyard.com/blog/2023/01/11/semantic-search-with-phoenix-axon-bumblebee-and-exfaiss
Semantic Search with Phoenix, Axon, Bumblebee, and ExFaiss - DockYard
https://dockyard.com/blog/2023/01/11/semantic-search-with-phoenix-axon-bumblebee-and-exfaiss
DockYard
Semantic Search with Phoenix, Axon, Bumblebee, and ExFaiss - DockYard
With Bumblebee, you can run semantic searches without using Elasticsearch.
#elixir #ai
Streaming GPT-3 Responses with Elixir and LiveView
https://seanmoriarity.com/2023/02/16/streaming-gpt-3-responses-with-elixir-and-liveview/
Streaming GPT-3 Responses with Elixir and LiveView
https://seanmoriarity.com/2023/02/16/streaming-gpt-3-responses-with-elixir-and-liveview/
Sean Moriarity
Streaming GPT-3 Responses with Elixir and LiveView
Iβve updated this post to use the ChatGPT API. You can find the updated version here: I was recently messing around with the GPT-3 API and wanted to recreate the streaming generation effect tβ¦