Skip to content
View ofcitsjoe's full-sized avatar
  • Bhubaneswar, Odisha
  • 09:34 (UTC +05:30)
  • LinkedIn in/ofcitsjoe

Highlights

  • Pro

Block or report ofcitsjoe

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

Joseph Peters

Computer Science Engineering student at SOA University, interested in AI/ML, backend development, and building practical software systems.

I mostly work with Java and Python, and I'm currently spending most of my time getting better at DSA, backend engineering, and deploying ML applications.

lofi pixel art


Projects

AegisExtract — Privacy-preserving medical document processing using FastAPI, Tesseract OCR, and local Llama 3 inference. The entire pipeline runs locally through Docker.

DemandSense AI — Retail demand forecasting system combining a PyTorch LSTM with Prophet and business-rule guardrails, with a Streamlit dashboard for exploring forecasts and inventory impact.

LedgerGuard — Event-driven fraud detection pipeline built around Java, Kafka, FastAPI, and XGBoost. Transactions are streamed through Kafka and evaluated by an ML service in real time.


Stack

Languages: Java, Python

AI / ML: PyTorch, Scikit-learn, Prophet, XGBoost

Backend: FastAPI, REST APIs, Apache Kafka

Data: Pandas, NumPy

Tools: Docker, Git, GitHub


Currently

I'm working through DSA and Java fundamentals while building projects around backend systems and machine learning.

I'm particularly interested in how ML models move beyond notebooks and become reliable software — APIs, data pipelines, containers, and eventually cloud infrastructure.


Contact

Email · GitHub

Pinned Loading

  1. aegis-extract aegis-extract Public

    A privacy-preserving, localized NLP pipeline for extracting structured clinical entitites from unstructured medical documents using OCR and constrained LLM generation.

    Python

  2. demandsense demandsense Public

    End-to-end retail inventory forecasting pipeline using PyTorch (LSTM), Prophet, and Streamlit.

    Jupyter Notebook

  3. ledgerguard ledgerguard Public

    A real-time, event-driven financial fraud detection pipeline built with Java 21, Apache Kafka, FastAPI, and XGBoost.

    Java