A SPARQL endpoint to serve machine learning models, or any other logic implemented in Python.
Built with FastAPI and RDFLib.
- Install dependencies
pip install -r requirements.txt- Run the server on http://localhost:8000
uvicorn main:app --reload --app-dir appdocker-compose up -d --build