Yadata is a web application that predicts the price of an apartment or house based on user input. Users enter property details, and the system returns an estimated price using a Python ML model running on a Node.js/Express backend.
git clone <your-repo-url>
cd Yadatacd backend
npm install
npm run devThe backend server runs on http://localhost:3000
cd frontend
npm install
npm run devThe frontend runs on http://localhost:5173
-
Size (m²)
-
Location
-
Number of rooms
-
Age of the property
-
Parking availability
-
Integrate a fully trained Python ML model for more accurate predictions.
-
Add additional property features such as:
-
Balcony
-
Storage
-
Furnished
-
Security features
-
-
Implement user authentication and property history tracking.
-
Prepare production deployment using Docker, Kubernetes, or OpenShift.
-
Improve UI/UX and overall user experience.