Tagged articles
22 articles
Page 1 of 1
Baidu MEUX
Baidu MEUX
Jun 19, 2024 · Artificial Intelligence

How Baidu’s AI Publisher Transforms Holiday Images with Offline and Online Style Transfer

This article details Baidu APP’s AI Publisher, explaining the research behind its offline and online stylization modes, the complete generation pipelines, core AI technologies such as template creation, face‑merging, large‑model style transfer, custom model training, and showcases the resulting festive visual effects.

AI image generationBaidu AIStyle Transfer
0 likes · 10 min read
How Baidu’s AI Publisher Transforms Holiday Images with Offline and Online Style Transfer
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.

BackendBaidu AIJava Spring
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.

APIBaidu AIJava
0 likes · 12 min read
Implementing Face Recognition Login with Baidu AI and SpringBoot
Python Crawling & Data Mining
Python Crawling & Data Mining
Feb 22, 2022 · Artificial Intelligence

Create a Dancing Word‑Cloud Video with Python and AI

This tutorial walks through downloading a dance video, extracting frames, using Baidu AI for person segmentation, generating word‑cloud masks, and stitching the results into a dancing word‑cloud video with Python, OpenCV and the WordCloud library.

Baidu AIComputer VisionOpenCV
0 likes · 8 min read
Create a Dancing Word‑Cloud Video with Python and AI
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 AvatarBaidu AI
0 likes · 4 min read
Using Baidu AI to Convert Photos to Anime Avatars with PHP
ITPUB
ITPUB
Jun 6, 2020 · Artificial Intelligence

How to Use the Open‑Source OCR Translator for Videos, Games, and PDFs

This guide explains how to set up and operate a free open‑source OCR‑based translator that captures on‑screen text from videos, games, or PDFs, registers the required Baidu AI API keys, configures translation sources, and demonstrates its performance on real content.

Baidu AIGitHubOCR
0 likes · 5 min read
How to Use the Open‑Source OCR Translator for Videos, Games, and PDFs
MaGe Linux Operations
MaGe Linux Operations
Nov 26, 2019 · Artificial Intelligence

Create Cute Voiceovers with Baidu TTS and Python

This guide shows how to use Baidu's AI speech synthesis service with Python, covering SDK installation, app creation, obtaining credentials, and sample code to convert text—including daily quotes from an external API—into audio files, even customizing voice styles.

APIBaidu AIPython
0 likes · 5 min read
Create Cute Voiceovers with Baidu TTS and Python
Liangxu Linux
Liangxu Linux
May 6, 2019 · Fundamentals

Build a DIY Smart Alarm Clock on Raspberry Pi with Python and Cron

This guide walks you through creating a Raspberry Pi‑based alarm clock that fetches weather data, converts it to speech using Baidu AI, plays audio with pygame, and triggers automatically via a Linux cron job, covering hardware requirements, Python code, and scheduling steps.

Alarm ClockBaidu AIIoT
0 likes · 7 min read
Build a DIY Smart Alarm Clock on Raspberry Pi with Python and Cron
MaGe Linux Operations
MaGe Linux Operations
Mar 13, 2018 · Backend Development

Crawl Zhihu’s “Beautiful Women” Images and Filter by AI Face Scores in Python

This guide explains how to collect images from Zhihu’s “美女” topic using Python’s Requests and lxml, filter them with Baidu’s AipFace API based on gender, face presence, authenticity, and beauty score, and store the high‑quality results locally, including setup and optional customizations.

Baidu AIData FilteringFace Detection
0 likes · 7 min read
Crawl Zhihu’s “Beautiful Women” Images and Filter by AI Face Scores in Python