Rasik Labs

Portfolio

AI systems built for production

Six case studies across LLM applications, computer vision, document automation, and multimodal pipelines. Each includes architecture, metrics, and production considerations.

RAG chatbot for company knowledge bases

LLM Application

RAG chatbot for company knowledge bases

Upload internal documents and ask questions in plain English. Answers stream back in seconds with expandable source citations pinned to the exact page.

Python 3.11FastAPI — async REST API and streaming responsesChromaDB — local persistent vector store with cosine HNSW index

View case study →

Invoice OCR and document automation

Document Automation

Invoice OCR and document automation

From PDF to validated JSON in under 3 seconds: vendor, line items, totals, and due dates extracted and ready for your ERP or accounting system.

Python 3.11PaddleOCR — primary OCR engineTesseract — fallback OCR for edge cases

View case study →

Retail shelf intelligence and inventory monitoring

Computer Vision

Retail shelf intelligence and inventory monitoring

Upload a shelf photo and get product counts, empty zone detection, and stock-level alerts — no manual audit needed.

Python 3.11YOLOv8m / YOLOv8sOpenCV

View case study →

Road and infrastructure damage detection

Infrastructure Intelligence

Road and infrastructure damage detection

Turn dashcam footage and drone imagery into a prioritised repair list, automatically detecting cracks, potholes, and surface damage in real time.

Python 3.11YOLOv8mOpenCV

View case study →

Video and audio intelligence system
Coming soon

Multimodal Pipeline

Video and audio intelligence system

Transcribe meetings and calls, auto-summarize, extract action items, and make any recorded content searchable in minutes.

PythonOpenAI WhisperSpeaker diarization (pyannote)
Coming soon
LLM evaluation, fine-tuning, and structured output automation
Coming soon

LLM Engineering

LLM evaluation, fine-tuning, and structured output automation

Compare baseline prompting vs LoRA fine-tuning for consistent JSON classification — with full before/after evaluation metrics.

PythonHugging Face TransformersPEFT / LoRA / QLoRA
Coming soon