This document discusses using machine learning to predict laptop prices based on laptop specifications. It proposes using a random forest algorithm on a dataset containing variables like laptop model, RAM, storage, GPU, CPU, display, and touchscreen to predict laptop price. Explanatory data analysis and preprocessing are performed before implementing the random forest model. The model achieves 89% prediction accuracy. A streamlit web app is created to demonstrate the model's laptop price predictions based on user-selected configurations. The conclusion is that the model can help students select appropriately priced laptops that meet their needs.