Join us for an interactive session where we’ll walk through the creation of a fully functional iOS mobile app using LiveView Native and Livebook.
We’ll showcase how to build a mobile app that incorporates AI-powered features such as text classification and sentiment analysis, allowing real-time interaction and insights.
Participants will have the chance to connect to the app live during the session, explore its functionality, and see firsthand how the Elixir ecosystem empowers AI/ML and mobile application development.
⚫️ Who is this for?
→ Developers interested in AI/ML and mobile application development or anyone who is interested in knowing more about Elixir.
⚫️ What we'll cover ⤵️
→ Text classification in 3 minutes
↳ We will begin with a blank Livebook notebook and setup the notebook for performing text classification on incoming text
→ Sentiment analysis in 1 minute
↳ Next we will define a second AI task that will perform sentiment analysis on our incoming text.
→ Concurrent classification and analysis in 5 minutes
↳ Elixir makes concurrent work simple so we will execute our text classification and sentiment analysis in a single function call. Our function will stream results as they complete.
→ Mobile application in 5 minutes
↳ Next we will add a LiveView Native application to our notebook. The LVN application will accept a sentence, send the text to our text classification serving, and display results.
→ Try it out for yourself!
↳ Connect to our iOS mobile application from your device