This repo is deprecated. Please search my repos for "example" where you can find many Jina apps with Streamlit frontends!
A simple front-end for Jina neural search framework, written in Streamlit, that supports querying with image, text, or drawing on a canvas.
git clone https://github.com/alexcg1/jina-streamlit-frontend.git
cd jina-streamlit-frontend
pip install -r requirements.txt
For text:
docker run -p 45678:45678 jinaai/hub.app.distilbert-southpark
For image:
docker run -p 65481:65481 -e "JINA_PORT=65481" jinaai/hub.app.bitsearch-pokedex search
streamlit run app.py
Use whatever Docker says is the right URL and port (in examples above, 45678
or 65481
)
Text | Image | Draw |