?? X years in DevOps, now focused on AI development. I understand both the infrastructure that powers AI and the algorithms that drive intelligence.
My unique background enables me to build AI systems that aren't just innovative—they're scalable, maintainable, and production-ready from day one.
A personal AI fitness assistant that can track and record a users workouts just by using voice commands. Recognising intent from the users commands the assistant can also answer questions about the current workout.
A chatbot that points at a series of DevOps related educational ebooks, which have been parsed, chunked and stored in a vector database. Using Ollama to connect to a WebUI frontend that uses RAG to access the data related to the user questions.
A book recommender API using 2023 Amazon book dataset, which I cleaned and recuded to 3,000,000+ books. Through a mobile app this gives a user the top 10 results based on a search term or a list of genres.
A simple project to give me an introduction to AWS' AI services. This allowed a user to upload an image and recive a list objects/attributes related to the image.
A mobile bookclub app made in Flutter, hosted in AWS. This app allows the user to start or join specific book related group chats, browse and sign up to local events and suggest books for the bookclub sessions.
A game server hosted on AWS. This was a way for me to learn more about hosting and securing systems in AWS.
A bookclub website, hosted in Azure. A simple website to view all past and future books reviewed by the dookclub, with the option for members to leave reviews and ratings. I wanted to experience a different cloud provider
A fitness calculator app containing a BMI, 1 rep max and a calorie calculators. My first attempt at app development