Skip to content
View Rekin226's full-sized avatar

Highlights

  • Pro

Block or report Rekin226

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.

Content in all repositories owned by your account will be closed.
Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
Rekin226/README.md

Abdoul Rachid Ouédraogo (韋正)

Typing SVG

Applied AI Researcher @ Taiwan Polar Institute · Founder of POUK YAM

LinkedIn Hugging Face Website Location


Building agentic AI platforms for national agencies: MCP servers, tool-calling analysts, data collectors, forecasting models, dashboards.

Background: 6+ years across R&D, application development, and research, including LLM agents with RAG and ML shipped in a commercial product.


🚀 Featured projects

AquaScope ⭐ 28

PyPI DOI MCP

Open-source Python toolkit that unifies global water data under one API, then puts an agent on top of it.

  • 29 collectors behind one Pydantic schema: USGS, UK EA, Hub'Eau, GRDC, FAO, GEMStat, EU WFD
  • MCP server — Claude or Cursor gets stations, series, and cited flood frequency as real tools
  • Studio: a six-role agent crew (scout, methodologist, analysts, critic, author) plans, runs, and returns a Word + Excel + notebook bundle
  • HydroGym: gym-style RL environment for model calibration on real basins
  • 1,000+ tests · CAMELS-validated · 24 outside contributors · Zenodo-archived

Explorer

PyPI Open weights

Multimodal tool-calling agent over a deterministic, cited engineering core. Zero proprietary APIs.

  • LLM collects and routes; a validation gate guards a pure, tested trust zone that does the math
  • Photos and voice notes on Telegram, WhatsApp, and the web — a guard strips any fabricated reading, and a cited table returns a ranked differential, never a verdict
  • RAG measured, not asserted: hit 0.879 · recall 0.833 · MAP 0.604 · 8/10 off-topic queries refused. Nine techniques benchmarked, four ship, every verdict recorded
  • Faithfulness + citation-accuracy eval; per-turn tracing that records shape, never content
  • 1,235 tests · advice-safety golden set enforced in CI · DPG compliance pack

PyTorch PhysicsNeMo

GPU physics-informed neural operators. One model replaces 61 hand-calibrated ones.

  • Simulation KGE 0.754 vs 0.736 for 61 per-well calibrated ODEs (climatology 0.446)
  • Generalizes to wells it never saw: leave-one-well-out 0.565, near the in-sample 0.591
  • Forecast LSTM: 0.899 at 30 days vs 0.703 persistence, with ~90% calibrated intervals
  • 14× bf16 GPU speedup · 6.7× parallel rollout · PhysicsNeMo port, bit-identical
  • Negative results published, not buried: the PINN field, the adjoint solver, the subsidence coupling

Live demo

NLLB Whisper

Translation and speech recognition for Mooré, a language of ~8M people and almost no training data.

  • Curated 205,271 parallel pairs across 4 directions: LID-gated, fragment-filtered, decontaminated against FLORES-200
  • LoRA fine-tunes of NLLB-200 600M and 3.3B on a single consumer RTX 4070
  • ASR corpus of 37,654 utterances / 85 h; Whisper-small at 34.1% WER, benchmarked against an MMS-1b zero-shot baseline
  • Three adapters published on the Hub · BLEU / chrF++ on FLORES-200 devtest · Colab demo

paper-agent ⭐ 8 · Claude Code plugin Semantic Scholar

A Claude Code plugin that turns the agent into a disciplined manuscript collaborator — five strict modes (draft, review, revise, proofread, audit), Semantic Scholar MCP citation resolution with no API key, anti-fabrication guardrails, and a clean .docx round-trip. Ships journal profiles for Hydrogeology Journal, JHRS, and IEEE TIM, plus a generic quantitative-science profile. Install with one command: /plugin marketplace add Rekin226/paper-agent.


🛠️ Tech stack

tech stack

PyTorch · Hugging Face (transformers, PEFT, datasets) · LangChain · LangGraph · AutoGen · MCP · CUDA / bf16 · NVIDIA PhysicsNeMo · RAG & vector search (FAISS) · Ollama / vLLM · pandas · NumPy · SciPy · FastAPI · Django · PostgreSQL · Docker · GitHub Actions · pytest · Streamlit · Gradio

🔬 Interests

Agentic AI & tool use · LLM fine-tuning for low-resource languages · Evaluation, guardrails & AI safety in production · Physics-informed & scientific ML · Uncertainty quantification · AI as a digital public good


📈 GitHub activity

stats top langs streak trophies

Open to conversations about AI/ML engineering roles and collaborations. LinkedIn · rachidouedraogo.com

POUK_YAM AquaScope

Building AI for science · Taichung, Taiwan

Pinned Loading

  1. aquascope aquascope Public

    Open-source Python toolkit for water data, hydrology, and agricultural water management — 29 unified collectors (USGS, UK EA, Hub'Eau, GRDC, BOM, FAO…), Bulletin 17C flood frequency, FAO-56 ET₀, an…

    Python 28 38

  2. paper-agent paper-agent Public

    Claude Code plugin to draft, review, revise, proofread, and audit quantitative-science journal manuscripts at submission quality. Five strict modes, Semantic Scholar MCP citation integrity (no API …

    8 2

  3. HydroPhysicsAI HydroPhysicsAI Public

    GPU physics-informed neural operators for groundwater, benchmarked against per-well gray-box ODEs (PyTorch / PhysicsNeMo / CUDA)

    Python 3

  4. Agronaut Agronaut Public

    An open-source AI agronomy agent that runs locally on your own machine or server, reaches you on Telegram and WhatsApp, and computes aquaponics system designs from a deterministic, source-cited eng…

    Python 4 10

  5. aquascope-demos aquascope-demos Public

    Real-world hydrology demo cases for AquaScope. Self-contained reproducible Jupyter notebooks with every headline result checked against a published reference.

    Jupyter Notebook

  6. groundwater-prediction-graybox-model groundwater-prediction-graybox-model Public

    Gray-box modeling workflow for groundwater level prediction in the Zhuoshui Alluvial Fan, Taiwan. Companion code to a Hydrogeology Journal manuscript.

    Python