INFOGO is a retrieval‑augmented research assistant for equity analysis, built at HackUTD 2024. It crawls and ingests SEC filings, earnings transcripts, news, and market stats, indexes them, and answers natural‑language questions with citations while compiling a valuation snapshot. A baseline Net Current Asset Value (NCAV) model is adjusted up or down based on evidence extracted from the retrieved documents.

I led the AI and integration work: GPT‑4o for extraction/synthesis, text‑embedding‑3‑large for dense retrieval, and a MongoDB‑backed store exposed via a clean API to the web frontend. The main challenges were robust ingestion/cleaning and prompt/guardrail design. Next steps would have included user document uploads, markdown formatting, saved searches, and richer comparative charts.

Stack highlights: GPT‑4o, text‑embedding‑3‑large, RAG, MongoDB, Next.js, Langchain.

view the repo or view our hackathon submission