Blog
In-depth articles on AI agents, LLM engineering, servers, Python and software development.
This tutorial provides a detailed introduction to performing image recognition in Android applications using TensorFlow Lite. It offers clear code examples and step-by-step instructions for each proce
The article you provided covers the basic steps of image recognition using Caffe, including installing Caffe on the Ubuntu system, configuring environment variables, and how to use pre-trained models
The content you shared is very detailed, covering the entire process from Caffe model conversion, optimization using the ncnn library, to integration into Android projects. Below is a summary of your
This is a great tutorial on how to integrate the MACE framework for image recognition in an Android application. You have detailed the entire project implementation process, from the addition of depen
You have detailed how to convert a Caffe model to a prediction model using PaddlePaddle and provided complete code examples. Next, I will explain the key steps and precautions in the entire process st
Thank you for providing the detailed code examples, which will indeed help others understand how to use the ResNet model for face recognition and face comparison. There are several areas in your code
Your project has covered the complete process of image prediction using PaddleMobile, including model downloading, loading, image preprocessing, and result display. The following are some supplementar
This article provides a detailed introduction to integrating a trained PaddlePaddle model into an Android application, including steps such as building the PaddleMobile library, using JNI technology i
This article details the methods for handling permission requests in Android applications. Specifically, it is divided into several parts: 1. **Application for a Single Permission**: - First, it
This article provides a detailed introduction to the specific steps of model training and prediction using TensorFlow locally, with special emphasis on how to install and configure TensorFlow through