Pinned Repositories
8-puzzle-problem-using-Greedy-and-A-star-algorithms-in-java
A Java code solves the 8 puzzle game using two algorithms (Greedy& A*) along with the steps at each time you slide the empty rectangle
API-for-Using-Face-Recognistion
a python api using flask framework to post two images and get a true or false result if they are matched or not.
chat-with-pdf
demo on RAG using langchain with chroma to read markdown and pdf files
GoogleMapsNearbyPlacesDemo
This contains all the code till nearby places part 3
Keycloak-extension-cli
Restaurant-System-Event-Sourcing-
A restaurant that uses kafka to process their orders' states
Spring-Boot-OPA-Example
in this repo we will demonstrate how to use spring boot with open policy agent
visual-pollution-model
lamoboos223's Repositories
lamoboos223/Restaurant-System-Event-Sourcing-
A restaurant that uses kafka to process their orders' states
lamoboos223/GoogleMapsNearbyPlacesDemo
This contains all the code till nearby places part 3
lamoboos223/8-puzzle-problem-using-Greedy-and-A-star-algorithms-in-java
A Java code solves the 8 puzzle game using two algorithms (Greedy& A*) along with the steps at each time you slide the empty rectangle
lamoboos223/API-for-Using-Face-Recognistion
a python api using flask framework to post two images and get a true or false result if they are matched or not.
lamoboos223/AC-Calculator
a simple app to help you calculate how much AC your room needs for AC constructions
lamoboos223/Augmented-Reality-Business-Card
lamoboos223/Augmented_Reality
This is a ball maze AR game implemented using C# in Unity Editor.
lamoboos223/BLDC_Hover_Board_Motor_Controller
BLDC_Hover_Board_Motor_Controller
lamoboos223/CNN
image classification (cats vs. dogs) using CNN in python
lamoboos223/computer-science
:mortar_board: Path to a free self-taught education in Computer Science!
lamoboos223/confluent-6.2.0
lamoboos223/Deep-Learning-Specialization-Coursera
This repo contains the updated version of all the assignments/labs (done by me) of Deep Learning Specialization on Coursera by Andrew Ng. It includes building various deep learning models from scratch and implementing them for object detection, facial recognition, autonomous driving, neural machine translation, trigger word detection, etc.
lamoboos223/docker-development-youtube-series
lamoboos223/Facial-Similarity-with-Siamese-Networks-in-Pytorch
Implementing Siamese networks with a contrastive loss for similarity learning
lamoboos223/Free-DevOps-Books-1
A curated collection of free DevOps related eBooks
lamoboos223/Free-Docker-Books
Learn books from Docker & K8s
lamoboos223/Gender-Recognition-by-Voice
This is a Machine Learning Project. In this project we built Logistic Regression model and train it with a clean dataset. In training the model we used cross validation technique in order to select the best lambda value for the regularization term in order to make the model not over-fit the data nor under-fit the data.
lamoboos223/kafka-streams-examples
Demo applications and code examples for Apache Kafka's Streams API.
lamoboos223/keycloak-2fa-sms-authenticator
Keycloak Authentication Provider implementation to get a 2nd-factor authentication with a OTP/code/token send via SMS (through AWS SNS). Demo purposes only!
lamoboos223/keycloak-custom-registration
Start point for custom registration (RegistrationUserCreation and RegistrationProfile classes)
lamoboos223/keycloak-custom-required-action
a template which implements the rquired action SPI of keycloak and provide you a second ToS for a single realm
lamoboos223/Keycloak-Registration-Validation
lamoboos223/Land-Fees
lamoboos223/Neural-Network
lamoboos223/postman-to-markdown
Generate documentation in markdown from postman documentation.
lamoboos223/postman-to-openapi
🛸 Convert postman collection to OpenAPI
lamoboos223/pytorch-arm-builds
Unofficial PyTorch and torchvision builds for ARM devices
lamoboos223/yolov5-custom-training-tutorial