Commit c718a03f authored by sachith.fernando's avatar sachith.fernando

ui fixes

||
parent 9b3fe7e2
...@@ -422,7 +422,7 @@ ...@@ -422,7 +422,7 @@
<div class="row" data-aos="fade-right"> <div class="row" data-aos="fade-right">
<div class="col-lg-6"> <div class="col-lg-6">
<div class="card shadow-lg"> <div class="card shadow-lg">
<div class="card-header text-white bg-primary"> <div class="card-header text-white bg-info">
<h2>Main Objectives</h2> <h2>Main Objectives</h2>
</div> </div>
...@@ -512,20 +512,20 @@ ...@@ -512,20 +512,20 @@
<div class="card-body"> <div class="card-body">
<ul class="list-group"> <ul class="list-group">
<li class="mx-4"> <li class="mx-4 mt-2">
Tracking student attendance using face detection and facial recognition. Tracking student attendance using face detection and facial recognition.
</li> </li>
<li class="mx-4"> <li class="mx-4 mt-3">
Notify and get opinion from the students who are absent and students who Notify and get opinion from the students who are absent and students who
are are
leaving the lecture during a specified time period. leaving the lecture during a specified time period.
</li> </li>
<li class="mx-4"> <li class="mx-4 mt-3">
Provide an overview for the lecturer regarding student behavior during Provide an overview for the lecturer regarding student behavior during
the lecture periods the lecture periods
through a web interface. through a web interface.
</li> </li>
<li class="mx-4"> <li class="mx-4 mt-3">
Identifying the student activities, emotion expressions and Identifying the student activities, emotion expressions and
concentration levels concentration levels
of students within 20-minute lecture duration using activity of students within 20-minute lecture duration using activity
...@@ -533,22 +533,22 @@ ...@@ -533,22 +533,22 @@
recognition and gaze estimation by employing computer vision recognition and gaze estimation by employing computer vision
technologies. technologies.
</li> </li>
<li class="mx-4"> <li class="mx-4 mt-3">
Convert the filtered audio through lecture audio into the text format Convert the filtered audio through lecture audio into the text format
using the speech-to-text approach using the speech-to-text approach
in order to identify the important parts of the lecture and to summarize in order to identify the important parts of the lecture and to summarize
the lecture. the lecture.
</li> </li>
<li class="mx-4"> <li class="mx-4 mt-3">
Summarize the converted text and provide the summary in a pdf format for Summarize the converted text and provide the summary in a pdf format for
students. students.
</li> </li>
<li class="mx-4"> <li class="mx-4 mt-3">
Monitoring lecturers’ evaluation by analyzing the audio data recorded in Monitoring lecturers’ evaluation by analyzing the audio data recorded in
a a
lecture hall during the lecture hours. lecture hall during the lecture hours.
</li> </li>
<li class="mx-4"> <li class="mx-4 mt-3">
Monitoring the lecturers’ interaction by tracking their posture Monitoring the lecturers’ interaction by tracking their posture
movements such as sitting, standing movements such as sitting, standing
and walking. and walking.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment