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

Highlights

  • Pro

Organizations

@urai-group

Block or report abullard1

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
abullard1/README.md

Samuel Bullard

Hey, I'm Samuel Bullard πŸ‘‹

M.Sc. Human-Centred AI @ University of Regensburg Β· Co-Founder @ URAI

Typing SVG

LinkedIn Hugging Face profile URAI GitHub organization URAI LinkedIn

About me

I'm currently studying Human-Centred AI at the University of Regensburg after completing a combinatory bachelor's degree in Media Informatics and Information Science.

What I enjoy most about the field is the combination of technical depth and human perspective. I like working on machine learning, NLP / information retrieval, and computer vision, but I care just as much about whether the resulting systems are understandable, useful, and well designed for the people who use them.

At the moment, most of my hands-on work sits around applied AI/ML, language technology, and practical experimentation β€” from training and evaluating models to building demos and prototypes around them. If you're curious, feel free to check out my Hugging Face profile for some of the models and datasets I've worked on.

My background

In the Human-Centred AI master's, I'm studying at the intersection of AI, data science, human-computer interaction, and psychology. So far, that has included courses such as Introduction to Human-Centred AI, Advanced Explainable AI, Optimization, and AI Ethics. One of the things I like most about the programme is that it does not reduce AI to model performance alone; it also asks how intelligent systems are designed, tested, explained, and experienced in practice.

Before that, I completed a combinatory B.A. in Media Informatics and Information Science. On the Media Informatics side, my studies started with programming fundamentals, object-oriented programming, algorithms and data structures, databases, mathematics, and software development, and later moved into HCI, usability engineering, multimedia technology, and applied media computing. On the Information Science side, Regensburg's profile is strongly shaped by information retrieval, natural language processing, interactive information systems, and knowledge-oriented thinking. That combination is a big reason why I ended up in Human-Centred AI in the first place: it gave me both a practical software foundation and an early feel for language technology and AI-related problems.

Featured repositories

Pinned repository: GermEval 2025 shared-task submission Pinned repository: Steam Review Constructiveness Classifier

Tech stack

ML / AI ecosystem

Python PyTorch TensorFlow Transformers / Hugging Face scikit-learn OpenCV spaCy Weights and Biases Gradio

Software engineering / infrastructure

Java, Kotlin, JavaScript, HTML, CSS, Django, Vue, Vite, PostgreSQL, SQLite, Redis, Docker, Git, GitHub Actions, Linux, R, Figma, Blender

GitHub stats

GitHub stats for abullard1 Top languages used by abullard1

Activity

Recent GitHub activity for abullard1

Connect

I'm always happy to connect β€” whether it's about AI/ML, NLP and information retrieval, computer vision, student projects, or just an interesting idea worth talking about.

Popular repositories Loading

  1. Python-Mini-ImageProcessor Python-Mini-ImageProcessor Public

    A small and simple python image processor to apply, view and save a variety of different image filters like threshold, brightness, contrast, blur, sharpen, dilate, erode, edge detection and mirror.…

    Python 2

  2. Android-Weather-App Android-Weather-App Public

    A small Android weather app I made in Q1 2022 using Java as part of some university coursework. The code might seem a little unnecessarily complex, as at the time I was still newly learning how to …

    Java 1

  3. Python-Mini-Canvas-Drawing-App Python-Mini-Canvas-Drawing-App Public

    A small Python Program which uses tkinter to draw lines, polygons and bezier curves in different colors and lets you modify them. This project was part of some of my university coursework.

    Python 1

  4. abullardUR-GermEval-Shared-Task-2025 abullardUR-GermEval-Shared-Task-2025 Public

    πŸ† GermEval 2025 Submission: Fine-tuning ModernGBERT for German harmful content detection on highly imbalanced social media data. Achieved 2nd place (VIO), 4th place (C2A), 6th place (DBO) using cla…

    Jupyter Notebook 1

  5. abullard1 abullard1 Public

    Config files for my GitHub profile.

  6. PostgreSQL-JDBC-Party-Event-App-Test-Database PostgreSQL-JDBC-Party-Event-App-Test-Database Public

    This is a PostgreSQL JDBC Database that I made in June 2022 as part of university coursework. The program creates, modifies and queries a mock postgreSQL database surrounding an Android party/event…

    Java