Query Magic: the Gathering cards according to a specific prompts
- Install from source:
git clone https://github.com/chumpblocckami/myretriver
pip install -r requirements.txt
streamlit run app.py
- Docker:
docker build -f Dockerfile . -t myretriver
docker run -v ./cards:./cards -p 8080 myretriver
- From website: Go to www.streamlit.com/myretriver