This repository houses the formal academic and business proposal for FinAdvisor AI, developed for the Swin Hackathon 2026.
The documents contained here outline the strategic context, system architecture, user requirements, and feasibility analysis of the FinAdvisor AI platform. It serves as the foundational blueprint and whitepaper for our intelligent, multi-agent financial advisory system designed specifically to empower Small and Medium Enterprises (SMEs).
proposal/The main directory containing the LaTeX source code for the official IEEE-formatted document.proposal.tex: The primary entry file for the TeX document.sections/: Contains individual.texfiles for the various sections of the proposal (e.g., Abstract, Introduction, Solution Design, Feasibility Analysis).img/: Contains the architecture diagrams and figures utilized in the whitepaper.
template/Contains the base IEEE conference paper template files and style definitions.docs/Used for generated outputs or supplementary design documentation outside the core LaTeX build.
The proposal is written in LaTeX using the standard IEEEtran document class. To compile the original source code into a readable PDF:
-
Navigate to the inner
proposaldirectory:cd proposal -
Compile using
pdfLaTeX,latexmk, or your preferred TeX engine:latexmk -pdf proposal.tex
(Alternatively, you can open the root
proposal.texfile in an editor like Overleaf, TeXShop, or VS Code using the LaTeX Workshop extension).