Jay Kareliya's repositories
Backend
Django-Rest Frame Work
000
Fetal_Head_Detection
this project aims to detect the fetal head using image processing techniques in Python, leveraging the powerful libraries sklearn and skimage. The process involves several steps including noise reduction, edge detection, threshold filtering, skeletonization, center detection, and ellipse fitting to approximate the circumference of the fetal head.
Language:Python000
findMyTrip
COEN 6311 Project
Language:TypeScript000
GMM-EM-model
This project demonstrates the segmentation of images using a Gaussian Mixture Model (GMM) and the Expectation-Maximization (EM) algorithm. The project applies these advanced machine learning techniques to segment both grayscale and color images, providing a comprehensive approach to image segmentation.