Inference Systems Lab
Kendi sunucunda çalışan AI inference platformu: web arayüzü, API orkestrasyonu ve LLM/görü modelleri için GPU destekli inference motorları.
PythonC++llama.cppDockerRunPodNVIDIA GPU
GitHub’da görAn end-to-end AI inference platform that takes a request from a business team all the way to a benchmarked, monitored response. The goal was to run large language and vision models on self-managed GPU infrastructure instead of paying per-token API pricing.
How it works
The workflow moves through five stages:
- Business Teams submit a task through a simple web interface.
- Web Interface collects the prompt/input and hands it to the backend.
- API & Orchestration routes the request to the right engine and manages batching, queuing, and retries.
- Inference Engines run the actual models - LLMs, vision models, and optimization passes.
- Results & Insights return the response along with benchmarks and live monitoring.
Infrastructure
Everything runs on containerized GPU compute with object storage underneath - Docker for packaging, RunPod / NVIDIA GPUs for compute, and a storage layer for model weights and artifacts. The stack is built to swap models in and out without touching the orchestration layer.