Skip to content
This repository has been archived by the owner on Jun 10, 2022. It is now read-only.

A simple front-end for Jina neural search framework, written in Streamlit, that supports querying with image, text, or drawing on a canvas.

Notifications You must be signed in to change notification settings

alexcg1/jina-streamlit-frontend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


Jina + Streamlit

A simple front-end for Jina neural search framework, written in Streamlit, that supports querying with image, text, or drawing on a canvas.

1. Clone repo, install requirements

git clone https://github.com/alexcg1/jina-streamlit-frontend.git
cd jina-streamlit-frontend
pip install -r requirements.txt

1. Run Docker image

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

3. Start up Streamlit front end

streamlit run app.py

4. Set endpoint

Use whatever Docker says is the right URL and port (in examples above, 45678 or 65481)

5. Search!

Text Image Draw

About

A simple front-end for Jina neural search framework, written in Streamlit, that supports querying with image, text, or drawing on a canvas.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages