Skip to content
View Gentlhug's full-sized avatar
🤔
Thinking person
🤔
Thinking person

Block or report Gentlhug

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
Gentlhug/README.md

Cover

📃 About me

</> Fast description (in SQL)

SELECT Human FROM Earth
WHERE
  name = 'Hugo FAURIEL'
  AND gender = 'Male'
  AND age = 25
  AND country = 'France'
  AND role = 'Founder & CEO at ImpriMante'
  AND contract = 'Permanent'
  AND currentCompany = 'ImpriMante'

👨‍💻 Description in human language

I'm founder and CEO at ImpriMante, a France-based company mixing AI and 3D printing! I'm also a web develpper (React/Next.JS and PhP) and AI developper.

I'm passionate about creative activities such as:

  • 🎞️ Video editing
  • 📷 Photo editing
  • 💻 Programming
  • 🎵 Music
  • 📦 3D printing
  • ...and more!

</> Programming lanquages I use (in Python)

def get_programming_languages():
  # I know, HTML and CSS aren't programming lanquages
  return ["HTML5", "CSS3", "JavaScript", "TypeScript", "PhP", "SQL", "Python", "R", "C++"]

</> IDE I use (in PhP)

<?php

function getIde() {
  // This is not true for the last two
  return ["Visual Studio Code", "Visual Studio 2022", "PyCharm", "Jupyter Notebook", "Bloc-notes", "Vim"];
}

</> Frameworks and libraries I use (in C++)

#include <iostream>
#include <string>

void Framework()
{
  std::string framework[8] = { "React", "Next.JS", "Prisma", "NextAuth", "TailwindCSS", "ShadCN", "Tensorflow", "PyTorch" };

  for (int i = 0; i < framework->length(); ++i)
  {
    std::cout << framework[i] << std::endl;
  }
}

int main()
{
  Framework();
  std::cin.ignore();
  return 0;
}

Output

React
Next.JS
Prisma
NextAuth
TailwindCSS
ShadCN
Tensorflow
PyTorch

🎮 Hobbies

  • :trollface: 01010000 01100001 01110010 01101100 01100101 01110010 00100000 01100101 01101110 00100000 01100010 01101001 01101110 01100001 01101001 01110010 01100101 (FR)
  • 🎧 Listen music (I create sometimes music)
  • 💻 Programming programs
  • 📺 Watching series
  • 📺 Watching others series
  • 📺 Watching series (and sometimes films)

📖 Quotes I like

Il ne faut jamais imposer son point de vue sur un problème; on devrait plutôt l'étudier, et avec le temps une solution se révélera ~ Albert Einstein

I am not a good programmer, I am just good at copy pasting from stackoverflow ~ Rahul Codes

There are only two kinds of programming languages: those people always bitch about and those nobody uses ~ Bjarne Stroustrup

Any fool can write code that a computer can understand. Good programmer write code that humans can understand ~ Martin Fowler

Pinned Loading

  1. analyse-videos-prix-100-jours-2024-moovjee analyse-videos-prix-100-jours-2024-moovjee Public

    Analysis of YouTube videos from the Moovjee 100 jours 2024 prize to define a Top 15 of the most liked videos.

    Jupyter Notebook

  2. poo-avec-python poo-avec-python Public

    Quelques exercices pour apprendre la programmation orientée objet avec Python.

    Python

  3. TP1-Reconnaissance-et-detection-d-images TP1-Reconnaissance-et-detection-d-images Public

    Un petit TP pour apprendre les bases avec OpenCV et Matplotlib pour la reconnaissance et la détection d'images.

    Jupyter Notebook

  4. projet-ia-fake-news projet-ia-fake-news Public

    Projet IA portant sur la détection des fake news

    Jupyter Notebook

  5. tp2-detection-et-reconnaissance-d-images-et-videos tp2-detection-et-reconnaissance-d-images-et-videos Public

    Deuxième TP pour la reconnaissance et détection d'images et de vidéos

    Jupyter Notebook