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.
- 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.
- Backend: Django
- Frontend: React
- Database: PostgreSQL
- Containerization: Docker
- AI Frameworks: LangChain, LangGraph
- SQLite: Used for local data storage (chroma.sqlite3)
Make sure you have the following installed:
- Python (3.8 or higher)
- Node.js (for frontend)
- Docker (for containerization)
git clone https://github.com/<username>/rfp_app.git
cd rfp_app
# RFP_Analyzer