This document presents a novel research paper recommendation system using collaborative filtering approaches. It proposes both user-based and item-based collaborative filtering to implement a recommender system. Users create profiles with their details and interests. The system then recommends different research papers to users based on similarities between the user's profile and other users' profiles (user-based) or similarities between items the user has interacted with (item-based). Four algorithms are implemented in each category and evaluated based on recommendation accuracy metrics like precision and recall. The goal is to help researchers find relevant papers more efficiently by leveraging patterns in user interests and behaviors.