This document proposes a model to parallelize the frequent itemset mining process using GPUs instead of multi-core processors. It aims to speed up the mining process and allow it to handle large datasets more efficiently. The model parallelizes the FP-growth algorithm at different levels without generating the FP-tree. It first sorts the transaction database in parallel using GPUs for preprocessing. It then groups the transactions based on the first item and mines for frequent itemsets within each group in parallel on the GPU. Preliminary results show the sorting step is significantly faster when parallelized on the GPU compared to serial processing. The overall goal is to efficiently mine large datasets using the low-cost and high-performance capabilities of GPUs.