Portfolio
Welcome to my online portfolio.
MiniAI
This repository contains a collection of basic and initial supervised machine learning projects. These projects are designed with small, preprocessed, and simple datasets, making them ideal for learning fundamental concepts of machine learning and data science.
Data_Action
DATA_ACTION is a curated repository designed to consolidate fundamental operations essential for data exploration, data visualization, and model selection. It serves as a foundational resource, capturing key steps and operations that are often performed before diving into the core aspects of training data or building data-driven models.
Virtual_JIM
Virtual JIM is a computer vision project that utilizes the mediapipe library to detect and analyze posture while performing exercises. It focuses on providing feedback only when the detected posture is close to correct, enhancing the user's exercise experience.
Computer-vision-basics
In This repo. we have one folder THE BASIC THREE which consist of two files,The Cifar_10 and mnist_from_scratch. I directly imported data using Kaggle API instead of downloading Data. Main motto of this is to use this repo as refrence while working on my other cv projects.