Skip to content

✨ Intelligent real estate search platform using AI to understand natural language queries and find properties based on context and meaning.

Notifications You must be signed in to change notification settings

francisdiasbr/real-estate-app

Repository files navigation

Intelligent Real Estate Search Platform

API Status

Read in Portuguese: README.pt.md

Description

This is a real estate app that allows users to search for properties and view property details.

The search for properties is done by the user, through a intelligent search bar that uses OpenAI chat completion to search for properties, allowing the user to search for properties by name, location, price, etc in a natural language using just one field.

The search is done by the backend, using a vector database to store the properties and the embedings, and then using the chat completion to search for the most relevant properties based on the user's search.

  • The second script runs to create a REST API to get the properties data from the database and suggest properties to the user based on the user's search, using chat completion to go through the database and find the most relevant properties based on the user's search.

In frontend:

  • The user can search for properties in a natural language using one Input field;
  • After the user submits the search, the user receives a list of properties that match the search, through endpoint POST /search, created in the backend;
  • The user can view the property details through the endpoint GET /property/:id, created in the backend

Features

  • Search for properties in a natural language using one Input field;
  • Voice recognition and transcription to perform search;

Screens

  • Home
  • Property Details

Imagem 1 Imagem 2

How to Run

Development

  1. Install the dependencies:
yarn install
  1. Start the app:
yarn start

Development Build (dev client):

  1. Install the Expo Application Services CLI (EAS):
npm install -g eas-cli
  1. Configure the build environment:
eas build:configure
  1. Generate the build for:
  • iOS simulator:
eas build --profile development-simulator --platform ios
  • iOS device:
eas build --profile development --platform ios
  • Preview Build
eas build --profile preview --platform ios
  • Production Build
eas build --platform ios --profile production

https://docs.expo.dev/develop/development-builds/create-a-build/

Tecnologies

App Structure:

  • React Native with Typescript in a Expo environment
  • React Navigation (Navigation between screens)
  • Redux (State Management)

Features

  • Search for properties in a natural language using one Input field;
  • Voice recognition to search for properties;

Vision

Imagine a real estate platform that understands exactly what you're looking for, even when you express it in your own words. Our application revolutionizes property searching by replacing complex filter forms with a single, intelligent search bar that understands natural language queries like "show me sunny 3-bedroom houses near parks in Seattle under $800,000" or "pet-friendly apartments with a gym in downtown."

How It Works

At its core, the platform leverages cutting-edge AI technology to transform the traditional property search experience:

  • Natural Language Understanding: Powered by OpenAI's chat completion, the search bar interprets complex human queries and translates them into precise property matches.
  • Smart Property Matching: Behind the scenes, a sophisticated vector database stores property information in a way that allows for semantic searching - meaning it understands the context and meaning behind your search, not just keywords.
  • Seamless User Experience: Users can simply type what they're looking for in plain English, and the system does the heavy lifting of understanding requirements and finding relevant matches.

Technical Innovation

The platform consists of two main components:

  • Backend Intelligence

    • A vector database that stores property details and their semantic embeddings
    • An AI-powered search engine that processes natural language queries
    • RESTful API endpoints for property search and detailed property information
  • Frontend Simplicity

    • A clean, intuitive interface centered around a single powerful search bar
    • Real-time property suggestions as users type their queries
    • Detailed property views with all relevant information

This platform bridges the gap between how people naturally think about their ideal property and how they search for it, making the entire real estate search process more intuitive, efficient, and enjoyable.

Tipos de Build

Development Simulator Build (eas build --profile development-simulator)

  • Quando usar: Para testes no simulador iOS
  • Características:
    • Específico para desenvolvimento no simulador
    • Não requer dispositivo físico
    • Ideal para testes rápidos durante o desenvolvimento

Development Build (eas build --profile development)

  • Quando usar: Durante o desenvolvimento ativo do app
  • Características:
    • Build Ad Hoc (requer registro de dispositivos)
    • Para testes em dispositivos físicos
    • Inclui ferramentas de desenvolvimento e debug
    • Distribuição interna limitada

Preview Build (eas build --profile preview)

  • Quando usar: Para testes beta e validação
  • Características:
    • Distribuição via TestFlight
    • Não requer registro de dispositivos
    • Ideal para testes com usuários beta
    • Permite até 10.000 testadores

Production Build (eas build --profile production)

  • Quando usar: Para lançamento na App Store
  • Características:
    • Versão otimizada e finalizada
    • Distribuição via App Store
    • Para usuários finais
    • Requer revisão completa da Apple

About

✨ Intelligent real estate search platform using AI to understand natural language queries and find properties based on context and meaning.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published