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
-
huggingface/evaluate
huggingface/evaluate Public🤗 Evaluate: A library for easily evaluating machine learning models and datasets.
-
mlengineershub/QuickDraw-API
mlengineershub/QuickDraw-API PublicApplication for playing Quickdraw powered by a Vision Transformer
-
Reddit-European-Analysis
Reddit-European-Analysis PublicThis 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
-
mlengineershub/ai_action_summit_hackathon_an2i
mlengineershub/ai_action_summit_hackathon_an2i Publicis 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…
-
mlengineershub/automated-ckd-stratification
mlengineershub/automated-ckd-stratification PublicOur implementation at Hackathon Healthcare Europe 2025 – #1st InferSystems Prize, #2nd IKEM Prize.
TypeScript 2
-
mlengineershub/MNLI-MultiModel-Benchmark
mlengineershub/MNLI-MultiModel-Benchmark PublicThis 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
If the problem persists, check the GitHub status page or contact support.