Skip to content
View Thibault-GAREL's full-sized avatar

Highlights

  • Pro

Organizations

@ECE-Lyon

Block or report Thibault-GAREL

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

Hi ! My name is Thibault GAREL

I am currently in my 4th year at ECE, an engineering school, where I am pursuing a Major in Data & AI😊 .

Since 2022, I’ve been building personal projects mostly on AI 🤖.

I'm a AI maker in Intelligence Lab, where I participate in applied projects combining research, prototyping and innovation!

🌐 My portfolio | 💼 LinkedIn | 🤗 Hugging Face | 📬 Contact


✨ Featured Projects

Domain Subdomain / Project Link
Generative AI Image Generator - GAN (Generative Adversarial Network)

LMs - Language Models (Bigram & Transformer Models)

RAG - Retrieval Augmented Generation - A chatBot that read a PDF

Opposite Embedding Finder or Embedding Arithmetic
GAN

LMs

RAG

CLIP Embedding Tools
Neural Networks Neural Networks library (from Scratch in C) Neural Networks
Reinforcement Learning Genetic Algorithm:

     → Snake

     → Driving

     → AI learning to walk with an entier physique engine (box2D)

Deep Q-Learning:

     → Snake (🚧Still in progress !🚧)

     → Driving

Q-Learning (To find the best way)

PPO:

     → Snake

     → Unity AI that learn to move

     → Unity AI that learn to catch money

     → Unity AI that learn to drive


Snake AI - GA

Driving AI - GA

Walking AI - GA



Snake AI - DQL

Driving AI - DQL

Q-Learning



Snake AI - PPO

Unity move

Unity greedy

Unity drive
Speech Recognition School project - ASR - Automatic Speech Recognition ASR
Robotics Two-wheeled robot controlled by a chatbot RAG Bot controlled by ChatBot
Games (for training AI) Snake game

Driving game

Natural Selection Simulation Engine
Snake game

Driving game

Human Sandbox
Physics Simulation Gravity simulation 2D

Attraction repulsion simulation
Gravity Simulation

Attraction / Repulsion
n8n project My own local AI reachable on Whatsapp

An automatic and smart sorting of my mail with labellisation
WhatsApp AI

Smart Mail labeling
Data analysis ISS data analysis with Spark ISS analysis in real time

Project in group

Domain Subdomain / Project Equipe Link
Hackaton with the CND (3rd / 15 schools) An AI able to find anomalies and breakdowns in logs of the French army Thibault GAREL

Alfred de Vulpian

Axel Bröns

Robin Quériaux

Ziyad Amzil
Code Frontend

Code Backend

🛠️ Skills & Tools

  • Languages:
    Python C C++ SQL Java

  • Web:
    HTML5 CSS3 PHP JavaScript

  • Libraries:
    TensorFlow PyTorch scikit-learn NumPy Pandas

  • Visualization:
    matplotlib Power BI pygame Allegro Streamlit

  • Other:
    GitHub Git Excel Ollama n8n Raspberry Pi CUDA Arduino ESP32


🔍 Things I have to change...

Add the other project in python :

  • ML Project : logistic regression / Classification
  • Practical exercises to learn pattern recognition (practices 8 to 10)

🚀 Next Steps...

  • Finish the Snake game using Deep Q-learning (hyperparameters don't work !!!) Snake AI - DQL
  • Finish Walking AI - GA
  • Finish SC2 AI
  • Develop a voice cloner to achieve end-to-end speech-to-speech synthesis from scratch (Speech→text (done!), text→text (done!), and text→speech (in progress))

Code created by me 😎, Thibault GAREL - Github

Feel free to contact me ! 😊

🌐 My portfolio | 💼 LinkedIn | 🤗 Hugging Face | 📬 Contact

Pinned Loading

  1. AI_driving_DQN_version AI_driving_DQN_version Public

    A Deep Q-Learning AI learning to drive

    Python 3

  2. AI_driving_genetic_version AI_driving_genetic_version Public

    AI learns to drive with genetic mutation

    Python 3

  3. AI_snake_genetic_version AI_snake_genetic_version Public

    AI to play snake with Neat & Pygame

    Python 3

  4. Image_generator_GAN Image_generator_GAN Public

    a Generative Adversarial Network (GAN) capable of generating cat images using PyTorch

    Python 3

  5. Language_Models Language_Models Public

    A construction of Bigram and Transformer Models (use for GPT) from scratch with full explication

    Python 3

  6. Neural_Network_from_Scratch Neural_Network_from_Scratch Public

    An implementation of a Neural Network from scratch with Real-Time Visualization (C + Allegro)

    C 3