The only financial agent you need!
VerisAI is a multi-agent AI application designed to automate financial and legal document processing, generate insights, and provide compliance recommendations. Built collaboratively as a full-stack project, the system combines multiple AI agents, a backend API, and an interactive frontend.
- Document Reader Agent: Extracts and processes text from financial/legal documents
- Legal Knowledge Agent: Provides guidance based on relevant regulations
- Compliance Verdict Agent: Evaluates documents for compliance checks
- Explanation Agent: Generates human-readable explanations of decisions
- Frontend Dashboard: Interactive interface to view results and interact with agents
- Backend: Python, FastAPI
- Frontend: React, TypeScript, TailwindCSS, Vite
- AI/ML: LLM integration, NLP pipelines
- Tools: Git, VS Code, PyTorch, Scikit-learn
- Deployment: Streamlit (for demos), Docker (optional)
cd backend
python -m venv venv
source venv/bin/activate # Linux/macOS
venv\Scripts\activate # Windows
pip install -r requirements.txt
python main.py