Pinned Repositories
.ass-file-subtitle-time-shift
takes a time shift duration in seconds and shift all dialogs by that duration and save it back to the file
building-kmeans-algorithms-using-python
building the k-means algorithm using python
Car-Purchase-Prediction-using-decision-tree
Car-Purchase-Prediction-using-logistic-regression
Clustering-facebook-posts-using-KMeans
Clustering facebook posts using KMeans provided by the sklearn library in python
crime_junckie_flutter-
Flutter MVVM App for 'Crime Junkie' Feed A Flutter application that uses the MVVM pattern to display content from the 'Crime Junkie' podcast feed.
DBSCAN-algorithm-from-scratch-using-python
a simple implementation of the DBSCAN clustering algorithm using python
green-screen-images-backgroud-removing
the script uses clustering to distinguish green background color and the the image in the foreground and removes the background
implementing-mean-shift-clustering-algorithm-in-python
Kamal02D
Config files for my GitHub profile.
Kamal02D's Repositories
Kamal02D/.ass-file-subtitle-time-shift
takes a time shift duration in seconds and shift all dialogs by that duration and save it back to the file
Kamal02D/building-kmeans-algorithms-using-python
building the k-means algorithm using python
Kamal02D/Car-Purchase-Prediction-using-decision-tree
Kamal02D/Car-Purchase-Prediction-using-logistic-regression
Kamal02D/Clustering-facebook-posts-using-KMeans
Clustering facebook posts using KMeans provided by the sklearn library in python
Kamal02D/crime_junckie_flutter-
Flutter MVVM App for 'Crime Junkie' Feed A Flutter application that uses the MVVM pattern to display content from the 'Crime Junkie' podcast feed.
Kamal02D/DBSCAN-algorithm-from-scratch-using-python
a simple implementation of the DBSCAN clustering algorithm using python
Kamal02D/green-screen-images-backgroud-removing
the script uses clustering to distinguish green background color and the the image in the foreground and removes the background
Kamal02D/implementing-mean-shift-clustering-algorithm-in-python
Kamal02D/Kamal02D
Config files for my GitHub profile.
Kamal02D/logistic-regression-predicting-whether-income-can-exceeds-50k-or-not
Kamal02D/Object-Trucing-Using-mean-shift-algorithm
this simple script uses mean shift clustering algorithm to truck objects in video
Kamal02D/Predicting-the-age-of-abalone-using-Linear-Regression
Kamal02D/Predicting-the-concrete-strength-using-LinearRegression
Kamal02D/predicting-the-medical-cost-using-linear-regression
The script's goal is to use the Sklearn Python Library to build a linear regression model that anticipates the cost of medical care based on a variety of characteristics, including age, geography, and other factors.
Kamal02D/prediction-breast-cancer-recurrence-usi-ng-Linear-Support-Vector-Classification
Kamal02D/scarping-yugioh-cards-data-from-yugioh.com
scraping the yogioh cards from the yogioh.com website using BeautifulSoup library in python and storing the scraped data in csv format . the execution might take a long time , in my case it took 40 minutes, in your case could be less or longer depending on the internet speed and the CPU.
Kamal02D/SMS-spam-detection-android-application
analyzing SMS using 5 different machine learning algorithms and visualizing the results using android
Kamal02D/taking-a-decision-about-a-patient-status-using-logistic-regression
building a model using the sklearn library of python that determine if a patient should be sent to Intensive Care Unit or he should be sent to general hospital floor or should be sent home . this decision is based on other features like blood pressure , core temperature ,... .
Kamal02D/web-scraping-scraping-Top-Rated-TV-Shows-on-IMBD
Kamal02D/Whatsapp-web-conversations-back-up
this project combines web scarping and automation to launch WhatsApp web application and scrape through all the conversation and back them is csv file format