Skip to content

Project for creating and training a TensorFlow model to recognize MTG cards

License

Notifications You must be signed in to change notification settings

jav76/MTG-Recognition-Model

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GitHub Actions Workflow Status

GitHub Actions Workflow Status

GitHub License

CodeFactor Grade

Codacy grade

MTG Recognition

The intent of this project is eventually going to be to train some sort of model to recognize Magic the Gathering cards from images. The general workflow will be to first use the Scryfall API to download "clean" images of cards along with the card data, and store that information in something like a SqlLite database. That data can then be matched up to the card image. Once the basic foundation is built for clean data, some sort of interface for uploading real world images could be used for additional training.

Overview and Project Structure

Lots of TODOs here. The MTGRecognition project is the main entry-point. I'd like to build a shell or something around this eventually. The only other project currently is the MTGDataAccess project as a library for any data handling.

MTGRecognition

The entire solution is currently built into a self-contained single-file executable via the github workflow. This produces MTGRecognition.exe for different platforms, currently:

  • win-x64
  • win-x86
  • win-arm64
  • linux-x64
  • linux-arm
  • linux-arm64

At this point these platform targets don't have much reasoning besides variety and multi-platform compatibility.

MTGDataAccess

This project should be used for any sort of data interaction within the solution. This could include API calls and response consumption, file I/O, database access, etc.

Scryfall API

Currently the only sort of "data access" is for the Scryfall API.

About

Project for creating and training a TensorFlow model to recognize MTG cards

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages