<Computer_Science_sophomore_building_practical_AI_and_data_skills>

/* Syracuse CS student focusing on AI, document data extraction, and practical projects to level up my resume. */

🟢 Open to work
username.png
Currently an Extern @Pfizer

<Work_samples>

Portfolio items include course projects and work from the Pfizer Advanced externship, focused on document parsing, data extraction, and AI-driven insights.

  • Magic 8-Ball App
    [01]Freelance ProjectJun 2026
    Magic 8-Ball App
    Magic 8-Ball App

    A command-line Magic 8-Ball built in Python. Enter your name, ask a yes/no question, and get a classic response (Positive, Neutral, or Negative). Features a continuous play loop, input validation, and personalized greetings. Built using Python 3 and the random module. I optimized the code using dict

    Python
  • Password Auditing & Authentication Utilities
    [02]Freelance Project
    Password Auditing & Authentication Utilities

    I developed a CLI password strength analyzer that scores credentials based on length, digits, uppercase, and special characters, assigning a four-tier rating. I isolated scoring in a separate function for easier updates. I created a multi-user login system with dictionary-backed storage and a

    Pythongithub.com/WhoAmI2Become

<About_me>

Syracuse CS student focusing on AI, document data extraction, and practical projects to level up my resume.

I am Ezekiel Whitley, a sophomore Computer Science + AI Minor student at Syracuse University pursuing a bachelor's degree. I have some work experience and I'm using a Pfizer externship in AI-powered document insights and data extraction to strengthen my resume and become more competitive for jobs and internships.

Externships

Pfizer Advanced: AI-Powered Document Insights & Data Extraction Externship

Pfizer

Experience

Media Team Intern

Syracuse University Athletics · Aug 2025 – Present

Student Ambassador

Syracuse University Summer College · Sep 2024 – Present

Freelance Photographer

Freelance · May 2024 – Present

Education

Syracuse University

Computer Science + AI Minor · Class of 2029

Skills

PythonAI-powered document insightsData extractionMachine learning basicsAlgorithm designProblem solvingTeam LeadershipA
Back_to_works

<Magic_8-Ball_App>

A command-line Magic 8-Ball built in Python. Enter your name, ask a yes/no question, and get a classic response (Positive, Neutral, or Negative). Features a continuous play loop, input validation, and personalized greetings. Built using Python 3 and the random module. I optimized the code using dict

Python

/Overview

A command-line Magic 8-Ball built in Python. Enter your name, ask a yes/no question, and get a classic response (Positive, Neutral, or Negative). Features a continuous play loop, input validation, and personalized greetings. Built using Python 3 and the random module. I optimized the code using dictionaries for responses, tuples for unpacking, and modular functions for clean control flow.

Magic 8-Ball App

//What I've accomplished

I built a fully functional command-line application in Python from scratch. I implemented a continuous play loop utilizing while True, break, and continue statements. To handle user input, I added robust validation using .strip() and .lower() to gracefully manage edge cases. I also structured the program logically using separate functions to improve readability and flow.

///Outcome

This project significantly leveled up my Python skills. I learned to replace long if/elif chains with dictionaries for better scalability. I mastered tuple unpacking to handle multiple variables efficiently. Furthermore, adopting best practices like f-strings and the if __name__ == "__main__": idiom made my codebase noticeably cleaner, more maintainable, and highly professional.

View_all_works

<Password_Auditing_&_Authentication_Utilities>

I developed a CLI password strength analyzer that scores credentials based on length, digits, uppercase, and special characters, assigning a four-tier rating. I isolated scoring in a separate function for easier updates. I created a multi-user login system with dictionary-backed storage and a

Pythongithub.com/WhoAmI2Become

/Overview

I developed a CLI password strength analyzer that scores credentials based on length, digits, uppercase, and special characters, assigning a four-tier rating. I isolated scoring in a separate function for easier updates. I created a multi-user login system with dictionary-backed storage and a

View_all_works