File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -82,32 +82,6 @@ graph LR
8282+ It takes a folder in your file system as input and produces the raw metrics in CSV along with a EDA report.
8383
8484+ It is distributed as Docker container as well as a Python entry point application.
85- <!--
86- ***
87-
88- ``` mermaid
89- ---
90- title: bqconnect Desktop
91- config:
92- theme: neutral
93- layout: elk
94- ---
95- graph LR
96- upload(Upload) --> gui{Web}
97- gui{Web GUI} --> api(bqconnect Service)
98- api(Backend) --> db[(Database)]
99- db[(Database)] --> report(EDA Report)
100- db[(Database)] --> output(Raw CSV)
101- db[(Database)] --> outlier(Outliers Detected)
102- ```
103-
104- + bqconnect Desktop is a GUI application for openbq.
105-
106- + Can, currently, only be deployed as a desktop application.
107-
108- + Vertical scaling only.
109-
110- + It is distributed as Docker container. -->
11185
11286
11387## System Requirements
Original file line number Diff line number Diff line change @@ -50,9 +50,8 @@ config:
5050 face --> biqt-face([BIQT])
5151 voice --> nisqa([NISQA])
5252 end
53- title --> cli(bqconnect CLI)
54- title --> service(bqconnect Service)
55- title --> gui(bqconnect Desktop)
53+ title --> cli([bqconnect CLI])
54+ title --> desktop([bqconnect Desktop (WIP)])
5655 click finger "http://docs.openbq.io/modalities/fingerprint.html" _blank
5756 click face "http://docs.openbq.io/modalities/face.html" _blank
5857 click iris "http://docs.openbq.io/modalities/iris.html" _blank
You can’t perform that action at this time.
0 commit comments