This document describes a disease prediction system that uses the Random Forest classification algorithm to predict Dengue, diabetes, and swine flu. The system trains on labeled datasets for each disease. It then takes user-entered symptoms as input and predicts the likelihood of each disease. If a disease is predicted to be positive, the system recommends a specialized doctor. The document discusses related work on disease prediction using data mining techniques. It provides an overview of how the Random Forest algorithm works for classification problems and ensemble learning. The proposed system aims to help users predict diseases and find appropriate doctors for treatment.