Posts

Showing posts from August, 2021

Baby Cry Detection and Music Player

Image
Auto Baby Cry Detector Music Player Akshay Gade[1], Ashutosh Koli[2], Samarth Misal[3], Sanskruti Kakade [4], Prof. Varsha Dange [5] akshay.gade20@vit.edu [1], ashutosh.koli20@vit.edu [2], samarth.misal20@vit.edu [3], sanskruti.kakade20@vit.edu [4] Department of Computer Engineering, [1][2][3][4][5] Vishwakarma Institute of Technology, Bibwewadi, Pune, Maharashtra-411037 Abstract - Effective automatic baby cry sound detection plays a significant role in many applications of smart baby condition monitoring. In this paper, we compare machine learning and classical approaches for detection of baby cry sounds in various domestic environments under challenging signal-to-noise ratio conditions. Automatic cry detection has applications in commercial products such as baby remote monitors as well as in medical. We design a system in which baby’s cry will be detected and music player will be played after detection in order to create soothing environment for baby. Also evaluate K-Nearest ...

Algorithm Visualizer

Image
   Algorithm Visualizer Ashutosh  Koli Vishwakarma Institute of Technology, Pune Savitribai Phule Pune University, Maharashtra, India. ashutoshkoli24@gmail.com         Algorithms are hard to understand for computer science students because they dynamically modify values of elements of abstract data structures. In this project sequence of execution of algorithms is explained visually. It helps to realize the fundamental concepts of algorithms such as searching and sorting method in simple manner. Animations can help to understand algorithms, since they connect abstract concepts to real life objects and situations Algorithm Visualizer illustrates how algorithms works. It mainly aims to simplify and deepen the understanding of algorithms operation. Within the paper we discuss the possibility of enriching the standard methods of teaching algorithms, with the algorithm visualizations. As a step in this direction, we introduce the Algorithm visuali...