Tag

Image Recognition

0 views collected around this technical thread.

Java Architecture Diary
Java Architecture Diary
May 19, 2025 · Artificial Intelligence

How Ollama 0.7 Unlocks Local Multimodal AI with One Command

Ollama 0.7 introduces a fully re‑engineered core that brings seamless multimodal model support, lists top visual models, showcases OCR and image analysis capabilities, explains technical breakthroughs, and provides a quick three‑step guide to deploy powerful local AI vision.

AI EngineeringAI modelsImage Recognition
0 likes · 7 min read
How Ollama 0.7 Unlocks Local Multimodal AI with One Command
Spring Full-Stack Practical Cases
Spring Full-Stack Practical Cases
May 7, 2025 · Artificial Intelligence

Unlock Multimodal AI with Spring AI: Hands‑On Image & ID Recognition Cases

This article introduces Spring AI's multimodal capabilities, explains the Message API for handling text, image, audio, and video inputs, and provides step‑by‑step Spring Boot examples for image analysis, ID card extraction, and structured JSON output of car‑color counts.

Artificial IntelligenceImage RecognitionJava
0 likes · 8 min read
Unlock Multimodal AI with Spring AI: Hands‑On Image & ID Recognition Cases
php中文网 Courses
php中文网 Courses
Apr 15, 2025 · Artificial Intelligence

Using PHP to Access a Camera and Perform Image Recognition

This article explains how to use PHP to control a camera via extensions such as OpenCV or FFmpeg, integrate image‑recognition libraries like Tesseract OCR, and apply these techniques to scenarios such as security monitoring, object detection, and facial‑recognition login, enhancing application intelligence.

AICameraImage Recognition
0 likes · 6 min read
Using PHP to Access a Camera and Perform Image Recognition
ByteFE
ByteFE
Mar 7, 2025 · Artificial Intelligence

AI-Powered Home Inventory Management Application: Design, Implementation, and Experience

This article describes the development of an AI-driven home inventory management tool that addresses storage waste, food expiration, item locating, and duplicate purchases by integrating barcode scanning, image recognition, intelligent classification, and multimodal models, while also comparing the performance of Cursor and Trae IDEs and Claude‑3.5‑sonnet versus deepseek‑r1 models.

AIBarcodeHome Inventory
0 likes · 17 min read
AI-Powered Home Inventory Management Application: Design, Implementation, and Experience
Baidu Geek Talk
Baidu Geek Talk
Nov 25, 2024 · Artificial Intelligence

PP-ShiTuV2: A General Image Recognition Pipeline in PaddleX

PP‑ShiTuV2, a PaddleX pipeline that integrates subject detection, deep feature encoding, and vector retrieval, delivers 91 % recall@1 on AliProducts, surpasses earlier models by over 20 points, runs efficiently on GPU and CPU, and offers simple installation, quick‑start code, and full fine‑tuning support.

Image RecognitionModel DeploymentPP-ShiTuV2
0 likes · 8 min read
PP-ShiTuV2: A General Image Recognition Pipeline in PaddleX
Python Programming Learning Circle
Python Programming Learning Circle
Aug 24, 2024 · Game Development

Python-Based Non-Intrusive Recoil Compensation for PUBG Using Image Recognition

This article explains how to create a Python script that automatically compensates weapon recoil in PUBG by capturing the screen, recognizing equipment with OpenCV and SSIM, and moving the mouse via pynput and pydirectinput without modifying the game memory.

Game AutomationImage RecognitionPUBG
0 likes · 10 min read
Python-Based Non-Intrusive Recoil Compensation for PUBG Using Image Recognition
DaTaobao Tech
DaTaobao Tech
May 17, 2024 · Artificial Intelligence

Understanding Convolutional Neural Networks: Theory, Architecture, and Practical Techniques

The article explains CNN fundamentals—convolution, pooling, and fully‑connected layers—illustrates their implementation for American Sign Language letter recognition, details parameter calculations, demonstrates data augmentation and transfer learning techniques, and highlights how these methods boost image‑classification accuracy to around 92%.

CNNImage Recognitiondata augmentation
0 likes · 19 min read
Understanding Convolutional Neural Networks: Theory, Architecture, and Practical Techniques
php中文网 Courses
php中文网 Courses
May 10, 2024 · Artificial Intelligence

Using PHP to Operate a Camera and Perform Image Recognition

This article explains how to use PHP together with camera control libraries and image‑recognition tools such as OpenCV and Tesseract OCR to build intelligent applications, providing code examples and discussing practical use cases like security monitoring and face‑login.

AICameraImage Recognition
0 likes · 5 min read
Using PHP to Operate a Camera and Perform Image Recognition
Java Architecture Diary
Java Architecture Diary
Feb 18, 2024 · Artificial Intelligence

Boost Captcha Solving with Gemini AI: Spring Boot Integration Guide

This tutorial explains how to integrate Gemini's free API and long‑context capabilities into a Spring Boot starter to recognize image captchas, handle interference lines, and solve arithmetic challenges, providing code samples, configuration steps, and best practices for improving automation efficiency.

AIGeminiImage Recognition
0 likes · 5 min read
Boost Captcha Solving with Gemini AI: Spring Boot Integration Guide
NetEase Cloud Music Tech Team
NetEase Cloud Music Tech Team
Dec 21, 2023 · Artificial Intelligence

Video and Image Technologies in NetEase Cloud Music: Architecture, Algorithms, and Applications

