This document describes a web application created to predict house prices using both textual and visual features of a home. The application uses two machine learning models - one trained on textual data like number of bedrooms and one trained on image data using CNN. The models are merged to make predictions. The frontend was built with Streamlit allowing users to enter home details and get price predictions without expertise. The goal was to make such a tool accessible to all through a user-friendly web interface.