updated link in readme

This commit is contained in:
Henry Hobbs 2024-05-26 14:03:41 -04:00
parent 569d1abd1c
commit 47e24ca596
1 changed files with 1 additions and 1 deletions

View File

@ -33,4 +33,4 @@ AZURE_VISION_SUBSCRIPTION_KEY=<your-subscription-key>
2. Add `-a <api_version>` to specify the Azure Cognitive Services API version. 2. Add `-a <api_version>` to specify the Azure Cognitive Services API version.
3. Add `-m <model_version>` to specify the Azure Cognitive Services model version. 3. Add `-m <model_version>` to specify the Azure Cognitive Services model version.
6. If you want to search generated captions, currently you must modify `search-cards.js` to include the keywords you want to search for. Then run `node search-cards.js` to search the captions. Maybe I'll add command line arguments for this in the future, idk. Alternatively, check out the [MTG Visual Search Web App](http://nuc2:3000/henry/mtg-visual-search) for a clean interface to search for cards. 6. If you want to search generated captions, currently you must modify `search-cards.js` to include the keywords you want to search for. Then run `node search-cards.js` to search the captions. Maybe I'll add command line arguments for this in the future, idk. Alternatively, check out the [MTG Visual Search Web App](https://git.hobbs.zone/henry/mtg-visual-search) for a clean interface to search for cards.