louistransfer / louistransfer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Introduction

My name is Louis, I have recently graduated from the X-HEC MSc Data Science for Business curriculum. I learned how to leverage data science pipelines, machine learning algorithms and deep learning models to answer concrete business issues though hands-on projects with prestigious consulting firms, banks and start-ups. I am also highly interested in Data Engineering topics, such as databases management, code packaging (Poetry, mamba), API frameworks, containers (Docker, Kubernetes, Kubeflow) and GitOps (Github Actions).

My curriculum also included courses on data science applied to finance. It is the subject of my HEC Paris Research Paper which aimed to map the use of data science techniques in the Venture Capital world. Its results are available as an interactive webapp accessible here: https://louistransfer-research-paper-analysis-home-co337u.streamlitapp.com/

Personal projects

  • object-detection-ign : an object detection API available as a Docker image. It loads aerial imagery from the French IGN (Institut national de l’information géographique et forestière) using the WMTS protocol, performs object detection on vehicles present on the image with Tensorflow and returns the results as a JSON response. The entire process runs on the Starlite ASGI framework.
  • Kajin: an unofficial Python wrapper for the Jinka API (a website to look for appartment rentals): the project goal is to get a dataset of appartments available on the app as a CSV and Excel file containing various pieces of data about them, and to clean expired flat offers.

Academia Projects

  • Implementation of a map-reduce algorithm to determine the number of connected edges in a graph using Scala and PySpark.
  • FinTech market lending simulation, where 5 groups had to predict how much they would like to lend to specific clients based on their characteristics. I used boosted trees in order to compute a probability of default on the loan. This simualtion aimed to illustrate the Winner's curse.
  • Anomaly detection on stock exchange volatility matrices, using autoencoders to correct erroneous matrices.
  • Data science applied to consulting projects, such as a client churn detection problem and a real estate prediction pipeline.
  • Detection of High-Frequency Traders (HFT) in a competition organized by the AMF (Autorité des Marchés Financiers), France's financial watchdog.

About