artoons

Generate and explore a collection of cartoon-style illustrations.

Stars
38

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.

Features

  • Generate unique cartoon-style images
  • Browse a creative image collection
  • Magic search with semantic capabilities
  • Powered by Hugging Face for AI image generation

Tech Stack

Running Locally

  1. Clone the repository

    git clone https://github.com/sujjeee/artoons.git
    
  2. Install dependencies using pnpm

    pnpm install
    
  3. Copy the .env.example to .env and update the variables.

    cp web/.env.example web/.env
    cp workers/.dev.vars.example workers/.dev.vars
    
  4. Migrate the database schema

    cd workers
    pnpm db:push
    
  5. Start the development server

    pnpm run dev
    

How do I deploy this?

Follow the deployment guides for Vercel.

Contributing

Contributions are welcome! Please open an issue if you have any questions or suggestions. Your contributions will be acknowledged.

Related Projects