Hello, World.

I'm Lorenzo Tumminello.

Data Scientist Computer Vision & AI Specialist Neuropsychologist

Meet Lorenzo 2.0
About me

Let me introduce myself.

Profile Picture

Hi! 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.

Profile

The usual boring stuff. Nothing to see here.

  • Fullname: Lorenzo Tumminello
  • Birth Date: January 16, 1991
  • Job: Data Scientist, AI specialist
  • Website: www.lorenzotumminello.com
  • Email: lorenzotumminello@gmail.com

Skills

“A wise person knows they know nothing”
Obviously, I’m slightly overestimating myself here, but I’m always eager to learn new things.

  • 95%
    Python
  • 90%
    Data Analysis
  • 80%
    Deep Learning
  • 90%
    Computer Vision
  • 90%
    Problem Solving
more about me

Let me 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

		
Run Code
Resume

My Journey So Far.

A journey of growth, curiosity, and exciting discoveries at every turn.

Work Experience

Data Scientist

November 2024 - Present

Kode Solutions

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

Professor in Medical Statistics

April 2025 - Present

UniCamillus International Medical University

Teaching Medical Statistics to graduate students in healthcare-related fields.

Data Analyst

April 2023 - November 2024

ImagingLab - University of Pisa

Engaged in researching the application of Artificial Intelligence methods to medical images, focusing on predicting the diagnosis and progression of oncological diseases.

Data Science Intern

June 2023 - February 2024

FREEDA Media Milan S.p.a

  • Trained neural networks for image classification using PyTorch
  • Applied Transfer Learning techniques in a Computer Vision project focused on Product Detection and Classification OCR for Text Extraction
  • Integrated OpenAI APIs for text classification
  • Flask Framework Web App Development

Research Fellow

April 2021 - April 2024

University of Pisa

  • Research activities on topics related to the application of Artificial Intelligence techniques to medical images for predicting the diagnosis and progression of oncological diseases.
  • Internally managed and coordinated 5 European Horizon projects (PRIMAGE, CHAIMELEON, EUCANIMAGE, PROCANCER-I, EUCAIM).
  • Coordinated and managed 1 Regional Health Call 2022 project (NAVIGATOR)

Education

One-Year Master’s Degree Programs

November 2023 - April 2024

Big Data Analytics & AI for Society

Department of Computer Science - University of Pisa

One-Year Master’s Degree Programs

January 2019 - April 2020

Neuropsychology

Skinner Institute - European University of Rome

Master Degree

October 2015 - April 2018

Clinical Psychology

University of Padua

Bachelor Degree

September 2012 - July 2015

Psychological Sciences and Techniques

University of Milan-Bicocca

Portfolio

Check Out Some of My Works.

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.

52

Bugs Fixed

127

Useless Ideas

2548

Commits Pushed

1500

Coffee Cups

200

Videos Watched of Indians Explaining Stuff

12500

Coding Hours
Contact

I'd Love To Hear From You.

Feel free to reach out for any questions, collaborations, or just to say hi! I'm always happy to connect.

Email Me At

lorenzotumminello@gmail.com