What Drives Me
I like learning how intelligent systems work: how data is prepared, how models learn, and how results improve through iteration.
// README.md
This portfolio is kept as a small workspace: start with the AI profile, inspect the project evidence, then open proof or contact without searching.
I like learning how intelligent systems work: how data is prepared, how models learn, and how results improve through iteration.
Applied Computer Science at Thomas More University from 2023 to 2026, with strong school preparation in Tirana.
Albanian native, English IELTS 7.5, and B1 German, Turkish, and French for international environments.
// about.me.md
A deeper view of who I am, what I am focused on, and how I want to grow as an AI Developer.
I am based in Geel, Belgium, studying Applied Computer Science at Thomas More University. My main focus is artificial intelligence, machine learning, deep learning, data, natural language processing, and model training.
AI interests me because it is not only about writing code. It is about preparing data well, testing assumptions, understanding why results change, and turning complex behavior into something useful and understandable.
I like understanding how models learn, why results change, and how data, experimentation, and feedback can make intelligent systems better. I prefer improving through small iterations instead of trying to make the first version perfect.
My background includes Python, SQL, Java, JavaScript, PHP, Laravel, databases, business intelligence, data engineering, cloud AI tools, and application security basics.
I work best when the goal is clear, the feedback loop is honest, and there is space to test ideas. I like breaking large problems into smaller steps and improving the result with evidence.
I value communication and international environments. I speak Albanian natively, English at C1 with IELTS 7.5, and German, Turkish, and French at B1 level. Sports, travel, and different cultures help me stay curious and adaptable.
My goal is to gain more experience with machine learning and data projects, especially work where models, data quality, and product thinking come together. I want to help build intelligent systems that are useful, understandable, and well made.
// projects.case
Six projects that support the AI Developer direction: agents, local NLP, machine learning systems, data, analytics, UX, and useful web interfaces.
ai_case
A multi-agent adaptive tutoring platform with 5 specialized agents, RAG over uploaded documents, student memory, feedback adaptation, and streaming chat.
A student chats with one assistant, while an orchestrator routes each question to a tutor, content curator, quiz generator, or exercise generator.
Built the FastAPI backend, multi-agent flow, RAG pipeline, Qdrant document search, Redis session memory, React interface, and Dockerized infrastructure.
railway_ai_case
A GDPR-compliant railway dispatching assistant, also framed as TrackGuard, that turns dispatcher-driver radio communication into classified, urgency-ranked incident reports, fully on-device.
TrackLine helps railway dispatchers process emergency radio traffic by transcribing audio, separating speakers, classifying incidents, extracting entities, and generating structured reports.
I owned the AI module: Whisper, two diarization approaches, semantic classification with ChromaDB, urgency scoring, FastAPI endpoints, and the Streamlit dashboard.
mlops_case
Two production-ready prediction systems: UK housing price prediction and UK electricity demand forecasting, built with LightGBM and deployed with cloud infrastructure.
A pair of deployable ML systems for regression and time-series forecasting, wrapped in APIs and Streamlit applications.
I focused on the housing model pipeline, feature engineering, training, deployment architecture, Docker orchestration, and Oracle Cloud setup.
data_case
Business intelligence dashboard turning Airbnb listing data into pricing and booking insights.
A data visualization project using raw Airbnb data to surface pricing and listing patterns.
Cleaned data, explored patterns, and shaped dashboard views around practical business questions.
supporting_web_case
Laravel and Livewire platform for incoming Thomas More students to find housing and programmes.
A student-support platform that centralizes housing, programmes, and practical information for incoming Thomas More students.
Worked on Laravel functionality, database structure, interface implementation, and project collaboration.
ux_case
Research and high-fidelity Figma prototype for a training sessions app at Thomas More.
A product-design project focused on understanding users and translating research into clear app flows.
Worked through research, journeys, wireframes, prototype screens, and usability feedback.
// Realisation Paper Marin Janushaj.pdf
The main internship document for the Smart NV / SmartGames project. This is the primary file in the Internship folder.
main_pdf
A 52-page realisation paper documenting the SmartGames internship project: analysis, implementation, evaluation, results, and the final technical reflection.
The project became more than a model demo. It connects phone capture, computer vision, deterministic puzzle logic, debug evidence, manual correction, and product-style UI flows.
AI should not be trusted alone in a rules-based product. The model proposes masks, while board geometry and the exact-cover solver verify whether the state is actually playable.
// Project Plan Smart NV IQ Puzzler Pro.pdf
The planning document for the Smart NV internship project: scope, goals, technical approach, risks, phases, and success criteria.
planning_pdf
An updated project planning paper for the IQ Puzzler Pro computer vision puzzle tracking system, aligned with the final realised internship scope.
It translates the internship into a structured planning document: problem, client context, project boundaries, technical approach, dependencies, risks, success criteria, and future roadmap.
The Realisation Paper shows what was built. This plan shows how the work was scoped and organised before and during implementation.
// Final reflection.pdf
The closing reflection for the Smart NV internship: what was achieved, what still remains, and what changed in the way I work.
reflection_pdf
A 5-page reflection on the Smart NV internship, covering the IQ Puzzler Pro computer-vision prototype, client value, remaining work, and personal growth.
It looks back on the delivered front-board workflow, back-board workflow, Remix prototype, YOLO segmentation, board-state reconstruction, validation, hints, solving, and STL export work.
The plan explains how the work was scoped. The paper explains what was built. The reflection explains what was learned and what should happen next.
// internship/summary.md
A concise explanation of the SmartGames internship project, separate from Selected work.
From February to May 2026, the assignment explored how IQ Puzzler Pro could be supported by a digital companion that recognises a real board and helps the player continue.
The flow combines phone capture, YOLO segmentation, OpenCV perspective correction, exact 55-cell mapping, and an exact-cover solver for validation, hints, and solving.
The delivered direction included front-board recognition, back-board recognition, debug screens, manual correction, and a Remix prototype for generated shapes, printable material, and STL export.
// internship/stack.json
{
"backend": ["Python", "FastAPI"],
"computerVision": ["OpenCV", "NumPy", "YOLO v26 nano segmentation"],
"machineLearning": ["Ultralytics YOLO", "PyTorch", "ONNX"],
"frontend": ["React", "Vite", "TypeScript"],
"dataGeneration": ["Blender Python", "Synthetic data", "Automatic labels"],
"logic": ["55-cell board state", "Exact-cover solver", "Hint and solve endpoints"],
"exports": ["PDF booklet", "SVG", "STL"]
}
// learning.case
A multi-agent adaptive tutoring platform with RAG, session memory, feedback adaptation, and production-style infrastructure.
multi_agent_system
A student chats with it like ChatGPT, but behind the scenes an Orchestrator agent analyzes the question and routes it to the right specialist.
It uses intent routing, document-grounded answers, adaptive teaching, real-time web curation, session persistence, streaming responses, and Dockerized infrastructure.
A multi-agent AI tutor that learns how you learn — RAG, adaptive difficulty, and 5 specialized agents behind one chat box.
// trackline-ai.case
A privacy-first railway incident detection system built in a 7-person cross-disciplinary team, with my ownership focused on the AI speech-and-language module.
local_nlp_pipeline
A GDPR-compliant dispatcher assistant that listens to railway radio traffic and turns it into structured, urgency-ranked incident data in seconds.
I built the AI service that the .NET backend and React frontend integrated against, which meant designing stable API contracts and making the AI output usable for the rest of the product.
The module includes two diarization paths: a fast railway-keyword heuristic around 1 second and a more accurate pyannote.audio voice-based path around 5 seconds, exposed through a comparison endpoint.
// ml-prediction-systems.case
An end-to-end machine learning project covering UK housing price prediction and UK electricity demand forecasting.
prediction_systems
Built with my teammate Yunus Eren ERTAS: two deployable ML systems using LightGBM, Streamlit interfaces, Dockerized services, and cloud-hosted infrastructure.
Housing dataset pipeline, feature engineering, model training, deployment architecture, Docker orchestration, and Oracle VM setup.
The systems show applied ML beyond notebooks: full-data training, feature engineering, APIs, deployment, and usable prediction interfaces.
// airbnb-dashboard.case
A business intelligence project turning listing data into practical pricing and booking insight.
dashboard_system
The dashboard organizes Airbnb data into a clear analytical view so patterns become easier to inspect and explain.
// campus-bridge.case
A Laravel and Livewire platform helping incoming Thomas More students find housing, programmes, and support.
web_platform
The project centralizes practical information for students arriving at campus, with clear flows for housing and programme discovery.
// skil2-training.case
A UX research and prototyping project for a training sessions app at Thomas More.
prototype_system
The work moved from user research and journeys into wireframes, high-fidelity screens, and usability feedback.
// stack.json
AI, data, programming, cloud tools, languages, and soft skills that support AI/data-related opportunities.
{
"aiData": ["Machine Learning", "Deep Learning", "NLP", "Business Intelligence", "Data Engineering", "Model Training", "Qdrant", "SQL"],
"programming": ["Python", "Java", "JavaScript", "PHP", ".NET", "HTML", "CSS", "Sass", "React", "Laravel", "Livewire"],
"cloudTools": ["AWS", "Cloud AI platforms", "Scrum", "Figma", "Application security basics"],
"languages": ["Albanian native", "English C1 / IELTS 7.5", "German B1", "Turkish B1", "French B1"]
}
The core direction is learning how models work, improving results, and applying AI to practical projects.
International communication and continuous learning are part of the profile, not side notes.
// proof.md
Education, experience, awards, and certifications kept close to the work for quick review.
Updated one-page CV with education, IT skills, activities, awards, and contact details.
Certified course connected to earlier Computer Science preparation.
Business and Informatics Technology company experience, 2022 - 2023.
February 2026 - May 2026, focused on AI-related professional experience.
// contact.md
The fastest way to reach me for AI, data, internship, or collaboration opportunities is email or LinkedIn.