Spaces:
Running
Running
metadata
title: Real Estate Projects
emoji: 🏠
colorFrom: blue
colorTo: green
sdk: gradio
sdk_version: 5.15.0
python_version: 3.12.4
app_file: app.py
license: other
pinned: false
Real Estate Projects Scraper and Analyzer
A Gradio interface that scrapes and analyzes real estate projects using LangChain and SQLite.
Features
- Stores data in SQLite using Peewee ORM
- Chat interface to query project data
Setup
Create and activate a virtual environment:
uv venv --python 3.12
Compile the requirements file:
uv pip compile requirements.in --generate-hashes -o requirements.txt
Install the dependencies:
uv pip install -r requirements.txt
Run the application:
uv run app.py
Upgrade all packages to their latest versions:
uv pip install --upgrade -r requirements.txt