Tool for searching MTG cards by the contents of their artwork
Go to file
Henry Hobbs 376e9bfd1a updated readme 2024-05-26 13:32:17 -04:00
app improved search by ranking results based on how early search terms appear in captions 2024-05-25 14:11:04 -04:00
public Initial commit from Create Next App 2024-05-23 17:18:39 -04:00
types improved search by ranking results based on how early search terms appear in captions 2024-05-25 14:11:04 -04:00
.gitignore removing card data from git 2024-05-25 13:36:02 -04:00
Dockerfile initial commit of mtg page and route 2024-05-23 21:16:02 -04:00
README.md updated readme 2024-05-26 13:32:17 -04:00
docker-compose.yml initial commit of mtg page and route 2024-05-23 21:16:02 -04:00
next.config.mjs initial commit of mtg page and route 2024-05-23 21:16:02 -04:00
package-lock.json initial commit of mtg page and route 2024-05-23 21:16:02 -04:00
package.json initial commit of mtg page and route 2024-05-23 21:16:02 -04:00
tsconfig.json Initial commit from Create Next App 2024-05-23 17:18:39 -04:00

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