Tutorials
Local LLM Flutter App. Part 2: RAG
Previously, we shared how to integrate a local LLM into a Flutter app. Today, we will add the RAG to the equation.
How to Build a Local LLM App with Flutter (Practical Tutorial)
In this guide, we will show how to integrate a local LLM into a Flutter app and what to consider along the way.
How to Create an API for a Civitai Generative AI Model
Civitai is a platform that hosts a variety of machine learning models. In this article, we will walk you through the process of taking a model from Civitai and creating an API for it.
How to Build a Telemedicine App Using Agora and Stripe
Recently, Perpetio completed a telehealth application that boasts a set of useful features for both patients and doctors. Let us share which features to include in a telemedicine app and how to build a telehealth app step-by-step with React Native.
5 Steps to Create AI Avatars Generator like Lensa AI: Stable Diffusion In Action
The topic of magic avatars has been gaining more and more popularity, so we decided to make a short tour of this feature so that you can understand how it all looks under the hood and learn how to create an AI image generator like Lensa.
How to Build a Bluetooth-Enabled GoPro Remote Control App With Flutter
Bluetooth is the most convenient way to control your wireless devices remotely. How about using it to give commands to a GoPro camera? In this new tutorial, we demonstrate how to create a GoPro remote control app with the Flutter framework.
How to Build an Android Wellness App with the Ktor Framework. Part II: Android
This is the second part of our Android wellness app tutorial. Previously, we demonstrated the power of the Ktor framework for the app’s backend. This time, we will show how to use Ktor for the Android side of the application.
How to Build an Android Wellness App with the Ktor Framework. Part I: Backend
“Time to try something new!” said our software developer Andrii Bei and decided to build a wellness app with the Ktor framework. Why did he opt for this tech stack and how to create a backend solely with Ktor — in our new tutorial!