Spaces:
Sleeping
Sleeping
A newer version of the Streamlit SDK is available: 1.56.0
metadata
title: Rent Price Predictor
emoji: 🏠
colorFrom: blue
colorTo: green
sdk: streamlit
sdk_version: 1.49.1
app_file: app.py
pinned: true
This is a Streamlit app that predicts the monthly rent for apartments based on:
- Text description of the apartment
- Tabular features: size, floor, amenities (pets, balcony, dishwasher, etc.)
The app uses SentenceTransformer embeddings for text and a Random Forest regression model for prediction.
Check out the configuration reference at Hugging Face Spaces config