Defog is a privacy friendly AI data analyst that lets you ask data questions in plain English, while ensuring that your actual data never leaves your servers.
- If you have not yet gotten a Defog API Key, sign up at https://defog.ai/signup to get a free API key! The free key lets you query up to 5 tables with 25 total columns, and up to 1000 queries per month.
- Clone this repo with
git clone https://github.com/defog-ai/defog-desktop
- Install requirements with
pip install -r requirements.txt
- Update
config.env
with your API Key - [only if using bigquery] Download your Service Account Key as a JSON file, name it
bq.json
, and save it in the same directory as thisREADME.md
file - Launch defog with
python main.py
. This will automatically open up http://localhost:33364/static/extract-metadata.html in your browser. - If this is your first time using defog, log in with the user id
admin
, and the passwordadmin
For more details documentation, please refer to docs.defog.ai