Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pravintargaryen/realestatemdb
Real Estate Analyzer
https://github.com/pravintargaryen/realestatemdb
flask mindsdb python
Last synced: 5 days ago
JSON representation
Real Estate Analyzer
- Host: GitHub
- URL: https://github.com/pravintargaryen/realestatemdb
- Owner: pravintargaryen
- License: mit
- Created: 2024-07-07T10:47:51.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-07-07T11:42:09.000Z (4 months ago)
- Last Synced: 2024-07-07T12:27:03.788Z (4 months ago)
- Topics: flask, mindsdb, python
- Language: JavaScript
- Homepage: https://realestatemdb.onrender.com
- Size: 30.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Real Estate Analyzer Bot
Real Estate Analyzer Bot with Mindsdb AI
## Screenshot
![Screenshot](https://cdn-langchain.netlify.app/Screenshot%202024-07-07%20at%2017-05-03%20Real%20Estate%20Bot.png)## Installation:
To run this project, you'll need Python 3 installed on your system.1. Clone this repository to your local machine
2. Create a virtual environment, execute the following command:
``` python3 -m venv .venv ```
3. Activate the virtual environment by running:
``` source .venv/bin/activate ```
4. Install dependencies using pip:
``` pip3 install -r requirements.txt ```
## Configuration:
Go to https://mdb.ai/ register and login for generating a MindsDB API key.
Create an .env file and add your MindsDB API KEY:
``` MINDSDB_API_KEY=your_api_key ```
Add your database credentials to the .env file:
``` DATABASE_USER=database_user
DATABASE_PASSWORD=database_password
DATABASE_HOST=database_host
DATABASE_PORT=database_port
DATABASE_DATABASE=database_name
DATABASE_SCHEMA=database_schema
```## Running:
To run the project, execute the following command:
``` python3 app.py ```## Usage:
In your browser go to
``` http://localhost:8000/ ```