Git Product home page Git Product logo

deepbi's Introduction

DeepBI

DeepBI is an AI-native data analysis platform. DeepBI leverages the power of large language models to explore, query, visualize, and share data from any data source. Users can use DeepBI to gain data insight and make data-driven decisions.

Languages: English 中文
Developer:[email protected] Business:[email protected]

If you think DeepBI is helpful to you, please help by clicking here on the ⭐ Star and Fork in the upper right corner. Your support is the greatest driving force for DeepBI to become better.

Video example

demo.mov

user manual

DeepBI user manual

✨ Features

1 Conversational data analysis: Users can get arbitrary data results and analysis results through dialogues.
2 Conversational query generation: Generates persistent queries and visualizations through dialogues.
3 Dashboard : Assemble persistent visualizations into dashboards.
4 Automated data analysis reports (to be developed) : Complete data analysis reports automatically according to user instructions.
5 Support multiple data sources, including MySQL, PostgreSQL, Doris, StarRocks, CSV/Excel, etc.
6 Multi-platform support, support Windows-WSL,Windows, Linux, Mac.
7 International, support Chinese, English.

🚀 Supported Databases

The database connections supported by DeepBI are:

  • MySQL
  • PostgreSQL
  • csv/Excel Import
  • Doris
  • StarRocks
  • MongoDB

📦 Windows exe installation

  • Download window_install_exe_EN.zip from the tag list.The current test supports Win10 and Win11
  • Unzip the zip package and double-click the.exe file to run DeepBI
  • Local installation instructions Installl exe

📦 Docker build

  • The local environment needs to have docker and docker-compose.

  • Installl docker

  • Download project files by git:git clone https://github.com/DeepInsight-AI/DeepBI.git
    or drirect download zip file, unzip it.
    download.png

  • Enter the project directory:cd DeepBI

  • Just run./Install.shdirectly

  • Default port: 8338 8339

  • Web access: http://ip:8338

DeepBI docker command

  • Enter project DeepBI dir:
    docker-compose start # start DeepBI servie
    docker-compose stop # stop DeepBI servie
    docker-compose ps # see DeepBI servie states
  • If it appears... PermissionError ... ' or ' Permission denied', please add 'sudo' before executing the command
    sudo docker-compose start # start DeepBI servie
    sudo docker-compose stop # stop DeepBI servie
    sudo docker-compose ps # see DeepBI servie states

Ubuntu build

Install directly on the ubuntu system, you need to install redis, postgresql python3.8.17 environment.

  • Redis can be accessed directly through the 127.0.0.1 password-free command line.

  • Require python version 3.8.x

  • Recommend using virtual environments such as pyenv coda

  • postgresql needs to install postgresql-16 version

  • Download the DeepBI code by the command

git clone https://github.com/DeepInsight-AI/DeepBI.git

If the download fails to replace the protocol, run the following code

git clone http://github.com/DeepInsight-AI/DeepBI.git
  • Just run . ubuntu_install.sh directly (note that you run . ubuntu_install.sh instead of sh xxx here, because you need to run the python virtual environment)
  • Default port is 8338 and 8339
  • Web access: http://ip:8338

Contact Us

📑 Other

  • We have tested on Mac OS 12.7/13.X /14.1.1, Ubuntu 20.04/22.04, and Windows11 WSL 22.04.
  • Windows 10 requires version 22H2 or higher to install WSL
  • The minimum memory requirement for server operation is 1 core 2G memory, and 2 core 4G memory is recommended
  • If you have any question, please contact us at [email protected]
  • Issue

deepbi's People

Contributors

xinxiangshichengddd avatar lichengxin007 avatar zhishufei avatar wangshiyouyang avatar lichengxin9527 avatar mattheliu avatar thudeng avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.