Artoons - Cartoon Style AI Images !
Artoons is an open-source website that allows users to generate and explore a diverse collection of cartoon-style illustrations.
- Generate unique cartoon-style images
- Browse a creative image collection
- Magic search with semantic capabilities
- Powered by Hugging Face for AI image generation
- Frontend Framework: Next.js
- Styling: Tailwind CSS
- UI Components: shadcn/ui
- API Framework: Hono
- ORM: Drizzle ORM
- Backend Server: Cloudflare Workers
- Frontend Deployment: Vercel
- Monorepo Tool: Turborepo
- AI Model: Hugging Face
-
Clone the repository
git clone https://github.com/sujjeee/artoons.git
-
Install dependencies using pnpm
pnpm install
-
Copy the
.env.example
to.env
and update the variables.cp web/.env.example web/.env cp workers/.dev.vars.example workers/.dev.vars
-
Migrate the database schema
cd workers pnpm db:push
-
Start the development server
pnpm run dev
Follow the deployment guides for Vercel.
Contributions are welcome! Please open an issue if you have any questions or suggestions. Your contributions will be acknowledged.