NeuroTechAI - virtualenv:3.8
# About me
def author_info():
    """Blazej Strus - Data Scientist | Machine Learning Enthusiast"""
    print("Graduate of Warsaw University of Technology")
    print("Inventor, constructor, roboticist")
    print("Programmer in C++, C#, Python, and databases")
    print("Expert in CNN, CV, optimization algorithms")
    print("Programmer of industrial robots")

    # Contact
    email = "b.strus@gmail.com"
    linkedin = "LinkedIn Profile"
        
# Profile picture
Blazej Strus