Tag

Baidu API

0 views collected around this technical thread.

Python Programming Learning Circle
Python Programming Learning Circle
Jun 11, 2022 · Artificial Intelligence

Building a Simple Celebrity Face Matching System Using Baidu AI API and MySQL in Python

This article describes how to create a Python‑based face‑matching tool that crawls celebrity photos, stores them in a MySQL database, and uses Baidu's AI face‑compare API to identify a person from an uploaded image, presenting the matching results with similarity scores.

Baidu APIPythonface recognition
0 likes · 12 min read
Building a Simple Celebrity Face Matching System Using Baidu AI API and MySQL in Python
Java Architect Essentials
Java Architect Essentials
Dec 3, 2021 · Backend Development

Extracting Image EXIF GPS Metadata with Java metadata‑extractor and Baidu Reverse Geocoding

This article demonstrates how to use the Java metadata‑extractor library to read EXIF GPS information from photos, convert the coordinates to a human‑readable address via Baidu's reverse‑geocoding API, and provides a complete runnable example with Maven dependency and utility code.

Baidu APIGPSexif
0 likes · 12 min read
Extracting Image EXIF GPS Metadata with Java metadata‑extractor and Baidu Reverse Geocoding
Python Programming Learning Circle
Python Programming Learning Circle
Apr 17, 2020 · Artificial Intelligence

Building a Celebrity Face Recognition System with Baidu API and Python

This article details a step‑by‑step tutorial for creating a celebrity face‑matching application that crawls star information, stores images and metadata in a MySQL database, and uses Baidu's facial recognition API to compare uploaded photos, outputting similarity scores and matched celebrity details.

AIBaidu APIPython
0 likes · 11 min read
Building a Celebrity Face Recognition System with Baidu API and Python