Skip to content
View bmmunga's full-sized avatar
🎯
Doing Hard Things
🎯
Doing Hard Things

Highlights

  • Pro

Block or report bmmunga

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, 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
bmmunga/README.md

Hi there👋🏽

I'm Boniface, a software engineer, maker and inquisitive by nature. I work on random projects that I find interesting in my free time.
I'm currently diving deep into AI Engineering on Datacamp, and building agents via HuggingFace .

Checkout my portfolio.

My tech toolbox 🧰:

SkillIcons

Pinned Loading

  1. medguide-ai medguide-ai Public

    A Retrieval-Augmented Generation (RAG)-based AI assistant tailored for a hospital. It provides accurate, context-aware answers to patient queries by combining the hospital's medical knowledge base…

    JavaScript 1

  2. recalla recalla Public

    An AI-powered flashcard generator app designed to enhance memory retention through spaced repetition. It helps users efficiently review and recall information, making learning more effective and lo…

    JavaScript

  3. terminal-screen terminal-screen Public

    Program reads a binary encoded stream of bytes supplied as input and generates a graphical representation of the bytes in a terminal window.

    OCaml 1

  4. task-tracker-api task-tracker-api Public

    The repository task-tracker-api provides a RESTful API for managing tasks. It includes features such as creating, reading, updating, and deleting tasks, as well as user authn and authz with differe…

    Python

  5. ocaml-semver/ocaml-api-watch ocaml-semver/ocaml-api-watch Public

    Libraries and tools to keep watch on you OCaml lib's API changes

    OCaml 22 15

  6. bf_esolang_interpreter bf_esolang_interpreter Public

    This project that was inspired by ALX brainf*ck problem. The aim is to create a simple interpreter for the brainf*ck esoteric programming language

    C