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

Highlights

  • Pro

Organizations

@mlengineershub
Block or Report

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 = "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",
                                 "Social Media Content Filtering Tool"]

    @contactme
    def connect(self):
        return {
            "LinkedIn": "https://www.linkedin.com/in/ilyesdjerfaf",
            "Mail": f"{os.getenv("firstname")}.{os.getenv("lastname")}@universite-paris-saclay.fr"
        }


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

Pinned Loading

  1. mlengineershub/QuickDraw-API mlengineershub/QuickDraw-API Public

    Application for playing Quickdraw powered by a Vision Transformer

    JavaScript 22

  2. mlengineershub/LazyTeacher mlengineershub/LazyTeacher Public

    End-To-End Machine Learning Project for Automatic Grades for Student Essays

    Jupyter Notebook 17

  3. mlengineershub/QuickDraw-ML mlengineershub/QuickDraw-ML Public

    Here 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

  4. 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

  5. mlengineershub/IAssistant-Juridique mlengineershub/IAssistant-Juridique Public

    Votre IAssistant juridique

    Python 1 1