Skip to content

chumpblocckami/myretriver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

8 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

๐Ÿ” MyRetriver ๐Ÿ”

logo

Query Magic: the Gathering cards according to a specific prompts

How to install:

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

NB: It needs a valid OPENAI_API_KEY

About

Query Magic: the Gathering cards according to a specific prompts

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published