https://github.com/riolaf05/real_estate_tools
https://github.com/riolaf05/real_estate_tools
agent agentic-ai agentic-workflow agents generative-ai generative-model openai python real-estate streamlit streamlit-webapp
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/riolaf05/real_estate_tools
- Owner: riolaf05
- Created: 2025-06-17T13:51:21.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2025-06-17T14:06:22.000Z (about 1 year ago)
- Last Synced: 2025-06-17T15:25:34.214Z (about 1 year ago)
- Topics: agent, agentic-ai, agentic-workflow, agents, generative-ai, generative-model, openai, python, real-estate, streamlit, streamlit-webapp
- Language: Python
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Real Estate Tools
This project provides a suite of tools designed to assist real estate agents in their daily activities. The tools leverage generative AI agents to automate and enhance various tasks, such as generating property listings and retrieving information about nearby points of interest.
## Features
- **AI-powered Listing Generation:** Automatically generate property listings with information about interesting places nearby.
- **Integration with External APIs:** Retrieve data from external sources to enrich listings and provide valuable insights.
## Agent AI Tools
Currently, the following AI tool is available:
- **Google Places API Tool:**
Retrieves information about nearby places of interest.
- **Configuration:**
1. Obtain an API key from [Google Cloud Console](https://developers.google.com/maps/documentation/places/web-service/get-api-key).
2. Set the API key in your environment or configuration file as required by the tool.
## Running the Project
This project uses [Streamlit](https://streamlit.io/) for its user interface.
### Prerequisites
- Python 3.8+
- Streamlit
### Installation
```bash
pip install -r requirements.txt
```
### Running the App
```bash
streamlit run app.py
```
## Future Tools
Additional generative AI agents will be added to support more real estate tasks.