henry f3b8e81388 | ||
---|---|---|
app | ||
public | ||
types | ||
.gitignore | ||
Dockerfile | ||
README.md | ||
docker-compose.yml | ||
next.config.mjs | ||
package-lock.json | ||
package.json | ||
tsconfig.json |
README.md
MTG Visual Search
Web utility to search Magic: The Gathering cards by artwork contents. Uses card data and images from the Scryfall API. Relies on caption data generated by mtg-chair-ai.
This is a Next.js project bootstrapped with create-next-app
.
Getting Started
See mtg-chair-ai for instructions on generating caption data. Data should by placed in the root directory as data.json
.
Install dependencies:
npm install
Run the development server:
npm run dev