Giter VIP home page Giter VIP logo

empower-ai / dsensei Goto Github PK

View Code? Open in Web Editor NEW
251.0 10.0 13.0 15.38 MB

AI-powered key driver analysis tool that pinpoints root cause behind metrics fluctuation in one minute.

Home Page: https://dsensei.app

License: GNU General Public License v3.0

Python 25.54% JavaScript 20.82% HTML 0.33% CSS 0.28% TypeScript 52.78% Dockerfile 0.24%
analytics business-analytics business-intelligence data data-analytics data-science data-insights

dsensei's Introduction

DSensei

Discord

Introduction

dsensei-demo.mp4

The video is muted by default, ๐ŸŽง Unmute for audio explanations and improve your viewing experience!

Quick Start

Live Demo

https://app.dsensei.app

Running Locally

docker run -p 5001:5001 dsenseiapp/dsensei:latest

Open http://localhost:5001

Table of Contents

What is DSensei

DSensei is an AI-powered key driver analysis engine that can pinpoint the root cause of metric fluctuations within one minute. We save data teams hours to days of manual work on root cause analysis and help organizations uncover critical drivers and segments that are otherwise easy to overlook.

DSensei overcome the limitation of existing BI tools to empower you to understand the "why" behind metric fluctuations to inform better business decisions more effectively. Checkout our blog for more details.

Setup

There are multiple ways to run DSensei on your machine.

Using Docker (recommended)

The recommended way is to use the official Docker image. Make sure you have Docker installed on your system, then run the following command:

If you use CSV data source:

docker run -p 5001:5001 dsenseiapp/dsensei:latest

If you use BigQuery data source:

gcloud auth application-default login
docker run -p 5001:5001 -v ~/.config:/root/.config -e GCLOUD_PROJECT=$GOOGLE_PROJECT dsenseiapp/dsensei:latest

Replace the $GOOGLE_PROJECT with your own GCP project name.

This will pull the latest version of the DSensei-insight image and start the application on port 5001.

Running from code

To run the application locally without Docker, you need to have python3 and nodejs-18 installed on your system, then follow these steps.

  1. First, navigate to the frontend directory and install dependencies using pnpm pnpm install or npm npm install
  2. Then build the frontend npm run build
  3. Switch to the backend directory and install python dependencies: python install -r requirements.txt
  4. Finally, run the application by executing the following command in the backend directory flask run -p 5001

Contact

Please submit your bug report or feature request directly on github or in our discord group. We appreciate all your feedback!

dsensei's People

Contributors

dependabot[bot] avatar dyang415 avatar liuyl avatar nijiaju avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  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.