Skip to content
View val2021-svg's full-sized avatar
  • Amazon
  • Luxembourg

Block or report val2021-svg

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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
val2021-svg/README.md

Welcome to my GitHub!

Typing SVG

LinkedIn GitHub Email Arxiv


πŸš€ About Me

  • Graduated from Γ‰cole CentraleSupΓ©lec (M.Eng.), UniversitΓ© Paris-Saclay (M.Sc.) and State University of Campinas (B.Eng.).
  • Fluent in πŸ‡¬πŸ‡§ English, πŸ‡«πŸ‡· French, πŸ‡§πŸ‡· Portuguese, and πŸ‡ͺπŸ‡Έ Spanish.
  • I love merging creativity, science, and systems thinking to solve real-world problems with data.

🧩 My Digital DNA

-- Hi, I'm Ingrid β€” expressed as SQL.
-- Dialect: PostgreSQL-ish (but readable everywhere).

-- ─────────────────────────────────────────────────────────────
-- 1) Core profile
-- ─────────────────────────────────────────────────────────────
CREATE TABLE person (
  id            SERIAL PRIMARY KEY,
  full_name     TEXT        NOT NULL CHECK (length(full_name) > 1),
  origin        TEXT        NOT NULL,
  current_city  TEXT        NOT NULL,
  mission       TEXT        NOT NULL,
  curiosity     INT         NOT NULL CHECK (curiosity BETWEEN 1 AND 10),
  creativity    INT         NOT NULL CHECK (creativity BETWEEN 1 AND 10)
);

INSERT INTO person (full_name, origin, current_city, mission, curiosity, creativity)
VALUES
('Ingrid Valverde', 'Brazil πŸ‡§πŸ‡·', 'Luxembourg πŸ‡±πŸ‡Ί', 'Turning data into intelligence', 10, 10);

βš™οΈ Tech Stack


β€œData is not just numbers β€” it’s the language of stories waiting to be told.”

Pinned Loading

  1. lucasjvds/Scanipy lucasjvds/Scanipy Public

    Scanipy stands for "scan it with Python"β€”it's your smart Python library for scanning and parsing complex PDF files like books, reports, articles, and academic papers. Utilizing cutting-edge Deep Le…

    Python 19 2

  2. equifiable/equifiable equifiable/equifiable Public

    Decentralized platform to manage stock option agreements.

    JavaScript 2 1

  3. Lucasvitoriano25/TopicDiscovery Lucasvitoriano25/TopicDiscovery Public

    Repository for the PoleProjet SG8

    Jupyter Notebook 1

  4. romain-sen/conversational-agent romain-sen/conversational-agent Public

    A conversational agent, made with unity and one LLM.

    C# 1

  5. speech-emotion-recognition speech-emotion-recognition Public

    Python