From e044581e92c2c4379addcd4de3ada714b97dba1b Mon Sep 17 00:00:00 2001 From: Sayantika Banik Date: Wed, 11 Dec 2024 10:33:18 +0530 Subject: [PATCH] Update README.md --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index f01b9309..15d78bc7 100644 --- a/README.md +++ b/README.md @@ -72,27 +72,27 @@ Each layer has a certain strength of communication inbuilt - DJ_llm_analysis -#### 🔌 About pre-commit-hooks and activating +### 🔌 About pre-commit-hooks and activating Just like the name suggests, pre-commit-hooks are designed to format the code based on PEP standards before committing. [More details](https://pre-commit.com/) ```shell pixi run DJ_pre_commit ``` -#### 🦭 Executing LLM script: Generate Recommendation got the stock data +### 🦭 Executing LLM script: Generate Recommendation got the stock data ```shell pixi run DJ_llm_analysis ``` -#### 🪼 Execute pre-configured Dagster pipeline +### 🪼 Execute pre-configured Dagster pipeline ```shell pixi run DJ_dagster ``` ![Dagit UI output](assets/pipeline/dagster_ui.png) -#### 🐙 Panel app +### 🐙 Panel app ```shell pixi run DJ_panel_app ``` @@ -102,7 +102,7 @@ The dashboard generated is exported into HTML format and saved as [stock_price_t ![Panel app output](assets/dashboard/panel_app_stock.png) -#### 🐵 Mito +### 🐵 Mito To explore further visit [trymito.io](https://docs.trymito.io/) ```shell @@ -116,7 +116,7 @@ pixi run DJ_mito_app mito_output -#### 🦋 Display all data sources present via web UI +### 🦋 Display all data sources present via web UI ```shell # Run FastHTML app