Skip to content
View awokeo's full-sized avatar
🎯
Focusing
🎯
Focusing

Block or report awokeo

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

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

Report abuse
awokeo/README.md

Obinna Awoke

Lecturer · Researcher · PhD Applicant
Trustworthy AI · Explainable Machine Learning · Cybersecurity · Secure Systems


About Me

#!/usr/bin/env python3
# -*- coding: utf-8 -*-
"""
@author: Obinna Awoke
@version: 6.0.RESEARCH
@status: ACTIVE
"""

class ResearcherProfile:
    def __init__(self):
        self.identity = {
            "name": "Obinna Awoke",
            "role": "Lecturer & Researcher",
            "focus": "Trustworthy AI and Cybersecurity",
            "status": "PhD Applicant"
        }

        self.education = {
            "msc_computer_science": {
                "institution": "African University of Science & Technology",
                "cgpa": "3.77 / 4.0",
                "honours": "Distinction (Best Graduating Student)"
            },
            "engineering_diploma": {
                "institution": "ISEP Paris",
                "program": "Digital Security & Networks",
                "status": "On-going"
            }
        }

        self.research_interests = [
            "Trustworthy & Explainable AI",
            "AI-Driven Cybersecurity",
            "Intrusion Detection Systems",
            "Security of Intelligent Systems",
            "Adversarial Machine Learning"
        ]

        self.publications = [
            "CRC Press Book Chapter (AI-Driven Intrusion Detection, 2025)",
            "ICICT 2026 Conference Paper (Explainable AI for Healthcare)"
        ]

    def mission(self):
        return "Build secure, explainable, and trustworthy AI systems for critical domains"

Popular repositories Loading

  1. awokeo awokeo Public

  2. cardiovascular-xai-project cardiovascular-xai-project Public

    Jupyter Notebook

  3. hr-application hr-application Public

    Java

  4. obinna-website obinna-website Public

    Personal academic website showcasing research, publications, teaching experience, and projects in AI, Cybersecurity, and Explainable AI.

    TypeScript