On Check

github

A Java-based application built with Maven, following standard enterprise development practices.

This project implements a predictive analytics web application for estimating residential property values, focusing on both house price prediction and land price prediction. At its core, the system integrates machine learning-driven valuation models with a backend API layer, enabling structured inputs (such as area, location attributes, built-up specification, and land metrics) to produce reliable price estimates. The solution combines data-driven modeling with a scalable server architecture, delivering an end-to-end forecasting capability that supports real estate decision-making.

Project Screen Shot
Main Interface
Project Screen Shot
Login Interface

At its current stage, onCheck represents an early-phase implementation, suitable for learning and experimentation. With added documentation, clear feature definitions, and versioning, it can evolve into a production-ready or showcase-level application.

Key Features:

  • Tally Better Tally method
  • Safe Storage Best for Storing tallies per Date

What I Learned / Achieved

  • Structuring a Java project using Maven best practices
  • Separating backend logic from presentation concerns
  • Building and styling a simple UI for a Java-based application