A newer version of the Gradio SDK is available: 6.12.0
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
- Create a
.envfile in the root directory with:OPENAI_API_KEY=your_api_key_here - Install dependencies:
pip install -r requirements.txt - Run locally:
python app.py - Deploy to HuggingFace Space by pushing the directory to your HF Space repository.ce