Skip to content
View ilyesdjerfaf's full-sized avatar
🎯
Focusing
🎯
Focusing
  • University Paris Saclay
  • 127.0.0.1
  • 14:37 (UTC +02:00)

Organizations

@mlengineershub

Block or report ilyesdjerfaf

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
ilyesdjerfaf/README.md
import os

class IlyesDjerfaf:

    def __init__(self):
        self.name = "Ilyes DJERFAF"
        self.location = "Paris"
        self.education = "MSc Data Science Student @ University Paris-Saclay"
        self.occupation = "Apprentice Data Scientist @ Safran Aircraft Engines"
        self.current_projects = ["Behavioral Segmentation for Intelligent Email Crafting"]

    @staticmethod
    def connect():
        return {
            "LinkedIn": "https://www.linkedin.com/in/ilyesdjerfaf",
            "Mail": f"{os.getenv('firstname')}.{os.getenv('lastname')}@etu-upsaclay.fr"
        }


if __name__ == "__main__":
    print("Contact me:")
    for platform, url in IlyesDjerfaf.connect().items():
        print(f"{platform}: {url}")

Pinned Loading

  1. huggingface/evaluate huggingface/evaluate Public

    🤗 Evaluate: A library for easily evaluating machine learning models and datasets.

    Python 2.3k 290

  2. mlengineershub/QuickDraw-API mlengineershub/QuickDraw-API Public

    Application for playing Quickdraw powered by a Vision Transformer

    JavaScript 23 1

  3. Reddit-European-Analysis Reddit-European-Analysis Public

    This repository focuses on conducting weekly analyses of European Reddit data. It employs a data pipeline orchestrated with Airflow, scheduled to run on a weekly basis.

    Python 1

  4. mlengineershub/ai_action_summit_hackathon_an2i mlengineershub/ai_action_summit_hackathon_an2i Public

    is a comprehensive AI-powered medical prescription analysis system that enhances patient care and medical decision-making by integrating real-time conversation analysis, automated extraction of cri…

    Python 14 1

  5. mlengineershub/automated-ckd-stratification mlengineershub/automated-ckd-stratification Public

    Our implementation at Hackathon Healthcare Europe 2025 – #1st InferSystems Prize, #2nd IKEM Prize.

    TypeScript 2

  6. mlengineershub/MNLI-MultiModel-Benchmark mlengineershub/MNLI-MultiModel-Benchmark Public

    This project implements various models for Multi Natural Language Inference (NLI) using the MultiNLI dataset with PyTorch. The models are trained to classify pairs of sentences as entailment, contr…

    Python 1