hotpotai 1.0.0

AI tools for graphic design image editing, and copywriting
Documentation
  • Coverage
  • 23.81%
    5 out of 21 items documented0 out of 2 items with examples
  • Size
  • Source code size: 65.45 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 1.26 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Links
  • Homepage
  • Repository
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • thechampagne

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()
}