Skip to content
View FructueuxHollo's full-sized avatar
๐Ÿƒ
On a threadmill
๐Ÿƒ
On a threadmill
  • Cotonou, Benin
  • 07:38 (UTC +01:00)

Block or report FructueuxHollo

Report abuse

Contact GitHub support about this userโ€™s behavior. Learn more about reporting abuse.

Report abuse
FructueuxHollo/README.md

Fructueux E. B. W. HOLLO

Physical AI ยท Computer Vision ยท Applied Mathematics

Profile Views Gmail GitHub Followers


  • ๐ŸŽ“ Engineer (M.Sc.) in Mathematics & Modelling, National School of Mathematical Engineering and Modelling, Benin
  • ๐Ÿ›ฐ๏ธ I build AI that works outside the lab: embedded vision for autonomous drones, UAV crop monitoring, and optimization for real systems
  • ๐Ÿ”ฌ Interested in Physical AI: bringing intelligence to systems that deal with sensors, motion, and imperfect real-world data
  • ๐Ÿ—ฃ๏ธ Trainer & mentor: I like making complex models understandable to the people who depend on them
  • ๐Ÿ“ซ Reach me at fructueuxhollo@gmail.com

๐ŸŽฏ What I work on

  • ๐Ÿ–ผ๏ธ Computer Vision: segmentation, classification, attention mechanisms, transfer learning on RGB + infrared imagery
  • ๐Ÿ›ธ Embedded & Autonomous Systems: onboard vision for UAVs, coverage path planning, simulation-in-the-loop
  • ๐Ÿงฎ Optimization & Operations Research: metaheuristics, constraint programming, scheduling
  • ๐Ÿ“Š Applied Statistics & Modelling: time series, geospatial analysis, surrogate models

โš™๏ธ Tech Stack

Languages

Python C++ R Dart SQL

Machine Learning & Vision

PyTorch Scikit-learn OpenCV NumPy Pandas SciPy Matplotlib

Optimization & Scientific Computing

OR-Tools NetworkX MATLAB OpenMP MPI Slurm

Tools

Git Linux LaTeX


๐Ÿ“Œ Featured Projects

๐Ÿ›ธ Physical AI & Autonomous Systems

  • Drone Coverage Path Planning: Coverage path-planning algorithms in Python, validated on a simulated drone (MATLAB UAV Toolbox): 100% coverage, 0 collisions, 2.625 Jerk RMS.
  • Autobalancing Robot: Controller design and parameter optimization for a self-balancing inverted-pendulum robot, with a benchmarking suite and simulation visualizer.

๐Ÿ–ผ๏ธ Computer Vision & Remote Sensing

  • Remote Sensing in North Benin: Transfer learning for aerial object and activity recognition on a heterogeneous RGB + infrared dataset, 1400+ images self-collected with a DJI Mini 4 Pro, mAP@50 = 91.85.

๐Ÿ”Š Signal Processing & Dynamical Systems

  • Sound ex Machina: Audio fingerprinting engine (Shazam-style): spectrogram peak constellations and hashing to identify a music track from a short query sample. Built in MATLAB.
  • VortexCrypt: Image encryption scheme driven by a reversible Grayโ€“Scott reactionโ€“diffusion model, using the system's dynamics to diffuse and recover image data.

๐Ÿงฎ Optimization & Decision Systems

  • Ant Colony Optimization for Task Assignment: ACO on a bipartite job/worker graph (27 jobs, 6 workers) for static scheduling in grid computing, reducing makespan by 53.6% vs Local Search and 32.9% vs a Genetic Algorithm.
  • Timetabling Solver: Constraint-programming timetable scheduler built with Google OR-Tools.
  • RL Maze Solver: Reinforcement learning environment and agent, with the environment implemented from scratch.

๐Ÿ“Š Applied Machine Learning

  • Insurance Damage Pricing: Non-life insurance pricing model combining a frequency model (MAE 0.27) and a severity model (MAE 0.09).

๐Ÿ† Highlights

  • ๐ŸŽค Oral presentation at ICCCS 2026 (11th International Conference on Computer and Communication Systems), Wuhan, China โ€” UAV Data Acquisition and Multi-Stage Deep Learning for Maize Foliar Disease Detection: U-Net segmentation (>75% IoU) feeding a ResNet classifier (96.9% accuracy), cutting the image area to classify by 68%
  • ๐Ÿฅ‡ 1st place: TotalEnergies EEIA 2023 Machine Learning Challenge (thermal power output forecasting, 1st of 120+ participants)
  • ๐Ÿฅˆ 2nd place: MTN MoMo Hackathon 2023, for SimpliMoney, a financial-inclusion app for illiterate users
  • ๐Ÿง‘โ€๐Ÿซ UNDP AI Bootcamp facilitator: mentored 54 innovators from 9 countries
  • ๐ŸŽ“ Master's thesis defended with 89/100

๐Ÿ“Š GitHub Stats

GitHub Streak

Pinned Loading

  1. remote-sensing-in-north-benin remote-sensing-in-north-benin Public

    Jupyter Notebook

  2. drone-coverage-path-planning drone-coverage-path-planning Public

    Python

  3. ACO-for-assignation ACO-for-assignation Public

    solving static job scheduling problem in the UPC system with ant colony optimization

    Python

  4. sound-ex-machina sound-ex-machina Public

    MATLAB

  5. vortexcrypt vortexcrypt Public

    Python

  6. autobalancing-robot autobalancing-robot Public

    Python