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

Highlights

  • Pro

Organizations

@the-curve-consulting @Kestrel-Avionics
Block or Report

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 a Computer Science student at the University of Sheffield, who is enthusiastic about machine learning, business and sports. My goal is to deliver high quality software products and seek AI-based solutions that enhance the quality of our lives without replacing us!

πŸ‘‡ Find out more below...

Website Badge X Badge Linkedin Badge GitHub Badge

πŸ“Ÿ How I'd define myself in 🐍...

import random

class Chizo:
    def __init__(self: 'Chizo') -> None:
        '''
        Let's provide some basic information.
        '''
        self.name = 'Filip J. Cierkosz'
        self.roles = ['Software Engineer', 'Student', 'Hybrid Athlete']
        self.coding_skills = {
            'languages': ['Python', 'Ruby', 'JavaScript', 'Java'],
            'fav frameworks': ['Rails', 'React', 'Transformers', 'PyTorch', 'OpenCV'],
            'fav tools': ['Git', 'Redis', 'Shell', 'Jupyter', 'VS Code', 'Jira'],
            'database': ['MySQL', 'PostgreSQL', 'MongoDB', 'SQLite3'],
            'devops': ['Docker', 'GitHub Actions', 'Heroku'],
            'os': ['macOS', 'Ubuntu']
        }
        self.language_skills = ['English', 'Polish', 'German']

    @staticmethod
    def get_motto() -> None:
        '''
        Let's shuffle some motto.
        '''
        mottos = [
            'DISCIPLINE == FREEDOM',
            'Insanity is doing the same thing over and over again and expecting different results',
            'Never take criticism from someone you would not seek advice from'
        ]
        print(random.choice(mottos))
        
    def greet(self: 'Chizo') -> None:
        '''
        Prepare some greetings for the visitor.
        '''
        print('Thanks for visiting the profile! Do NOT forget to star my projects ;)')

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

πŸ“ˆ Quick Stats

GitHub Streak

Pinned Loading

  1. SciFCheX SciFCheX Public

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

    Python 1

  2. 2048-intelligent-bot 2048-intelligent-bot Public

    2048 game implementation solved by AI bot.

    Jupyter Notebook 1

  3. ai-sudoku-solver ai-sudoku-solver Public

    The repository contains the sudoku solver project using computer vision and backtracking.

    Python 2

  4. degree-classifier degree-classifier Public

    Quick repo to calculate Bachelor's/Master's degree classification at the University of Sheffield.

    Python 2