# HotPotAI Hotpot offers AI tools for graphic design image editing, and copywriting. Hotpot services include AI copywriting, background removal, object removal, picture colorization, photo restoration, image upscaling, art personalization, app localization, and more. ### Example ```rust use hotpotai::BackgroundRemover; fn main() { let hotpot = BackgroundRemover::new("image.jpg"); hotpot.save_image().unwrap() } ```