Topic

image-processing

Collection size
3 articles
Page 1 of 1
Python Programming Learning Circle
Python Programming Learning Circle
Jan 23, 2025 · Artificial Intelligence

Python Script for Scraping Zhihu “Beauty” Topic Images with Baidu AI Face Detection

This tutorial explains how to use Python 3 with Requests, lxml, and Baidu's AipFace SDK to crawl images from Zhihu's "美女" topic, filter them by face detection, gender, authenticity, and beauty score, and store the qualified pictures locally.

Image ProcessingZhihubaidu-ai
0 likes · 4 min read
Python Script for Scraping Zhihu “Beauty” Topic Images with Baidu AI Face Detection
Python Programming Learning Circle
Python Programming Learning Circle
Dec 4, 2023 · Backend Development

Scraping Zhihu "Beauty" Topic Images with Python and Baidu AI Face Detection

This article explains how to collect images from Zhihu's "beauty" topic using Python's Requests and lxml libraries, filter them with Baidu AI's AipFace face detection service, and store the qualified pictures locally, detailing the required environment, logic, and preparation steps.

Image ProcessingPythonZhihu
0 likes · 5 min read
Scraping Zhihu "Beauty" Topic Images with Python and Baidu AI Face Detection
Python Programming Learning Circle
Python Programming Learning Circle
Nov 22, 2021 · Artificial Intelligence

Scraping Zhihu "Beauty" Topic Images with Python and Baidu AI Face Detection

This tutorial explains how to use Python 3 with Requests, lxml, and Baidu's AipFace SDK to crawl images from Zhihu's "beauty" topic, filter them by face detection and gender criteria, and store the qualified pictures locally.

Image Processingbaidu-aidata collection
0 likes · 4 min read
Scraping Zhihu "Beauty" Topic Images with Python and Baidu AI Face Detection