RelocAI is an AI-driven mobile application that helps users seamlessly transition to a new city by recommending places that match their existing lifestyle preferences.
-
📱 Mobile App (APK Download)
https://expo.dev/artifacts/eas/8LHXFDYxg21jmTDW99r5M3.apk -
🎥 Product Demo
https://drive.google.com/file/d/1L24Uv981x_W-3gZUd3rcpYDEhkRxjX1h/view -
💻 Source Code
https://github.com/rishabh1230/RelocAI-Smart-Relocation-Intelligence-Platform
Your lifestyle shouldn’t reset when you change cities.
RelocAI uses AI + geospatial intelligence to replicate your preferences in a new city.
flowchart TD
A[User Inputs Previous City, Current City, Trusted Places]
B[Backend Validates & Normalizes Data]
C[Fetch Source Place Details]
D[Calculate Travel Distance Radius]
E[Search Places in New City]
F[Filter by Category & Relevance]
G[AI Comparison Engine]
H[Generate Match Score & Reasoning]
I[Rank Places]
J[Send Results to Frontend]
K[Display Clean UI to User]
A --> B --> C --> D --> E --> F --> G --> H --> I --> J --> K
- Capture user relocation context
- Analyze travel behavior
- Discover similar places
- Compare using AI
- Rank and display results
- React Native (Expo)
- Node.js + Express
- Google Places API
- Google Distance Matrix API
- Gemini AI
- Personalized recommendations
- AI-based ranking
- Distance-aware suggestions
- Clean mobile UI
Rishabh Pandey