Pinned Repositories
bm777
no desc
botl
BOTL mobile app. Use case: green city and donation via bottle collection
Clusty
Clusty to predict the evolution of COVID-19 on a map.
deeplink
hask
Don't switch tab or change windows anymore, just Hask.
hey
store, lists and show commands via shell.
humanface-mask-detector
Build, train and deploy a complete human face mask detector using tensorflow.keras and opencv
object_detection
Implementatoin of object detection using Tensorflow 2.1.0 | this can be use in a car for object detection
sam-ai
Intelligent Sam UI bot for e-commerce website
nextron
âš¡ Next.js + Electron âš¡
bm777's Repositories
bm777/CNN
It's show how to train a model for dog and cat image classifier with python.
bm777/Linear_regression
This tutorial focuses on building a Linear Regression model with PySpark and dives deep into the workings of an LR model. It will cover various assumptions to be considered before using LR along with different evaluation metrics. But before even jumping into trying to understand Linear Regression, we must understand the types of variables.
bm777/searchWord
It allows you to search and count the number of appearances in a sentence.
bm777/TIFF
This mini-program allows you to read files in '.tif' format
bm777/Tri_bulle
Bubble sorting or propagation sorting is a sorting algorithm. It consists of repeatedly comparing consecutive elements of an array and swapping them when they are badly sorted.
bm777/Tri_insertion
En informatique, le tri par insertion est un algorithme de tri classique. La plupart des personnes l'utilisent naturellement pour trier des cartes à jouer.
bm777/Tri_selection
Le tri par sélection (ou tri par extraction) est un algorithme de tri par comparaison. Cet algorithme est simple, mais considéré comme inefficace, car il s'exécute en temps quadratique en le nombre d'éléments à trier, et non en temps pseudo linéaire.
bm777/Celebrity-Face-Recognition-Dataset
Dataset of around 800k images consisting of 1100 Famous Celebrities and an Unknown class to classify unknown faces
bm777/Data_Visualization
This is the code for Data Visualizaton - Data Lit #4 by Siraj Raval on Youtube
bm777/facematch
Face match in python using Facenet and their pretrained model
bm777/openface
Face recognition with deep neural networks.