import os
class IlyesDjerfaf:
def __init__(self):
self.name = "Ilyes DJERFAF"
self.location = "Paris"
self.education = "Data Science Student @ University Paris-Saclay"
self.occupation = "Apprentice Data Scientist @ Safran Aircraft Engines"
self.current_focus = "LLMs"
self.current_projects = ["Code Generation enhanced by Behavior Driven Development"]
@staticmethod
def connect():
return {
"LinkedIn": "https://www.linkedin.com/in/ilyesdjerfaf",
"Mail": f"{os.getenv('firstname')}.{os.getenv('lastname')}@universite-paris-saclay.fr"
}
if __name__ == "__main__":
print("Contact me:")
for platform, url in IlyesDjerfaf.connect().items():
print(f"{platform}: {url}")
Highlights
- Pro
Pinned Loading
-
mlengineershub/QuickDraw-API
mlengineershub/QuickDraw-API PublicApplication for playing Quickdraw powered by a Vision Transformer
JavaScript 22
-
mlengineershub/LazyTeacher
mlengineershub/LazyTeacher PublicEnd-To-End Machine Learning Project for Automatic Grades for Student Essays
Jupyter Notebook 17
-
mlengineershub/QuickDraw-ML
mlengineershub/QuickDraw-ML PublicHere you will find all the classes as well as the training and optimization carried out to build the model which will be used in our QuickDraw application
Python 2
-
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
If the problem persists, check the GitHub status page or contact support.