The article examines NetEase Cloud Music’s video and image technology stack—covering a four‑module architecture, algorithms for content understanding, intelligent production, moderation, and interactive effects—and explains how these systems enhance user experience, streamline backend processing, and position the platform for future AIGC‑driven innovations.

AI algorithmsCloud MusicImage Recognition
0 likes · 11 min read
Video and Image Technologies in NetEase Cloud Music: Architecture, Algorithms, and Applications
Rare Earth Juejin Tech Community
Rare Earth Juejin Tech Community
Dec 11, 2023 · Frontend Development

Bypassing Juejin Slider Captcha with Puppeteer and Canvas Image Recognition

This article demonstrates how to use Puppeteer and the Canvas API to automate login on Juejin, extract the slider captcha image, apply grayscale and binarization processing to locate the gap, calculate the required drag distance, and simulate human‑like mouse movements with easing functions for successful verification.

Image RecognitionPuppeteerWeb Scraping
0 likes · 17 min read
Bypassing Juejin Slider Captcha with Puppeteer and Canvas Image Recognition
Rare Earth Juejin Tech Community
Rare Earth Juejin Tech Community
Aug 6, 2023 · Artificial Intelligence

Explaining Image Recognition: Logistic Regression and Convolutional Neural Networks

This article introduces the principles of image recognition, compares traditional logistic regression with convolutional neural networks, demonstrates their implementation using Python code, visualizes model weights, and explains key concepts such as padding, convolution, pooling, receptive fields, and multi‑layer feature extraction.

Image Recognitionconvolutional neural networkexplainable AI
0 likes · 12 min read
Explaining Image Recognition: Logistic Regression and Convolutional Neural Networks
php中文网 Courses
php中文网 Courses
Jun 21, 2023 · Backend Development

Using PHP to Recognize QR Codes and Output Their Content

This article explains how to use the PHP library phpqrcode (via Zxing) to read QR code images, extract their text content, and display it in a web browser, including installation steps and sample code.

Image RecognitionPHPQR code
0 likes · 5 min read
Using PHP to Recognize QR Codes and Output Their Content
Python Programming Learning Circle
Python Programming Learning Circle
Jun 6, 2023 · Game Development

Python‑Based Recoil Compensation for PUBG Using Image Recognition and Mouse Automation

This article explains how to build a Python tool that automatically compensates weapon recoil in PUBG by capturing the screen, recognizing equipment with OpenCV and SSIM, and moving the mouse via pynput, pyautogui, and pydirectinput based on weapon data and user input.

Game AutomationImage RecognitionRecoil Compensation
0 likes · 11 min read
Python‑Based Recoil Compensation for PUBG Using Image Recognition and Mouse Automation
Python Programming Learning Circle
Python Programming Learning Circle
Mar 21, 2023 · Artificial Intelligence

Analyzing WeChat Friend Data with Python: Gender, Avatar, Signature, and Location Insights

This tutorial demonstrates how to use Python libraries such as itchat, jieba, matplotlib, SnowNLP, and Tencent Youtu SDK to collect WeChat friend information and perform data analysis on gender distribution, avatar characteristics, signature text (including word‑cloud and sentiment analysis), and geographic location, presenting the results with visual charts and maps.

Image RecognitionNLPPython
0 likes · 14 min read
Analyzing WeChat Friend Data with Python: Gender, Avatar, Signature, and Location Insights
Zhuanzhuan Tech
Zhuanzhuan Tech
Oct 20, 2022 · Artificial Intelligence

Automated Image Review System for Second‑Hand Product Listings on ZhiZhuan Platform

This article describes how ZhiZhuan’s B2C marketplace implemented an automated image review system using computer‑vision techniques such as image matching, regression and detection to verify product‑image consistency, clarity, anti‑tamper labels, cleanliness and centering, achieving a 50% reduction in manual workload.

Image Recognitionautomationcomputer vision
0 likes · 16 min read
Automated Image Review System for Second‑Hand Product Listings on ZhiZhuan Platform
DataFunTalk
DataFunTalk
Jul 12, 2022 · Artificial Intelligence

Applying Computer Vision for Content Safety in Live Streaming: Practices and Future Directions

This presentation details how Huya leverages computer‑vision algorithms to detect and mitigate risky content such as political, pornographic, and violent material in live‑streaming and short‑video platforms, describing system architecture, labeling strategies, algorithmic pipelines, real‑time moderation techniques, and future research directions.

AI safetyImage RecognitionLive Streaming
0 likes · 11 min read
Applying Computer Vision for Content Safety in Live Streaming: Practices and Future Directions
DataFunTalk
DataFunTalk
May 28, 2022 · Artificial Intelligence

Adversarial Examples for Captcha: Techniques, Applications, and Future Directions

This article presents a comprehensive overview of adversarial example research applied to captcha systems, covering the definition and history of adversarial attacks, geometric‑aware generation frameworks, FGSM‑based attack variants, experimental results, trade‑offs between image quality and attack strength, and future work such as AdvGAN integration.

AI safetyFGSMGAN
0 likes · 14 min read
Adversarial Examples for Captcha: Techniques, Applications, and Future Directions
Python Programming Learning Circle
Python Programming Learning Circle
Nov 26, 2021 · Mobile Development

Automating Princess Connect on Android with Python, ADB, and OpenCV

This tutorial demonstrates how to use Python, ADB, and OpenCV to automate gameplay tasks in the mobile game Princess Connect, covering environment setup, device interaction, screenshot handling, image template matching, cropping, and OCR for extracting in‑game information.

ADBAndroid AutomationImage Recognition
0 likes · 9 min read
Automating Princess Connect on Android with Python, ADB, and OpenCV