Skip to content
View LeticiaMilan's full-sized avatar

Organizations

@APS-Unip-team-3sem

Block or report LeticiaMilan

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.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
LeticiaMilan/README.md

👩🏻‍💻 About_me.py – Meet My Digital Self! :)

cat typing on a computer

#!/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()

📊 GitHub Stats:

GitHub Activity Graph

🏆 GitHub Trophies:

Pinned Loading

  1. LibrAI LibrAI Public

    Este projeto implementa um sistema de reconhecimento de letras do alfabeto em Língua Brasileira de Sinais (Libras) utilizando Redes Neurais Convolucionais (CNN).

    Jupyter Notebook 1

  2. Fruit-Classification-with-Transfer-Learning Fruit-Classification-with-Transfer-Learning Public

    Jupyter Notebook

  3. LLM-Book-Recommender LLM-Book-Recommender Public

    Jupyter Notebook

  4. Spike-Omicron-Seq Spike-Omicron-Seq Public

    🧬 Criando a sequência da proteína Spike da variante Ômicron, com Python

    Python 1

  5. medical-imaging-ai medical-imaging-ai Public

    Este 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