Skip to content
View chizo4's full-sized avatar
🚣
Who's gonna carry the boats?
🚣
Who's gonna carry the boats?

Highlights

  • Pro

Organizations

@Kestrel-Avionics

Block or report chizo4

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

🫡 Glad to see you here! I'm Filip. Welcome to my profile! 🤝

I'm an AI enthusiast passionate about machine learning, entrepreneurship, and sports. I'm currently pursuing a Data Science internship at Elsevier, focusing on RAG and NLP methods in healthcare domains. I’m also completing an MSc in Data Science at the University of Amsterdam and recently graduated with a BSc in Computer Science (Class One Honours) from the University of Sheffield. My goal is to deliver high-quality software products and develop AI-based solutions that enhance our lives, particularly in healthcare and sports!

👇 Find out more below...

LinkedIn X GitHub

🐍 Meet Me the Pythonic Way

import random

class Chizo(Human):
    def __init__(self) -> None:
        '''
        Let's get some basic facts.
        '''
        self.name = 'Filip Cierkosz'
        self.roles = ['Data Scientist', 'Student', 'Athlete']
        self.coding_skills = {
            'languages': ['Python', 'Ruby', 'JavaScript', 'Java'],
            'ml_stack': ['Transformers', 'PyTorch', 'OpenCV', 'Ollama'],
            'se_stack': ['Ruby on Rails', 'React', 'MySQL', 'PostgreSQL', 'MongoDB'],
            'devops': ['Docker', 'GitHub Actions', 'Heroku', 'Databricks'],
            'os': ['macOS', 'Ubuntu']
        }
        self.language_skills = ['English', 'Polish', 'German']

    @staticmethod
    def get_motto() -> None:
        '''
        Let's shuffle some motto for extra discipline!
        '''
        mottos = [
            '"Insanity is doing the same thing over and over again and expecting different results." ~ A. Einstein',
            '"DISCIPLINE == FREEDOM." ~ J. Willink',
            '"A bad plan is better than no plan." ~ J.B. Peterson',
            '"Being consistently good is better than being occasionally great." ~ N. Bare',
        ]
        print(random.choice(mottos))

    def greet(self) -> None:
        '''
        Say hi to the visitor.
        '''
        print("Thanks for visiting the profile! Don't forget to ⭐️ the projects and keep up the hard work! 🚀")

if __name__ == '__main__':
    me = Chizo()
    me.get_motto()
    me.greet()

📈 Quick Stats

GitHub Streak

Pinned Loading

  1. git-workshop git-workshop Public

    Workshop materials covering introductory and intermediate concepts associated with Git and GitHub.

    5

  2. JusTreeAI JusTreeAI Public

    "JusTreeAI" - a lightweight LLM assistant for legal tasks. This is a "proof-of-concept" project developed as part of Data Systems Project at UvA. Authored by Team D1.

    Jupyter Notebook 6 2

  3. SciFCheX SciFCheX Public

    Public release of SciFCheX system developed for COM3610 Dissertation Project at the University of Sheffield. The pipeline is designed to perform fact-checking on scientific claims.

    Python 2

  4. 2048-intelligent-bot 2048-intelligent-bot Public archive

    2048 game implementation solved by AI bot.

    Jupyter Notebook 1