AI Agent Hub

Blog

In-depth articles on AI agents, LLM engineering, servers, Python and software development.

📝
Implementing Image Classification on Android Phones Using TensorFlow Lite
Sep 20, 2018 · Deep Learning

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

# Tensorflow # tflite # Android 966 views
📝
Installing CPU-only Caffe on Ubuntu
Sep 08, 2018 · Deep Learning

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

# Caffe # cpu # Predicted Image 846 views
📝
Implementing Image Classification with Tencent's ncnn on Android Phones
Sep 05, 2018 · Deep Learning

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

# ncnn # Android # Image Classification 782 views
📝
Implementing Image Classification on Android Phones Using MACE
Aug 22, 2018 · Deep Learning

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

# MACE # Android # Deep Learning 850 views
📝
Converting Caffe Models to PaddlePaddle Fluid Prediction Models
Aug 21, 2018 · PaddlePaddle

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

# PaddlePaddle # Caffe # Model Conversion 756 views
📝
Face Comparison and Recognition Using PaddlePaddle
Aug 05, 2018 · PaddlePaddle

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

# PaddlePaddle # Face Comparison # CASIA WebFace 750 views
📝
Implementing Image Classification on Android Phones Using PaddleMobile
Jul 23, 2018 · PaddlePaddle

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

# Android # paddle-mobile # Deep Learning 869 views
📝
Notes on "My PaddlePaddle Learning Journey" (14) —— Migrating PaddlePaddle to Android Devices
Jul 22, 2018 · PaddlePaddle

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

# PaddlePaddle # Deep Learning # Android 901 views
📝
Dynamic Permission Request for Single or Multiple Permissions in Android
Jul 14, 2018 · Android

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

# Android # Dynamic Permission Application # Dynamic Application for Multiple Permissions 746 views
📝
Installation of TensorFlow
Jul 08, 2018 · TensorFlow

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

# Tensorflow # Ubuntu # Windows 927 views