Pinned Repositories
ai-data-management
This repository contains a Python script that renames a set of image files in a specified directory for use in AI applications. This repository contains three Python scripts that can be used to manage machine learning data.
aws-claude-sonnet-assistant
A client code to create an AI assistant using AWS Claude models with Python or JavaScript and engage in a conversation with it.
ChartLoom
Python CLI tool that simplifies data exploration by scanning your directory for CSV files, allowing you to select a file, choose a column, and visualize the data with ease. Ideal for quick and intuitive data analysis.
flutter-to-do-app
Flutter-based To-Do App with SQLite integration for easy task management
gun-detection
Basic gun detection algorithm, designed using YOLOv7 with AR-15 guns training data
HumanexAI-FaceRecognition
Face recognition system designed to identify the users according to their unique face features, the system designed by Ahmad Jawabreh for HumanexAI
HumanexAI-Masked-Face-Recognition
This repository contains the source code for a Face Recognition System using MTCNN for face detection, Facenet for feature extraction, and SVM for classification. The system is capable of recognizing the identity of a person even when they are wearing a mask.
HumaneXAI-Voice-Recognition
This GitHub repository contains code for a voice identification algorithm developed using machine learning techniques. The algorithm is capable of identifying a specific individual's voice by analyzing their unique vocal characteristics.
openai-azure-chat-completion
A client code to create an AI assistant using Azure OpenAI Models and engage in a conversation with it.
openai-server-sent-events
A real-time streaming of OpenAI Chat Completion API responses using Server-Sent Events (SSE), demonstrating seamless backend-to-frontend content delivery for an interactive AI chat experience.
Jawabreh0's Repositories
Jawabreh0/ai-data-management
This repository contains a Python script that renames a set of image files in a specified directory for use in AI applications. This repository contains three Python scripts that can be used to manage machine learning data.
Jawabreh0/autogen-based-self-hosted-llm
This repository provides inference sever to host any open-source LLM, providing the user OpenAI API colpatabile inference server, and AutoGen agents with function calling.
Jawabreh0/ChartLoom
Python CLI tool that simplifies data exploration by scanning your directory for CSV files, allowing you to select a file, choose a column, and visualize the data with ease. Ideal for quick and intuitive data analysis.
Jawabreh0/helmet-detection
Helmet detection experiment, designed using YOLOv7 object detection model, with bicycle and motorbike helmets training data
Jawabreh0/LLM-Proxy
An LLM Proxy that allows the user to interact with different language models from different providers using unified request and response formats.
Jawabreh0/RFID-Access
Door lock system based on RFID technology, with cloning experiment
Jawabreh0/s3_guide
A simple guide to how to work with S3 bucket on AWS
Jawabreh0/ai-engineering-roadmap
A guide for mastering artificial intelligence. Navigate key concepts, tools, and frameworks for machine learning, deep learning, and more.
Jawabreh0/aws-claude-sonnet-assistant
A client code to create an AI assistant using AWS Claude models with Python or JavaScript and engage in a conversation with it.
Jawabreh0/openai-azure-chat-completion
A client code to create an AI assistant using Azure OpenAI Models and engage in a conversation with it.
Jawabreh0/openai-server-sent-events
A real-time streaming of OpenAI Chat Completion API responses using Server-Sent Events (SSE), demonstrating seamless backend-to-frontend content delivery for an interactive AI chat experience.
Jawabreh0/anthropic-stream-response-docs
Understanding Anthropic's Stream Response Format
Jawabreh0/audio-device-selector-mac
A lightweight utility enabling users to interactively choose input and output audio devices. Ideal for integration into applications requiring custom audio routing or device management, this tool simplifies the process of listing and selecting audio hardware.
Jawabreh0/CV-data-collection-algorithm
Python script to automatically collect data from the internet. This script has been utilized to gather training samples for AI projects to create a comprehensive training dataset
Jawabreh0/flight-info-retriver
Python script offers a straightforward solution for locating flights based on user-specified criteria, including the origin city, destination city, and departure time. It harnesses the power of the AviationStack API to seamlessly retrieve accurate flight data.
Jawabreh0/gru_tweets_classifier
Jawabreh0/llm-based-tweets-classifier
Jawabreh0/local-llm-with-function-calling
A language model that can interpret and execute functions/tools.
Jawabreh0/LSTM-tweets-classifier
Jawabreh0/NumPy-handbook
Numerical Python, working with numerical data in Python, going from Python lists to Numpy arrays, CSV data files using Numpy, and etc..
Jawabreh0/pandas-handbook
Reading a CSV file into a Pandas data frame, Retrieving data from Pandas data frames, Querying, sorting, and analyzing data, Merging, grouping, and aggregation of data, Extracting useful information from dates, Basic plotting using line and bar charts, Writing data frames to CSV files
Jawabreh0/python-handbook
A comprehensive notebook documenting my Python learning journey, offering all the essentials in Python
Jawabreh0/python-send-email
Python script that facilitates the sending of emails directly from the command line.
Jawabreh0/rag-with-postgresql
A RAG application for Cyprus Codes
Jawabreh0/send-email-nodemailer
A simple Node.js email sender using Nodemailer. Easily configure and send emails through Gmail SMTP.
Jawabreh0/stream-openai-completion
JavaScript and Python examples of straming a chat completion with openai chat completion api
Jawabreh0/tweets-naive-bayes
A tweets classifier designed to classify the tweets into harmful and normal (not-harmful) tweets according to their content (as a text)
Jawabreh0/tweets-svm-classifier
A tweets classifier designed to classify the tweets into harmful and normal (not-harmful) tweets according to their content (as a text)
Jawabreh0/video-frames-splitter
A Python code captures frames from a video file and saves them as individual images in JPEG format. It uses the OpenCV library to read frames from the video file and write them to disk.
Jawabreh0/yolov9
Implementation of paper - YOLOv9: Learning What You Want to Learn Using Programmable Gradient Information