Skip to content

Instantly share code, notes, and snippets.

View Afaquejaya's full-sized avatar
🎯
Focusing

Afaque Jaya Afaquejaya

🎯
Focusing
View GitHub Profile
@Afaquejaya
Afaquejaya / README.md
Last active June 21, 2026 14:36
AI Smart Expense Tracker App (Using AI Hook - Langchain)

AI Smart Expense Tracker - Setup & Run Guide

This project demonstrates how to implement AI Hooks (LangChain Callbacks) using a Flutter frontend and a Python FastAPI backend.

The purpose of this project is to understand the AI execution lifecycle, including:

  • on_llm_start()
  • on_llm_end()
  • on_chain_error()