By: Ahaan Shah, Raymond Lin, Patrick Lu, Forest Qin
Rent AI makes renting easy by combining Fetch.ai agents, Gemini, and AgentMail. It automatically analyzes rental property data to match user preferences, then acts as a personal real estate assistant to handle communication with landlords—scheduling viewings, requesting details, and guiding users through rental platforms. Our goal is to make finding and securing housing faster, smarter, and stress-free.
- backend/: FastAPI app
- frontend/: React + Next.js
- cd backend
- python3 -m venv .venv && source .venv/bin/activate
- pip install -r requirements.txt
- uvicorn app.main:app --reload
Health: http://127.0.0.1:8000/health
- cd frontend
- cp .env.example .env
- npm install
- npm run dev