Skip to content
View otuemre's full-sized avatar

Block or report otuemre

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. EmailPhishingDetection EmailPhishingDetection Public

    A real-time phishing email detection system using Machine Learning (SVM, Logistic Regression, Naive Bayes) with FastAPI backend and custom domain deployment.

    Jupyter Notebook 1

  2. RealTimeNIDS RealTimeNIDS Public

    Real-time network intrusion detection system using Zeek flow logs and machine learning (IsolationForest). Detects threats with both signature-based and anomaly-based techniques trained on the CSE-C…

    Jupyter Notebook 1 1

  3. FraudDetectAI FraudDetectAI Public

    FraudDetectAI is an advanced credit card fraud detection system built with XGBoost and Hybrid SMOTE Sampling (Oversampling + Undersampling). This project tackles highly imbalanced datasets, ensurin…

    Jupyter Notebook 1

  4. HousePricingML HousePricingML Public

    A machine learning project predicting house prices using regression models. Covers data preprocessing, feature engineering, and model comparison to achieve accurate results. Developed for a Kaggle …

    Jupyter Notebook

  5. simpleNET simpleNET Public

    A simple neural network framework built from scratch using Python and NumPy. Designed as a learning tool, SimpleNET includes essential layers, activation functions, and loss functions, enabling use…

    Python 1

  6. CLocker CLocker Public

    A lightweight educational file locker written in C that encrypts/decrypts files using XOR logic and toggles their names with a .locked suffix. Built for learning low-level file operations and syste…

    C