hotpotai

Crates.iohotpotai
lib.rshotpotai
version1.0.0
sourcesrc
created_at2022-01-06 02:03:19.09904
updated_at2022-01-06 02:03:19.09904
descriptionAI tools for graphic design image editing, and copywriting
homepagehttps://github.com/sloppydaddy/hotpotai-rust
repositoryhttps://github.com/sloppydaddy/hotpotai-rust
max_upload_size
id508760
size28,792
XXIV (thechampagne)

documentation

README

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

use hotpotai::BackgroundRemover;

fn main() {
    let hotpot = BackgroundRemover::new("image.jpg");
    hotpot.save_image().unwrap()
}
Commit count: 0

cargo fmt