mtg-visual-search/README.md

719 B

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