Recent Posts

New AI Conference For And By Developers

Author: Geertjan Wielenga Original post on Foojay: Read More AI4DEVS, September 19 in Amsterdam, is created for and by developers working with AI technologies. Our mission is simple: share practical, usable knowledge with real use cases and code. Whether you’re an experienced AI engineer or just starting to explore machine learning in your applications, AI4DEVS offers valuable knowledge for every level. All the …

Read More »

How I Improved Zero-Shot Classification in Deep Java Library (DJL) OSS

Author: Raphael De Lio Original post on Foojay: Read More Table of Contents TL;DR:What’s Zero-Shot Classification (and Why It Matters)Integrating a Zero-Shot Classification Model with the Deep Java Library Dependencies The Criteria Class Loading and using the model Using different modelsUsing a model that is not available in the Model Zoo Loading a local model with DJL Problem #1: No …

Read More »

Building a Spring Boot CRUD Application Using MongoDB’s Relational Migrator

Author: Aasawari Sahasrabuddhe Original post on Foojay: Read More Table of Contents Pre-requisitesRelational MigratorMigrating the data from the PostgreSQL schema to MongoDB Analysing the Postgres schema Creating mappings to generate the equivalent MongoDB schema Migrating the data into MongoDB Code generation with Relational MigratorBuilding Spring Boot application Examples of aggregation pipelines Conclusion Imagine this: You’re working with a relational database …

Read More »