Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sujjeee/artoons
Generate and explore a collection of cartoon-style illustrations.
https://github.com/sujjeee/artoons
ai cloudflare drizzle-orm generative-ai hono huggingface nextjs shadcn-ui turborepo turso
Last synced: 7 days ago
JSON representation
Generate and explore a collection of cartoon-style illustrations.
- Host: GitHub
- URL: https://github.com/sujjeee/artoons
- Owner: sujjeee
- Created: 2024-08-09T13:24:52.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-09-04T05:40:19.000Z (2 months ago)
- Last Synced: 2024-10-25T03:44:17.140Z (14 days ago)
- Topics: ai, cloudflare, drizzle-orm, generative-ai, hono, huggingface, nextjs, shadcn-ui, turborepo, turso
- Language: TypeScript
- Homepage: https://artoons.vercel.app
- Size: 935 KB
- Stars: 39
- Watchers: 1
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# [Artoons](https://artoons.vercel.app/) - 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
- **Frontend Framework:** [Next.js](https://nextjs.org)
- **Styling:** [Tailwind CSS](https://tailwindcss.com)
- **UI Components:** [shadcn/ui](https://ui.shadcn.com)
- **API Framework:** [Hono](https://hono.dev)
- **ORM:** [Drizzle ORM](https://orm.drizzle.team)
- **Backend Server:** [Cloudflare Workers](https://workers.cloudflare.com)
- **Frontend Deployment:** [Vercel](https://vercel.com)
- **Monorepo Tool:** [Turborepo](https://turbo.build/repo)
- **AI Model:** [Hugging Face](https://huggingface.co)## Running Locally
1. Clone the repository
```bash
git clone https://github.com/sujjeee/artoons.git
```2. Install dependencies using pnpm
```bash
pnpm install
```3. Copy the `.env.example` to `.env` and update the variables.
```bash
cp web/.env.example web/.env
cp workers/.dev.vars.example workers/.dev.vars
```4. Migrate the database schema
```bash
cd workers
pnpm db:push
```5. Start the development server
```bash
pnpm run dev
```## How do I deploy this?
Follow the deployment guides for [Vercel](https://vercel.com/docs/monorepos/turborepo).
## Contributing
Contributions are welcome! Please open an issue if you have any questions or suggestions. Your contributions will be acknowledged.