#!/usr/bin/python
# -*- coding: utf-8 -*-
class Student:
def __init__(self):
self.name = "Letícia Milan"
self.role = "Computer Science Student"
self.pronouns = "She/Her"
self.location = "Brazil"
self.website = "https://dev-folio-v.vercel.app"
def skills(self):
self.languages = ["Python", "R", "Java", "JavaScript", "TypeScript"]
self.databases = ["PostgreSQL", "MongoDB", "MySQL", "SQL Server"]
self.frameworks = ["Pandas", "NumPy", "Plotly", "Matplotlib", "Flask",
"Django", "TensorFlow", "Keras", "PyTorch", "scikit-learn",
"LangChain", "Hugging Face Transformers", "NLTK",
"React.js", "Chart.js", "Next.js", "GraphQL",
"Spring boot"
]
self.learning = [ "Data Science with Python, R and SQL",
"Machine Learning algorithms",
"Deep Learning",
"Artificial Intelligence",
"Medical Image Processing",
"Bioinformatics",
"Green Software Development 🌱💚"
]
def say_hi(self):
print(f"""
Hello, I'm {self.name}! Thanks for dropping by!
Hope you find my profile interesting! :)
""")
me = Student()
me.say_hi()
☕
👩🏻💻 Computer Science Student | 🧠 AI & ML Enthusiast | 🖥️ Deep Learning | 🏥 Medical Image Processing | 🌱 Green Software Advocate | 🔬 Research Passionate
- Batatais, São Paulo - Brasil
- in/leticia-milan
Pinned Loading
-
Fruit-Classification-with-Transfer-Learning
Fruit-Classification-with-Transfer-Learning PublicJupyter Notebook
-
-
Spike-Omicron-Seq
Spike-Omicron-Seq Public🧬 Criando a sequência da proteína Spike da variante Ômicron, com Python
Python 1
-
medical-imaging-ai
medical-imaging-ai PublicEste repositório contém materiais, projetos e estudos desenvolvidos durante o curso "Inteligência Artificial Aplicada na Análise de Imagens Médicas e Diagnóstico por Imagem".
Jupyter Notebook
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.


