Discover and explore top open-source AI tools and projects—updated daily.
zhancheyAI-powered replication of social media portraits and posts
Top 99.8% on SourcePulse
MimicThem addresses the desire to replicate popular Xiaohongshu (Little Red Book) image-text post aesthetics. It provides a one-click solution for users to input a Xiaohongshu URL and generate visually similar content using AI. The tool automates prompt inference, image generation with variations, and copywriting, offering a streamlined workflow for content creators seeking trending styles.
How It Works
The project leverages a Python backend (FastAPI) and a Next.js frontend. Upon receiving a Xiaohongshu URL, it downloads original images and employs the ByteDance Seed 2.0 Pro model to reverse-engineer descriptive prompts. These prompts then feed into the Seedream 4.5 model for initial image generation. Subsequently, multiple prompt variations are created, and a text-to-image model generates diverse image variants, maintaining character consistency. The system also generates Xiaohongshu-style captions and tags, with results pushed via Server-Sent Events (SSE) for real-time user feedback. Parallel processing optimizes download and variant generation efficiency.
Quick Start & Requirements
pip install -r requirements.txt within backend/) and a Node.js frontend (npm install within frontend/). Backend is launched with python main.py, frontend with npm run dev.doubao-seed-2-0-pro-260215 and doubao-seedream-4-5-251128 models.http://localhost:8000, frontend on http://localhost:3000.backend/config.ini with the ARK API Key.https://b23.tv/ag2eCca.Highlighted Details
Maintenance & Community
No specific details regarding maintainers, community channels (e.g., Discord, Slack), or project roadmap are provided in the README.
Licensing & Compatibility
Limitations & Caveats
3 months ago
Inactive
lucidrains