Hi, I’m Amrin. I build software, data, and AI projects with a focus on practical, deployed systems. This website showcases live applications that demonstrate my work in backend development, data analysis, and AI integration.

News Headline Trend Analyser

A data analysis web application for exploring patterns in online news headlines. It collects article titles from RSS feeds, stores them in SQLite, applies n-gram analysis, and visualises phrase trends across sources and categories. The project demonstrates backend data ingestion, text analysis, database design, and interactive visualisation.

Tech stack

Python FastAPI SQLite Plotly Linux VPS

Document Intelligence Workspace

A document intelligence web application for researching real document collections. It ingests text, Markdown, and PDF files, retrieves relevant evidence, and generates grounded answers using a locally hosted Ollama language model.

Tech stack

Python FastAPI SQLite Ollama RAG