Skip to content
View gaelleloutfi's full-sized avatar
🧘‍♀️
🧘‍♀️

Highlights

  • Pro

Block or report gaelleloutfi

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 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
gaelleloutfi/README.md

Hi there 👋 Moi c'est Gaelle.

:octocat: Bioinformatics Student @ Université Paris Cité | Bioinformatics Software Developper @ Institut Cochin

📍Paris, France

Duck

About Me 🧬💻

#!/usr/bin/python
# -*- coding: utf-8 -*-

class BioinformaticsEngineer:

    def __init__(self):
        self.name = "Gaelle Loutfi"
        self.role = "Bioinformatics Software Developper"
        self.education = {
          "BSc" : "Lebanese American University",
          "MSc" : "Université Paris Cité"
        }

    def say_hi(self):
        print("Thanks for dropping by! Feel free to look around, hope you find some of my work interesting.")


me = BioinformaticsEngineer()
me.say_hi()

Tech Stack 🛠️


Let's Get in Touch! 🌐

Gaelle Loutfi

Pinned Loading

  1. Threading-by-Double-Dynamic-Programming Threading-by-Double-Dynamic-Programming Public

    This project implements a threading algorithm based on double dynamic programming (DDP) for protein structure recognition and sequence–structure alignment.

    Python 1

  2. DeepLoc-prediction-of-protein-subcellular-localization-using-deep-learning DeepLoc-prediction-of-protein-subcellular-localization-using-deep-learning Public

    Jupyter Notebook 1

  3. Romain-Gerard/projet-angle Romain-Gerard/projet-angle Public

    Python 1

  4. Database-SQL Database-SQL Public

    Relational Database System for FlyHaraty Airline : Full SQL Schema, Inserts, and Queries.

  5. deep-learning-keras-mnist-image-classification deep-learning-keras-mnist-image-classification Public

    Deep learning project using Keras to classify noisy MNIST handwritten digit images. Includes dense neural networks, CNNs, and ResNet models, with cross-validation and performance evaluation.

    Jupyter Notebook 1

  6. pomodoro-timer pomodoro-timer Public

    A sleek Pomodoro timer built with TypeScript and CSS. Designed for focus and flow, this lightweight timer pairs smooth, calming visuals with a responsive, easy‑to‑use interface so you can start, pa…

    TypeScript 1