A Python package to simplify querying DBpedia.
- Natural language to SPARQL translation
- Results clustering and visualization
- Pre-built music query templates
For Users:
python3 -m venv .venv
source .venv/bin/activate
pip install git+https://github.com/Ibra2477/WS.gitFor Development:
git clone https://github.com/Ibra2477/WS
cd WS
python3 -m venv .venv
source .venv/bin/activate
pip install -e .If you want use llms first enter your api keys to .env (consult env.template for intended format)
Now you can run the frontend app with:
querif run app