A SvelteKit application for AI-powered image processing featuring background removal and image upscaling capabilities.
- Background removal using AI
- Image upscaling with neural networks
- Real-time processing in web workers
- Responsive SvelteKit interface
Install dependencies and start the development server:
bun install
bun run devCreate a production build:
bun run buildPreview the production build:
bun run preview- SvelteKit
- TypeScript
- Web Workers for background processing
- Tailwind CSS for styling