-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
14 lines (13 loc) · 881 Bytes
/
about.html
File metadata and controls
14 lines (13 loc) · 881 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
<!DOCTYPE html>
<html lang="en">
<head><title>About QuantX</title>
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-5005345290707000"
crossorigin="anonymous"></script>
</head>
<body style="font-family: sans-serif; padding: 40px; line-height: 1.6; max-width: 800px; margin: auto;">
<h1>About QuantX 2026</h1>
<p>QuantX is an advanced Rank Prediction engine designed specifically for Karnataka CET (KCET) aspirants. Using a proprietary exponential regression model, we analyze historical scaling data to help students estimate their performance with ±500 accuracy.</p>
<p>Our goal is to provide transparency and clarity during the high-stress period between exams and official results. We are an independent tool and not affiliated with the KEA.</p>
<a href="index.html">← Back to Predictor</a>
</body>
</html>