Tag

baidu-ai

0 views collected around this technical thread.

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.

Web ScrapingZhihubaidu-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.

PythonZhihubaidu-ai
0 likes · 5 min read
Scraping Zhihu "Beauty" Topic Images with Python and Baidu AI Face Detection
Top Architect
Top Architect
Aug 17, 2023 · Artificial Intelligence

Implementing Face Registration and Login with Baidu Cloud AI: A Full‑Stack Demo

This tutorial walks through building a face‑registration and face‑login system using Baidu Cloud AI, covering requirement analysis, front‑end video capture, base64 image handling, back‑end Java Spring endpoints, and integration of the Baidu AipFace SDK to achieve secure biometric authentication.

DemoJava Springbackend
0 likes · 12 min read
Implementing Face Registration and Login with Baidu Cloud AI: A Full‑Stack Demo
Java Captain
Java Captain
May 12, 2022 · Artificial Intelligence

Implementing Face Recognition Login with Baidu AI and SpringBoot

This article details a step‑by‑step guide to building a face‑recognition based login system using Baidu Cloud AI services, SpringBoot, Thymeleaf, and jQuery, covering API integration, Maven dependencies, code examples for registration, detection, search, and deployment considerations.

APIJavaSpringBoot
0 likes · 12 min read
Implementing Face Recognition Login with Baidu AI and SpringBoot
Python Programming Learning Circle
Python Programming Learning Circle
Apr 22, 2022 · Artificial Intelligence

Building a Python Voice Chatbot with Baidu AI Speech Recognition and Qingyunke

This tutorial explains how to create a Python voice chatbot by recording audio, converting speech to text with Baidu AI, sending the text to the Qingyunke chatbot API for a response, and finally synthesizing the reply back into speech using pyttsx3.

ChatbotSpeech Recognitionbaidu-ai
0 likes · 8 min read
Building a Python Voice Chatbot with Baidu AI Speech Recognition and Qingyunke
php中文网 Courses
php中文网 Courses
Feb 13, 2022 · Backend Development

Using Baidu AI to Convert Photos to Anime Avatars with PHP

This tutorial demonstrates how to register for Baidu AI, obtain an AccessToken, and use a custom PHP Curl wrapper to call the Baidu image‑to‑anime API, converting a regular photo into an anime‑style avatar, with full code examples.

APIAnime AvatarPHP
0 likes · 4 min read
Using Baidu AI to Convert Photos to Anime Avatars with PHP
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.

baidu-aidata collectionface detection
0 likes · 4 min read
Scraping Zhihu "Beauty" Topic Images with Python and Baidu AI Face Detection
DataFunSummit
DataFunSummit
Aug 20, 2021 · Artificial Intelligence

Building a Simple Stock Sentiment Analysis System with Python, Web Scraping, and Baidu AI

This tutorial walks through creating a stock sentiment analysis pipeline in Python by scraping news from a financial website, applying Baidu AI's sentiment API to classify headlines, aggregating positive and negative ratios per stock, and visualizing the results with matplotlib.

Data VisualizationPythonWeb Scraping
0 likes · 9 min read
Building a Simple Stock Sentiment Analysis System with Python, Web Scraping, and Baidu AI