Skip to content

arnav1296/loan_genie_backend

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Loan Agent System

Multi-agent loan processing system built with CrewAI and Google Gemini.

🚀 Getting Started

Step 1: Create a Virtual Environment

From the project root directory:

Windows (PowerShell)

python -m venv venv

macOS / Linux

python3 -m venv venv

Step 2: Activate the Virtual Environment

Windows (PowerShell)

.\venv\Scripts\activate

macOS / Linux

source venv/bin/activate

You should now see (venv) at the start of your terminal prompt.

Step 3: Install Dependencies

⚠️ Always use python -m pip to avoid path issues

python -m pip install --upgrade pip
python -m pip install -r requirements.txt

Step 4: Environment Variables

Create a .env file in the project root:

GOOGLE_API_KEY=your_google_gemini_api_key_here

⚠️ Never commit .env files to version control

Step 5: Run the Project

python main.py

📝 Usage

Type your loan queries when prompted. Type exit, quit, or bye to end the conversation.

📂 Project Structure

loan-agent-system/
├── .env
├── requirements.txt
├── agents/
│   └── sales_agent.py
├── tools/
└── main.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Python 100.0%