Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/arafipro/image-generate-app

【Cloudflare Pages】Cloudflare Workers AIを使って画像生成AIアプリを作る
https://github.com/arafipro/image-generate-app

bun cloudflare cloudflare-pages cloudflare-workers-ai hono nextjs shadcn-ui tailwindcss typescript youtube

Last synced: 13 days ago
JSON representation

【Cloudflare Pages】Cloudflare Workers AIを使って画像生成AIアプリを作る

Awesome Lists containing this project

README

        

# 【Cloudflare Pages】Cloudflare Workers AIを使って画像生成AIアプリを作る

## YouTube

[!["【Cloudflare Pages】Cloudflare Workers AIを使って画像生成AIアプリを作る"](https://i.ytimg.com/vi/I56NfWNpY1w/maxresdefault.jpg)](https://youtu.be/I56NfWNpY1w)

## 技術選定

- TypeScript
- Hono
- Next.js
- Tailwind CSS
- shadcn/ui
- Cloudflare Workers AI
- Cloudflare Pages

## 機能

- Cloudflare Workers AIを使用して画像生成APIを実装
- テキストプロンプトを入力して画像を生成

## 初期設定

### NodeModule をインストール

```bash
bun install
```