Skip to content
/ SISSI Public

SemantIsche SuchmaSchIne (Semantic Search Engine)

Notifications You must be signed in to change notification settings

funcai/SISSI

Repository files navigation

SISSI (SImilarity baSed Search engIne)

(SemantIsche deutSche SuchmaschIne) SISSI is an intelligent search engine that not only shows the most relevant documents for a query but also directly the best fitting passage found in them.

Running in docker

Execute the following command to build the docker container

docker build -t sissi .

After that's done, start the docker container while making sure to add your gpus and sufficient shared memory

docker run --gpus all --shm-size=1024m -it --rm -v $PWD:/tmp -w /tmp -p 8081:8081 sissi bash

To train the model run

cd src/train && python test_train.py

About

SemantIsche SuchmaSchIne (Semantic Search Engine)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published