Skip to content

Query Magic: the Gathering cards according to a specific prompts

Notifications You must be signed in to change notification settings

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