Wallpaper Management Library
A smart wallpaper management service based on Python Flask that integrates AI image analysis and renaming functions and provides a Web interface to browse and manage wallpapers.
- Wallpaper library management: Automatically scan local pictures, organize them by categories and tags, generate thumbnails in real time, and support batch operations and file renaming specifications. - Web interface and search: Responsive dark themes, mobile-friendly; quick filtering and preview by category/keyword. - API interface: Provides endpoints such as paging list, category acquisition, cache cleanup, and wallpaper settings to facilitate secondary integration and automation. - Data and performance: Persistence directories are used to store wallpapers, thumbnails and cache records; thumbnails are automatically built for the first visit, and subsequent hits are cached to improve response.

