pepicrft

pepicrft

Good resources to dive into AI in Elixir

Hi,

I’ve been following as an outsider all the innovation that’s happening in AI (e.g., new models coming out, Elixir libraries to work with the modela) but it’s a new world for me and would like to dive into it. What are good resources that you’d recommend to get started?

Thanks

Most Liked

ajur58

ajur58

I’m in the same spot as you are. As I’m also just getting started, I’m not the best person to give you advice, but here’s what I’m doing.

First, there’s a distinction between running your own model or using an external API. I’d like to look into both, just to understand better what options are out there.

For the former (running your own), Elixir does have some cool toys like Bumblebee and Nx. I’m rewatching the Bumblebee launch video where José Valim creates an example Phoenix app that uses AI. Based on this, I’ll build & deploy a prototype of my own, just to go through the whole process from A to Z.

Regarding the external AI / ML APIs, I guess it’s just like with any other API. Open the docs, see what features they offer, play around. Some projects on my list to look into:

  1. OpenAI APIs - just because of the ChatGPT and Dall-E craze
  2. Huggingface - lots of cool community models and datasets there, but it wasn’t super straightforward to use at first sight, will give it another shot.
  3. Tensorflow - seems powerful and I kept hearing about it, without trying it out
  4. Look into tools from the bigger cloud providers, like Google Cloud API / Amazon ML API
  5. Bonus: for inspiration, I’m reading “Life 3.0” and really enjoying it so far. Super interesting thought exercises about future scenarios, helps to get the juices flowing.

I also tried to do one of Andre Ng’s basic AI courses, and while it’s great, I didn’t find the motivation to complete it. Right now I’m more in the “just start building and have fun” camp.

My hope is that some idea for a fun project will pop into my mind while playing with these tools, once I have that specific idea everything else should be easier.

Hope this helps!

Where Next?

Popular in Questions Top

hariharasudhan94
lets say i have a sample like a = 20; b = 10; if (a > b) do {:ok, "a"} end if (a < b) do {:ok, b} end if (a == b) do {:ok, "equa...
New
Emily
I have VueJS GUIs with the project generated using Webpack. I have Elixir modules that will need to be used by the VueJS GUIs. I forese...
New
lanycrost
Hi everyone! I need implement if…else if…else condition from my elixir code, and anymore of this control flow structures not work proper...
New
PeterCarter
There are pre-rolled solutions for other frameworks that do work. However, Phoenix does not seem to have these. Have people had good expe...
New
9mm
I am constructing a JSON object (map) and I need to conditionally set a field. I’m trying to write proper elixir-way code… and I’m at a l...
New
freewebwithme
Using vs code and installed ElixirLS: support and debugger. And I got an error popped up on start up says Failed to run ‘elixir’ comma...
New
JorisKok
I have a server on AWS, and was running a load test using artillery. When looking at the Phoenix dashboard I see the Ports going to 100% ...
New

Other popular topics Top

greenz1
I have a phoenix application from which a user can download multiple(5-6) files of size 1MB. I couldn’t find anything related to sending ...
New
sergio_101
I am VERY much an elixir newbie. I have taken one elixir course and one phoenix course on Udemy. During that course, I saw the instructor...
New
shijith.k
I am trying to start a new phoenix project with elixir 1.9, but mix phx.new does not work. It says that ** (Mix) The task "phx.new" could...
New
msaraiva
Surface is an experimental library built on top of Phoenix LiveView and its new LiveComponent API that aims to provide a more declarative...
564 44139 214
New
saif
Hello everyone, Long time lurker first time poster here. I’ve recently begun working on Elixir full-time again! :raised_hands: It’s been...
New
SoCreat
i’m a new one to elixir which editor can i use vs code? or atom? Thanks! :smiley:
New

We're in Beta

About us Mission Statement