Spaces:
Sleeping
Sleeping
Update templates/index.html
Browse files- templates/index.html +19 -3
templates/index.html
CHANGED
@@ -10,11 +10,21 @@
|
|
10 |
</head>
|
11 |
<body>
|
12 |
<div class="container">
|
13 |
-
|
14 |
-
|
15 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
16 |
</div>
|
17 |
|
|
|
18 |
<header>
|
19 |
<h1>Answer Evaluation System</h1>
|
20 |
<p>Upload images of question, student answer, and reference answer for evaluation</p>
|
@@ -124,6 +134,12 @@
|
|
124 |
<div class="score-message" id="score-message"></div>
|
125 |
</div>
|
126 |
</div>
|
|
|
|
|
|
|
|
|
|
|
|
|
127 |
|
128 |
<div class="loading-overlay" style="display: none;">
|
129 |
<div class="loading-content">
|
|
|
10 |
</head>
|
11 |
<body>
|
12 |
<div class="container">
|
13 |
+
|
14 |
+
|
15 |
+
<div style="margin-top: 10px;">
|
16 |
+
π <strong>Try with Sample Inputs:</strong><br>
|
17 |
+
<ul>
|
18 |
+
<li><a href="/static/sample_question.png" download>π Sample Question</a></li>
|
19 |
+
<li><a href="/static/sample_student_answer.png" download>π§ Sample Student Answer</a></li>
|
20 |
+
<li><a href="/static/sample_reference_answer.png" download>π Sample Reference Answer</a></li>
|
21 |
+
<li><a href="/static/sample_question1.png" download>π Sample Question_1</a></li>
|
22 |
+
<li><a href="/static/sample_student_answer1.png" download>π§ Sample Student Answer_1</a></li>
|
23 |
+
<li><a href="/static/sample_reference_answer1.png" download>π Sample Reference Answer_1</a></li>
|
24 |
+
</ul>
|
25 |
</div>
|
26 |
|
27 |
+
|
28 |
<header>
|
29 |
<h1>Answer Evaluation System</h1>
|
30 |
<p>Upload images of question, student answer, and reference answer for evaluation</p>
|
|
|
134 |
<div class="score-message" id="score-message"></div>
|
135 |
</div>
|
136 |
</div>
|
137 |
+
<div style="background-color: #fff3cd; border: 1px solid #ffeeba; padding: 12px; border-radius: 6px; margin-bottom: 20px;">
|
138 |
+
β οΈ <strong>This is a prototype</strong> developed using limited training data and basic OCR techniques.<br>
|
139 |
+
The scoring model is trained on small examples and may not reflect final production accuracy.<br>
|
140 |
+
Please try the <strong>sample files</strong> below to see expected behavior. Improvements like better OCR and larger datasets are planned.
|
141 |
+
</div>
|
142 |
+
|
143 |
|
144 |
<div class="loading-overlay" style="display: none;">
|
145 |
<div class="loading-content">
|