AI Dev Impact Lab JA
← Rankings · AI-RELATED REPO

nxrmal03/loandoc-ai

RAG-powered document Q&A for loan agreements — FastAPI + React + Gemini

Python GitHub ↗ site ↗
★ 0
stars
75
AI relevance
65
solo dev
0
tool sigs

SUMMARY AI summary by gpt-5-mini

LoanDoc AI is a production-ready RAG (retrieval-augmented generation) Q&A system for loan documents. It ingests PDFs/DOCX, indexes text into a local Chroma vector DB, and answers natural-language queries with cited source snippets. Who uses it: engineering teams, data scientists, or operations/legal groups needing searchable Q&A over loan paperwork. Key features: - Frontend: React + TypeScript; Backend: FastAPI + LangChain - Ingest: pypdf/python-docx → RecursiveCharacterTextSplitter (1,000 chars, 200 overlap) - Embeddings: OpenAI text-embedding-3-small; store in local Chroma - Retrieval: embed query → top-5 chunks; primary LLM: Anthropic Claude Sonnet; fallback: OpenAI GPT-4o - Configurable via backend/.env (chunk size, overlap, retrieval K, models) - Simple local dev (no Docker), tests mock LLMs and use temporary Chroma DB - Exposed API: upload, list, delete, query, health; responses include model_used and citations.

DETECTED Detected AI stack

AI-related keywords found in this repo's description, topics, or README summary — grouped by category. Each badge links to the corresponding ranking detail page.

🧠 LLM providers (3)
Anthropic OpenAI Gemini
🧩 AI frameworks (1)
LangChain
🗄️ Vector DBs (1)
Chroma
🤖 LLM models (3)
Claude Gemini GPT-4
🔢 Embedding models (1)
text-embedding-3
🌐 Web frameworks (2)
FastAPI React

Language breakdown (by bytes)

CSS
2%
HTML
0.6%
Python
48.8%
JavaScript
2.4%
TypeScript
46.2%

Owner

Account
nxrmal03
Type
User
Followers
0

AI Full-Stack Engineer | React • FastAPI • GenAI Building scalable apps with modern UI and intelligent AI systems.

Dates

Created on GitHub 2026-05-14
Last push 2026-05-14
First seen here 2026-05-14
Last fetched 2026-05-14 16:11

Similar repos (same language)

su5176/Mklink-AI-Probe

MKLink AI Probe is an all-in-one embedded debugging CLI for Cortex-M microcontrollers. It bridges the MKLink/MicroLink hardware probe with AI agents (Claude, OpenAI) to enable natural-language driven firmware flashing, real-time waveform visualization, memory inspection, fault diagnosis, and industrial protocol debugging.

Python 11 AI 65
SuvenSeo/codex-usage-tracker

Local-first usage dashboard for Codex, Claude Code, Cursor, and WakaTime AI coding activity

Python 5 AI 100
Kerlewor/narrative_workbench

面向 Claude Code 与 Codex CLI 的 AI 小说写作工程框架 | Inspired by InkOS | AGPL-3.0

Python 4 AI 70
convictional/souls-only

A font for humans no AI and keyboard firmware to type in it.

Python 3 AI 45
webdevtodayjason/hermes-embodiment

Give your Hermes agent a body — an animated face, live RGB presence, and mood, all driven by the agent's real state. Minnie is the flagship example.

Python 3 AI 70
DeconBear/learn-ai

通过一个仓库,拆解 AI 的运行逻辑和建构方式,培养从 0 到 1 设计和训练 AI 模型的能力

Python 2 AI 100
Junaid-Ahmed-Rupok/continuum-rag-chatbot

🧠 A persistent memory RAG chatbot that never forgets. Uses Phi-3-mini LLM, ChromaDB vector database, and Ebbinghaus memory decay curves.

Python 1 AI 100
genjibyte/AI-Test-Platform
Python 1 AI 50