Skip to content
View Migue8gl's full-sized avatar

Block or report Migue8gl

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

Hey, I'm Miguel García López 👋

Data Scientist · AI Researcher · Open Source Enthusiast

Data Scientist with a background in Computer Science and Master's-level expertise from the University of Granada. Focused on applied research and development in AI and data-driven solutions, particularly machine learning, deep learning, and metaheuristic optimization.

Blog LinkedIn Email


🚀 Featured Projects

🔬 TFM — VAEs for Out-of-Distribution Detection Master's thesis analyzing the effectiveness of Variational Autoencoders (VAEs) for Out-of-Distribution detection, comparing them against state-of-the-art methods and highlighting their strengths and limitations. Python VAE OOD Detection

🧬 Synthetic Data Generator (CVAE) Pipeline for generating synthetic tabular data using a Conditional Variational Autoencoder, with built-in evaluation by training classifiers on the generated data. Python CVAE Generative Models

🎯 TFG — Metaheuristic Feature Selection Bachelor's thesis reviewing recent metaheuristics adapted for feature selection, with a comprehensive experimental comparison across wrapper-based approaches. Python Optimization Evolutionary Algorithms

🤖 RAG Agent Lightweight and modular Retrieval-Augmented Generation agent built with LangGraph and OpenAI. Supports document indexing with FAISS and structured tool use. Python LangGraph OpenAI

🎙️ WhisperTranscribe Simple and efficient tool for recording, processing, and transcribing audio using Faster Whisper. Python Whisper Deep Learning


🧑‍💻 Languages

python   cplusplus   java   javascript   php   ruby

🛠️ Tools & Frameworks

pytorch   scikit_learn   pandas   opencv   elasticsearch   symfony   mysql   git   linux

Pinned Loading

  1. BelkanGame BelkanGame Public

    Small game that implements several basic pathfinding algorithms, such as Breadth First-Search, Depth First-Search and others.

    C++

  2. TFG-Wrapper-Based-Metaheuristics-Feature-Selection TFG-Wrapper-Based-Metaheuristics-Feature-Selection Public

    Metaheuristics, designed to solve complex optimization problems with limited resources, have been adapted for feature selection. This work reviews recent metaheuristics and conducts a comprehensive…

    Python 2

  3. Keylogger Keylogger Public

    Basic keylogger made in Python. The main goal is to learn while developing it.

    Python 2

  4. DataScienceMaster DataScienceMaster Public

    Projects and research from my Master's in Data Science from the University of Granada.

    Jupyter Notebook 1

  5. WhisperTranscribe WhisperTranscribe Public

    WhisperTranscribe is a Python-based project that provides a simple and efficient solution for recording, processing, and transcribing audio using the Faster Whisper model. The tool offers multiple …

    Python

  6. RAG-Agent RAG-Agent Public

    A lightweight and modular Retrieval-Augmented Generation (RAG) agent built with LangGraph and OpenAI. It supports document indexing with FAISS, and structured tool use. Ideal for prototyping questi…

    Python 2