Real Estate Analyzer Bot with Mindsdb AI
To run this project, you'll need Python 3 installed on your system.
-
Clone this repository to your local machine
-
Create a virtual environment, execute the following command:
python3 -m venv .venv
- Activate the virtual environment by running:
source .venv/bin/activate
- Install dependencies using pip:
pip3 install -r requirements.txt
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_PASSWORD=database_password
DATABASE_HOST=database_host
DATABASE_PORT=database_port
DATABASE_DATABASE=database_name
DATABASE_SCHEMA=database_schema
To run the project, execute the following command:
python3 app.py
In your browser go to
http://localhost:8000/