Giter VIP home page Giter VIP logo

llm-agent's Introduction

Real State LLM Agent

An innovative real estate matching application that leverages advanced AI technologies to generate and match real estate listings based on user preferences. This application utilizes tools like Gradio for user interfaces, LangChain for generating listings, and ChromaDB for storing and querying vector embeddings of real estate listings.

Features

  • Real Estate Listing Generation: Utilizes a Large Language Model (LLM) to generate detailed real estate listings.
  • Semantic Search: Employs vector databases (ChromaDB) to perform semantic searches based on user-defined preferences.
  • Interactive User Interface: Built with Gradio, allowing users to input their preferences and view matched listings.

Frameworks Used

  • LangChain: For generating real estate listings using LLMs.
  • Gradio: To create interactive web interfaces for real-time user interaction.
  • ChromaDB: A vector database used for storing and querying embeddings of listings.

Setup

Prerequisites

  • Python 3.8 or higher
  • pip for package installation

Installation

  1. Clone the repository:

    git clone https://github.com/yourusername/llm-agent.git
    cd llm-agent
  2. Set up a virtual environment:

    python -m venv venv
    source venv/bin/activate  # On Windows use `venv\Scripts\activate`
  3. Install the required packages:

    pip install -r requirements.txt

Running the Application

  1. Activate the virtual environment:

    source venv/bin/activate  # On Windows use `venv\Scripts\activate`
  2. Start the application:

    python app.py  
  3. Open the Gradio interface in your web browser as instructed by the terminal output.

Example Usage

After starting the application, input your preferences through the interface. The application will display real estate listings that match your criteria.

Screenshot Description

llm-agent's People

Watchers

GuilleF avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.