Skip to content
View lupiochi's full-sized avatar

Highlights

  • Pro

Block or report lupiochi

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

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

Report abuse
lupiochi/README.md

Hi! I'm Luiz =)

🌍 Let's Connect

Website LinkedIn ResearchGate Google Scholar Email

# Meet Luiz

class Luiz:
    def __init__(self):
        self.name = "Luiz Felipe Piochi"
        self.title = "Deep Learning and Bioinformatics Specialist, PhD Student in Computer Science @ Inria"

    def introduction(self):
        return f"πŸ‘‹ Hi, I'm {self.name}, a {self.title}. My goal is to uncover the hidden stories in data."

    def what_i_do(self):
        return ("πŸ”¬ I work with deep learning and develop bioinformatics tools to solve biological puzzles, "
                "such as predicting how cancer drugs will work and understanding bee metagenomics.")

    def how_to_reach_me(self):
        return "🌍 Let's connect! You can find me on LinkedIn, ResearchGate, or send me an email!"

# Say hello!
luiz = Luiz()
print(luiz.introduction())
print(luiz.what_i_do())
print(luiz.visit_my_site())
print(luiz.how_to_reach_me())

πŸ› οΈ Skills & Tools

Python R Bash Snakemake Machine Learning

Pinned Loading

  1. gorgon_smk gorgon_smk Public

    This repository contains a Snakemake pipeline for comprehensive microbial analysis, including preprocessing, quantification, and reporting. The pipeline supports handling large datasets with tools …

    Python

  2. lupiochi.github.io lupiochi.github.io Public

    lupiochiPortfolio

    SCSS

  3. QWERTYQueens QWERTYQueens Public

    Very simple speed typing game I made to practice Python and celebrate the recent International Day of Women and Girls in Science.

    Python

  4. MoreiraLAB/delfos MoreiraLAB/delfos Public

    Pipeline for Drug Response Prediction of Cancer Cell lines with DELFOS

    Python 5 1