--- 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: ```bash pip install -r requirements.txt ``` 3. Run locally: ```bash python app.py ``` 4. Deploy to HuggingFace Space by pushing the directory to your HF Space repository.ce