Skip to content

ISE-FIZKarlsruhe/hackaLOD23

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HackaLOD 2023

HackaLOD Gouda 2023 .

Intro to teams


To run this on your computer, first do:

docer build -t fizzysearch .

And then you can run it with something like this:

docker run --rm -it -v $(pwd):/data -e X_ENDPOINT=https://someplace/sparql -e DATA_PATH=/data -p 8000:8000 fizzysearch

At the moment you still need the data files for the semantic search in the form of pickle files to also be present in the cwd.

TODO

  • The data files are generated and cached automatically at the first run of the system.

  • Add Github action to build dockerfile

  • Refactor core functionality to separate Python package on PyPI

About

HackaLOD Gouda 2023

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published