I'm Aiden, an AI developer and researcher based in Canada. I mostly focus on natural language processing, deep learning, and machine learning applications.
An AI powered tool for helping Candians automate the process generating tax appeals. Check it out at zherotaxappeals.com
[Work in Progress] A chatbot with retrieval augmented generation in Django. Using Langchain for RAG, Chroma for the vector database, and opensource LLMs, LLAMA 2 and Mixtral, as language models.
This project aims to summarize opinions and comments (input) on a topic collected from social media into a list of sentences (output). The summary aims to cover all the unique aspects mentioned by different comments. The input for the model is a collection comments or tweets, and the summary itself is a short bullet point list of sentences.
A simple DCGAN model trained to generate pixel-art of characters in Tensorflow.