Skip to content

Latest commit

 

History

History
32 lines (26 loc) · 1.16 KB

README.md

File metadata and controls

32 lines (26 loc) · 1.16 KB

RFP Analyzer

Overview

The RFP Analyzer is an AI-powered solution designed to automate the analysis of Requests for Proposals (RFPs). It leverages natural language processing and multi-agent architectures to streamline the evaluation process, reduce errors, and enhance overall efficiency.

Key Features

  • Automated Analysis: Processes RFP documents quickly and accurately.
  • Multi-Agent Architecture: Utilizes multiple AI agents to improve response quality and adaptability.
  • Natural Language Processing: Extracts key information from RFPs for better decision-making.
  • Semantic Vector Search: Enables efficient information retrieval based on context and relevance.

Technologies Used

  • Backend: Django
  • Frontend: React
  • Database: PostgreSQL
  • Containerization: Docker
  • AI Frameworks: LangChain, LangGraph
  • SQLite: Used for local data storage (chroma.sqlite3)

Installation

Prerequisites

Make sure you have the following installed:

  • Python (3.8 or higher)
  • Node.js (for frontend)
  • Docker (for containerization)

Clone the Repository

git clone https://github.com/<username>/rfp_app.git
cd rfp_app
# RFP_Analyzer