From 0533e771065f02b41e696faa145760de64b60bfd Mon Sep 17 00:00:00 2001 From: Muddsair Sharif <muddsair.sharif@hft-stuttgart.de> Date: Mon, 3 May 2021 11:21:02 +0000 Subject: [PATCH] Update index.html description alignment --- public/home/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/home/index.html b/public/home/index.html index 4cb87a7..98b6bfe 100644 --- a/public/home/index.html +++ b/public/home/index.html @@ -28,7 +28,7 @@ <h1>Vehicle Detection using Machine Listening and Deep Learning</h1> - <p> + <p align="justify"> Machine Learning can work very well with image recognition, but it can also be used to recognize audio patterns. Machine listening can be used to identify audio patterns of different entities like car engine, human speaking, nature sounds etc. Aim of this thesis is to create a program which will read the labelled audio files, extract features from them, feed features to a sequential model, which will then classify these audio files of vehicles based on their sounds and then further categorize them as either light weight, medium weight, heavy weight, rail-bound or two-wheeled vehicle using the applications of machine listening and deep learning in the field of acoustics. It will also classify unlabelled test data files on a pre-trained model. Additionally, to increase the speed and performance of the software program and algorithm, the program could be executed on a High Performance Computing (HPC) system containing cluster which in turn will have many compute servers also called as nodes which will enable faster and parallel computing. This thesis provides an base model for the vehicle classification giving both advantages and disadvantages along with possibility for future extensions. </p> -- GitLab