# MTG Visual Search Web utility to search Magic: The Gathering cards by artwork contents. Uses card data and images from the [Scryfall API](https://scryfall.com/docs/api). Relies on caption data generated by [mtg-chair-ai](https://git.hobbs.zone/henry/mtg-chair-ai). This is a [Next.js](https://nextjs.org/) project bootstrapped with [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packages/create-next-app). ## Getting Started See [mtg-chair-ai](https://git.hobbs.zone/henry/mtg-chair-ai) for instructions on generating caption data. Data should by placed in the root directory as `data.json`. Install dependencies: ```bash npm install ``` Run the development server: ```bash npm run dev ```