Skip to content

MaastrichtU-IDS/sparql-engine-for-python

 
 

Repository files navigation

A SPARQL endpoint to serve machine learning models, or any other logic implemented in Python.

Built with FastAPI and RDFLib.

Install and run

  1. Install dependencies
pip install -r requirements.txt
  1. Run the server on http://localhost:8000
uvicorn main:app --reload --app-dir app

Or run with docker

docker-compose up -d --build

About

✨️ SPARQL endpoint to serve machine learning models, or any other logic implemented in Python

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 95.1%
  • Dockerfile 3.0%
  • Shell 1.9%