This document describes a machine learning app that predicts housing prices based on home specifications. It uses supervised learning algorithms like multiple linear regression to analyze collected housing data and predict prices. The tools used include Python, TensorFlow, Android Studio, and Anaconda. The model works by collecting data from various sources, training on that data, and then generating price predictions based on user-inputted home details. There is room for improving the model's accuracy by incorporating new data sources over time.