Skip to content

Keertana-N/VerisAI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

VerisAI

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.

Features

  • 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

Tech Stack

  • 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)

Setup Instructions

Backend

cd backend
python -m venv venv
source venv/bin/activate  # Linux/macOS
venv\Scripts\activate     # Windows
pip install -r requirements.txt
python main.py

About

The only financial agent you need!

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors