rentbot / README.md
mgbam's picture
Update README.md
83bf8d6 verified

A newer version of the Gradio SDK is available: 6.12.0

Upgrade
metadata
title: rentbot
emoji: 🏆
colorFrom: indigo
colorTo: green
sdk: gradio
sdk_version: 5.38.0
app_file: app.py
pinned: false

RentBot 24/7 – HuggingFace Space

An AI-powered virtual leasing assistant built with OpenAI Whisper and ChatGPT.

Features

  • Record audio inquiries via microphone
  • Transcribe with Whisper
  • Chat with GPT-4o-mini

Setup

  1. Create a .env file in the root directory with:
    OPENAI_API_KEY=your_api_key_here
    
  2. Install dependencies:
    pip install -r requirements.txt
    
  3. Run locally:
    python app.py
    
  4. Deploy to HuggingFace Space by pushing the directory to your HF Space repository.ce