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

Highlights

  • Pro

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

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

Report abuse
abullard1/README.md
follower_count stars_count watching_count commit_count repo_count

🙋🏻 Samuel Ruairí Bullard

Student for Media Informatics 💻📱🎥 and Information Science 📊📈🔣 at the University of Regensburg 🏫👨🏻‍🎓
Currently employed at: cloudfood Web & Code 👨🏻‍💻☁️🥄

Thanks for checking out my Github Profile. My names Samuel, or Sam for short. I'm interested in everything Tech, with a focus on interactive experiences and information-science. Whether it's web apps, mobile apps, video games, or my latest interests—AI, machine learning, and information retrieval—I'm always eager to learn something new. As a student, my main focus is gaining deep knowledge, whether it's on the cutting-edge or tried-and-true concepts, and building cool projects along the way of course. Feel free to check out my repositories/projects; You might find something that piques your interest or provides you with inspiration for one of your own projects.

Next to the standard courses in computer science, such as calculus, linear algebra, statistics etc., my studies have had a focus on the following more technical topics:

  • Software Engineering
  • Human-Computer Interaction (HCI)
  • Mobile Development
  • Web Development
  • Multimedia Technology (3D, Video, Audio)
  • Data-Science and Data Visualization
  • 2D/3D Computer Graphics
  • Computer Vision (CV)
  • Machine Learning (ML)
  • Natural Language Processing (NLP)
  • Deep Learning
  • Usability Engineering
  • Information Retrieval (IR)
  • Computational Intelligence

While working at cloudfood, I have had the chance to get into backend development using Django and other tools and constituents of the framework.


📱Socials

LinkedIn Profile StackExchange Profile Profile Discord Profile Twitter Profile Reddit Profile Medium Profile Quora Profile


📂 Featured Repositories

Repo1 Card Repo2 Card


🛠️ Currently Working On:

  • Computer Vision, AI & NLP: Developing an Electron application for assisted lecture note-taking and summarization.
  • Fine-tuned Image Classification: Building a model to classify elements of specific types of satellite imagery.
  • Self-Hosted Homelab Setup: Setting up a self-hosted homelab environment with a variety of tools for personal use and potentially for hosting public-facing webpages.
  • Arduino Mailbox Sensor: Creating a mailbox sensor with Arduino for the cloudfood office.

🔧 Languages and Tools

Programming Languages Java    Kotlin    Python    R    JavaScript    HTML    CSS
Frameworks and Libraries Django    TensorFlow    Keras    Numpy    Pandas    Matplotlib    Plotly    VueJs    ViteJs    Gradle    npm    OpenGL    OpenCV    Sass    Bootstrap
Databases & Search PostgreSQL    SQLite    Firebase    Redis    Elasticsearch
DevOps and Cloud git    GitHub    GitHub Actions    GitLab    Docker    Digital Ocean    Nginx
Embedded Systems Arduino    Raspberry Pi
Data Science and Analysis Jupyter    Kaggle    RStudio    Anaconda
Tools and IDEs PyCharm    WebStorm    Rider    VSCode    Android Studio
Design and UI Figma    Inkscape    GIMP    Photoshop
Gamedev & 3D Tools Blender    Unity
Other Tools Insomnia    Slack    Notion    Jira    FileZilla    Markdown    LaTeX    YAML    JSON    XML
OSs' Linux    Ubuntu    Windows 11

📊 Stats

👨🏻‍💻 My coding journey

I got into contact with computers and technology at a very early age. When I was 5 years old my parents brought home a Playstation 1, which blew me away. From then on I was hooked. I continued engaging with computers and videogames until I was about 10, which was when I first thought about creating content. I started creating maps for games like Counterstrike and Warcraft 3, which was when I delved deeper into the inner workings of how these games worked. This took the form of modifying game files and such, where I first encountered concepts like datatypes and variables. A few years later, when I was about 14, I created my first game in Unity. It was quite simple and nothing particularly noteworthy but it sparked my interest even further. From then on I have always continued having an interest in tech and have been pursuing this interest ever since.

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. abullard1 abullard1 Public

    Config files for my GitHub profile.

  5. 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

  6. PySimpleGui-Txt-Reader-Writer PySimpleGui-Txt-Reader-Writer Public

    A small PySimpleGui .txt file reader and writer I made for a friend. Input text into the text fields and it will create text files with the text in them in the same directory where the python scrip…

    Python