Crates.io | hotpotai |
lib.rs | hotpotai |
version | 1.0.0 |
source | src |
created_at | 2022-01-06 02:03:19.09904 |
updated_at | 2022-01-06 02:03:19.09904 |
description | AI tools for graphic design image editing, and copywriting |
homepage | https://github.com/sloppydaddy/hotpotai-rust |
repository | https://github.com/sloppydaddy/hotpotai-rust |
max_upload_size | |
id | 508760 |
size | 28,792 |
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.
use hotpotai::BackgroundRemover;
fn main() {
let hotpot = BackgroundRemover::new("image.jpg");
hotpot.save_image().unwrap()
}