Stanari is a multilingual interactive dashboard for exploring and analyzing rental market trends in Serbia.
🔗 Dashboard: stanari.streamlit.app
💬 Telegram: @stanari_app
- 📊 Track rental prices by district.
- 📐 Compare prices by apartment size (rooms).
- 📈 Explore price trends over time.
- 🌍 Multilingual interface: Serbian, Russian, English.
Clone the repository and install dependencies:
git clone https://github.com/alexeyfv/stanari.git
cd stanari
uv venv
uv sync
Compile translations (required for multilingual interface):
cd locales
mo.sh
Run the app:
uv run streamlit run app.py
Then open http://localhost:8501 in your browser.
Contributions, ideas, and feedback are welcome! Feel free to open an issue or a pull request.
This project is licensed under the GNU GPL v3.0