Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 1.06 KB

README.md

File metadata and controls

17 lines (12 loc) · 1.06 KB

Defog Desktop

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.

Getting Started

  1. 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.
  2. Clone this repo with git clone https://github.com/defog-ai/defog-desktop
  3. Install requirements with pip install -r requirements.txt
  4. Update config.env with your API Key
  5. [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 this README.md file
  6. Launch defog with python main.py. This will automatically open up http://localhost:33364/static/extract-metadata.html in your browser.
  7. If this is your first time using defog, log in with the user id admin, and the password admin

Docs and Guides

For more details documentation, please refer to docs.defog.ai