Coder Social home page Coder Social logo
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}")

Ilyes Djerfaf's Projects

pytorchstepbystep icon pytorchstepbystep

Copy of the repository of my book: "Deep Learning with PyTorch Step-by-Step: A Beginner's Guide"

reddit-european-analysis icon reddit-european-analysis

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.

twitter-streaming-app icon twitter-streaming-app

A simple application that plots out the popularity of tags associated with incoming tweets streamed live from Twitter using Spark and Python

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.