Data Scientist Computer Vision & AI Specialist Neuropsychologist
Meet Lorenzo 2.0Hi! I’m a data scientist in love with uncovering patterns and building algorithms that (mostly) work 😊, usually after my morning coffee. Curious by nature, I’m always exploring the latest tech trends. When I’m not crunching data, you’ll find me swinging (and missing) on the tennis court or getting lost in outdoor adventures.
The usual boring stuff. Nothing to see here.
“A wise person knows they know nothing”
Obviously, I’m slightly overestimating myself here, but I’m always eager to learn new things.
initialize
myself.
# lorenzo_tumminello.py
class Person:
def __init__(self):
self.name = "Lorenzo Tumminello"
self.roles = [
"Data Scientist",
"AI & Computer Vision Specialist",
"Neuropsychologist"
]
self.bio = (
"Curious by nature and passionate about making sense of data, I’ve spent over 4 years working on artificial intelligence projects, "
"with a focus on computer vision.\n I have always been fascinated by how we perceive the world and how technology can enhance this understanding.\n"
"During my time at the University of Pisa, I contributed to a medical image analysis research lab and earned a master’s degree in "
"Big Data Analytics & Artificial Intelligence for Industry.\nCurrently, I work at Kode, a company specializing in AI and data analytics, "
"where I develop computer vision solutions for industrial applications.\nWhen I’m not coding or experimenting with new models, "
"you’ll likely find me on the tennis court."
)
def introduce(self):
return f"👋 Hi, I'm {self.name}!"
def roles_str(self):
return " | ".join(self.roles)
def skills(self):
return ["🐍 Python", "🤖 Deep Learning", "📷 Computer Vision", "📊 Data Analysis", "🧠 Neuroscience"]
def current_focus(self):
return "🔍 Building intelligent visual systems that understand the world like humans do."
def __str__(self):
lines = [
f"👤 {self.name}",
f"💼 Roles: {self.roles_str()}",
f"📝 Bio: {self.bio}",
f"⚙️ Skills: {', '.join(self.skills())}",
f"🎯 Current Focus: {self.current_focus()}"
]
return "\n\n".join(lines)
if __name__ == "__main__":
person = Person()
print(person) # Print person's profile
A journey of growth, curiosity, and exciting discoveries at every turn.
November 2024 - Present
Driving innovation in Computer Vision, geolocation models, and predictive analytics for industrial applications.
Focused on optimizing AI model efficiency and developing cutting-edge solutions to enhance automation, decision-making, and operational performance.
Website: www.kode-solutions.net
April 2025 - Present
Teaching Medical Statistics to graduate students in healthcare-related fields.
April 2023 - November 2024
Engaged in researching the application of Artificial Intelligence methods to medical images, focusing on predicting the diagnosis and progression of oncological diseases.
June 2023 - February 2024
April 2021 - April 2024
November 2023 - April 2024
Department of Computer Science - University of Pisa
January 2019 - April 2020
Skinner Institute - European University of Rome
October 2015 - April 2018
University of Padua
September 2012 - July 2015
University of Milan-Bicocca
A curated collection of data-driven adventures 📊, late-night coding marathons 💻☕, and “just one more tweak” moments. Some projects solved real problems. Others were just me seeing if I could. Spoiler: sometimes I couldn’t.
Feel free to reach out for any questions, collaborations, or just to say hi! I'm always happy to connect.
lorenzotumminello@gmail.com