Skip to content
This repository has been archived by the owner on Oct 20, 2024. It is now read-only.

Commit

Permalink
update resume
Browse files Browse the repository at this point in the history
  • Loading branch information
louisguitton committed May 5, 2024
1 parent 92857a2 commit 8da483b
Showing 1 changed file with 22 additions and 14 deletions.
36 changes: 22 additions & 14 deletions lib/resume.ts
Original file line number Diff line number Diff line change
Expand Up @@ -158,43 +158,50 @@ export const resume: JsonResume = {
keywords: [
"System Design",
"Data Pipelines",
"Google Cloud Platform",
"Microsoft Azure",
// "Google Cloud Platform",
// "Microsoft Azure",
"Amazon Web Services",
"Serverless",
"Microservices",
"MLOps",
"DataOps",
"Docker/Kubernetes",
"Docker",
"Kubernetes",
"AirFlow",
],
},
{
name: "Data Development",
keywords: [
"Pandas",
"DuckDB",
"dbt",
"Redshift",
"Snowflake",
// "Polars",
"Spark",
"Kafka",
"AWS Glue",
"AWS LakeFormation",
"PostgresSQL",
"ElasticSearch",
"Redis",
"Redshift",
"Snowflake",
"Neo4j",
"Snowplow",
"Spark",
"dbt",
],
},
{
name: "Full stack Development",
keywords: [
"python",
"Natural Language Processing",
"FastAPI",
"Natural Language Processing",
"scikit-learn",
"SpaCy",
"networkX",
"PyTorch",
"Transformers",
"Hugging Face",
"transformers",
"MLFlow",
"argilla",
"langchain",
Expand All @@ -208,11 +215,12 @@ export const resume: JsonResume = {
name: "Delivery",
keywords: [
"Agile",
"Scrum",
"Technical Project Management",
"Delivery Roadmaps",
"Financial Budgets",
"Design Thinking",
// "Financial Budgets",
"Stakeholder Management",
"Delivery Reporting",
"Objectives and Key Results",
],
},
Expand Down Expand Up @@ -318,7 +326,7 @@ export const resume: JsonResume = {
// Worked with Isabelle Guyon's research group
// scalable hiring personality screening competitor to HireView
summary: `Developed a scalable personality screening tool for talent acquisition managers using
deep learning Computer Vision models and the resources of a worldwide deep-tech incubator for early-career founders.`,
deep learning Computer Vision and the resources of a worldwide deep-tech incubator for early-career founders.`,
highlights: [],
},
{
Expand All @@ -331,7 +339,7 @@ export const resume: JsonResume = {
url: "https://www.bayesholding.com/",
startDate: "2016-08-31",
endDate: "2018-03-31",
summary: `Built and maintained a real-time deep-learning recommendations pipeline for 1 million daily users of a mobile app.`,
summary: `Built and maintained a real-time deep-learning recommendations pipeline for 1 million daily users of a mobile app using Spark on AWS EMR and tensorflow.`,
highlights: [],
},
].concat(
Expand All @@ -348,7 +356,7 @@ export const resume: JsonResume = {
position: "Data Science Intern",
startDate: "2016-01-31",
summary:
"Researched applications of NLP and web crawlers to the economy of online earned media for Automotive and Cosmetics brands.",
"Researched applications of NLP and web crawlers to the econometrics of online earned media for Automotive and Cosmetics brands.",
url: "https://ekimetrics.com/",
},
{
Expand Down

0 comments on commit 8da483b

Please sign in to comment.