LLM based data scientist, AI native data application. AI-driven infinite thinking redefines BI.
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.
https://github.com/DeepInsight-AI/DeepBI/assets/151519374/d1effbe1-5c11-4c77-86ef-e01b1ea7f2f6
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.
The database connections supported by DeepBI are:
window_install_exe_EN.zip
from the tag list.The current test supports Win10 and Win11The local environment needs to have docker and docker-compose.
Download project files by git:git clone https://github.com/DeepInsight-AI/DeepBI.git
or drirect download zip file, unzip it.
Enter the project directory:cd DeepBI
Just run./Install.sh
directly
Default port: 8338 8339
Web access: http://ip:8338
docker-compose start # start DeepBI servie
docker-compose stop # stop DeepBI servie
docker-compose ps # see DeepBI servie states
sudo docker-compose start # start DeepBI servie
sudo docker-compose stop # stop DeepBI servie
sudo docker-compose ps # see DeepBI servie states
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
. 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)