Tag

box-office

1 views collected around this technical thread.

Rare Earth Juejin Tech Community
Rare Earth Juejin Tech Community
Mar 1, 2025 · Artificial Intelligence

Predicting Movie Box Office with Playwright Data Scraping and DeepSeek AI

This article demonstrates how to combine Playwright web‑scraping of multiple Chinese movie platforms with the DeepSeek AI model to automatically collect data and generate a scientific prediction of the box‑office revenue for the film "Ne Zha 2".

AI predictionDeepSeekJavaScript
0 likes · 12 min read
Predicting Movie Box Office with Playwright Data Scraping and DeepSeek AI
Python Programming Learning Circle
Python Programming Learning Circle
Aug 4, 2023 · Backend Development

Scraping Maoyan Real-Time Box Office Data with Selenium and Visualizing the Results

Using Python's Selenium library, this tutorial demonstrates how to scrape real-time box office data from Maoyan's regular page, extract movie names, total and incremental earnings, process the data with pandas, export to Excel, and create visual analyses of top‑10 films' revenues and market shares.

Data VisualizationSeleniumWeb Scraping
0 likes · 16 min read
Scraping Maoyan Real-Time Box Office Data with Selenium and Visualizing the Results
Python Programming Learning Circle
Python Programming Learning Circle
Oct 18, 2021 · Fundamentals

Analyzing and Predicting the Box Office of "The Battle at Lake Changjin" Using Python Data Scraping and Visualization

This tutorial demonstrates how to scrape Maoyan movie comments for "The Battle at Lake Changjin", clean and store the data, perform comprehensive visual analyses such as likes, city, gender, watch status, rating, user level, and creator mentions, and finally predict next‑day box office using linear regression with sklearn.

Web Scrapingbox-officedata analysis
0 likes · 4 min read
Analyzing and Predicting the Box Office of "The Battle at Lake Changjin" Using Python Data Scraping and Visualization