How to run this project?
This project looks really amazing and the demo site works super well. When I wanted to run it myself I thought it was a bit hard to know where to get started. Do you have any documentation on how to run this?
@freeall I made some progress getting it to run, but there's a lot of undocumented steps & I couldn't get card detection to work.
I'm on a m1 mac so your setup might be a little different:
setup
download allPrintings from mtg json & place in resources/AllPrintings.json
setup poetry environment for dependencies
install poetry with pipx
pipx install poetry
upgrade numpy(optional ... I had to run this because I'm on m1 mac & ran into dependency issues)
poetry add numpy@latest
install dependencies with poetry
poetry install
run the app
start the poetry shell
poetry shell
run the bottle app to start the server
python bottle_app.py