#
DigitalCognition - a Master Data Management System with built-in capability for Business Analytics and creating out of the box Machine Learning models and pipelines.
Disparate Data Sources - Data integration involves combining data from several disparate sources, which are stored using various technologies and provide a unified view of the data.
Self Service Business Intelligence - As business you demand flexibility and less dependence on IT teams , while deriving maximum intel from your data.
#
Kindly consider this is a work in progress project . As listed below we mention our features to be
Tableau like
, this does not in any manner mean we are Copying from Tableau or any such other BI tools etc . We are just very highly inspired by them and others in this niche.
EDA- Exploratory Data Analysis - Work in Progress
Tableau like MetaData Management - Work in Progress
Tableau like Drag and Drop widgets - Work in Progress
Tableau like Forms and Reports - Work in Progress
Tableau like Executive Dashboards - Work in Progress
Work in Progress
#
$ git init
$ git clone https://github.com/digital-cognition-co-in/DigitalCognition.git
$ cd DigitalCognition/
$ git branch -a
$ git checkout develop
* develop
master
$ conda create -n dc_venv python=3.8
$ pip install -r requirements.txt
$ python manage.py migrate