In this talk, I will show how you can use ScalaPy to leverage an excellent NLP library like Spacy, minimizing your discomfort of using Python, and enhancing your comfort with Scala 3 for the remaining parts of your application.
In many domains of computer science, state-of-the-art frameworks are written in Python. Natural Language Processing (NLP) is such a domain, and if you want to use cutting-edge approaches, you have to resort to Python libraries. In this talk, I will show how you can use ScalaPy to leverage an excellent NLP library like Spacy, minimizing your discomfort of using Python, and enhancing your comfort with Scala 3 for the remaining parts of your application. I will show everything from configuring your (minimal) environment to interacting with Python, defining facades, and controlling memory usage.
I propose that we can extend Mirrors to operations, and use the most natural DSL of all - plain trait definitions.
In my talk I will guide you through a deployment of a complete AI-based web service using Besom, Scala SDK for Pulumi.
We managed to alleviate almost entirely the slowdown induced by Tapir in a web socket server. The journey towards this goal was quite insightful, and we would like to share it with you.
In this talk, we’ll show first the different techniques we can use to apply constraints is our domains. Then, we’ll present Iron, its features, extensions, and integrations. We’ll finish by showcasing a fully integrated constraint-enforcing app.
Let's write a game in Scala Native, for Playdate!