A conversational AI-powered housing intelligence platform for Lagos, Nigeria. Users interact with an intelligent chatbot to discover rental properties, understand market prices, and learn from real tenant experiences.
# Housing Intelligence Platform
**Personal Project** - A conversational AI-powered housing intelligence platform for Lagos, Nigeria.
This is a personal portfolio project demonstrating full-stack development with AI integration. The platform allows users to interact with an intelligent chatbot to discover rental properties, understand market prices, and learn from real tenant experiences.
## Overview
> **Note**: This is a personal portfolio project for demonstration purposes. It is not intended for public use or contribution.
The platform combines real-time property data with AI-driven insights to help users make informed housing decisions. Using RAG (Retrieval-Augmented Generation), the system semantically searches through tenant reviews while providing up-to-date property listings and pricing information across Lagos neighborhoods.
### What I Built
This project demonstrates my ability to architect and implement a complete AI-powered application from scratch, including:
- Designing a microservices architecture with clear separation of concerns
- Implementing RAG (Retrieval-Augmented Generation) with vector databases
- Building ReAct agents using LangGraph for intelligent tool selection
- Creating responsive, modern UIs with smooth animations
- Managing complex data flows across multiple services
## Key Features
- **Conversational AI Interface** - Natural language chat powered by OpenAI GPT-4o-mini
- **Semantic Search** - RAG-based search over 250+ tenant reviews using ChromaDB
- **Real-time Property Data** - Live property listings with prices, locations, and availability
- **LangGraph ReAct Agent** - Intelligent agent that automatically selects appropriate tools based on user queries
- **Area Insights** - Statistics and comparisons across Lagos neighborhoods (Lekki, Ikeja, Victoria Island, etc.)
- **Image Gallery** - Property photos with carousel view and modal display
- **Responsive Design** - Modern UI with Tailwind CSS and smooth animations
## Tech Stac …