CoolFace
Apppublic

sritikaa/fintech-audit-ai

sourceHugging Faceupdated 6mo agoView on Hugging Face
0likes
App README

๐Ÿ“Š Fintech Audit AI

An AI agent that answers questions using real SEC 10-K filings from JPMorgan, Goldman Sachs and Bank of America.

What it does

  • โ€”Downloads real SEC EDGAR filings
  • โ€”Chunks and embeds them locally
  • โ€”Uses ReAct multi-step reasoning to answer financial questions
  • โ€”Powered by RAG + Groq LLM

Stack

  • โ€”sentence-transformers (embeddings)
  • โ€”ChromaDB (vector store)
  • โ€”Groq API (LLM)
  • โ€”Gradio (UI)