BDS_2025_NLP / README.md
danielhjerresen's picture
Update README.md
e2e42fd verified

A newer version of the Streamlit SDK is available: 1.56.0

Upgrade
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