From 1139c6d883dd0cdd15fda1d9fce691f0ecd201d0 Mon Sep 17 00:00:00 2001
From: "K.Tharmikan" <it19149172@my.sliit.lk>
Date: Fri, 19 May 2023 18:08:09 +0530
Subject: [PATCH] Update README.md

---
 README.md | 12 ++++++++++--
 1 file changed, 10 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index 30cb790..a30bb44 100644
--- a/README.md
+++ b/README.md
@@ -38,11 +38,19 @@
 1. how can you develop accurate and efficient multiclass classification models for song mood classification using base and frequency features ?
 2. what is the impact of different audio features on classification accuracy ?
 
+**Individual Objectives**
 
+> K.Tharmikan  
+**Main objectives**
+1.To use a live camera to collect data and then train a machine-learning model using this data
+2.To utilize a Support Vector Machine (SVM) algorithm for classifying facial expressions.
+3.To provide personalized song recommendations based on the user's facial expressions
 
+**Sub objectives**
+1.To collect a dataset of facial expressions using a camera or webcam.
+2.To preprocess and label the collected facial expressions for training the SVM model.
+3.To train and evaluate the SVM model on the labeled facial expression dataset.
 
 
 
-
-* Individual objectives
 * Other necessary information
-- 
2.24.1