Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sayantikabanik authored Dec 11, 2024
1 parent 3c05b53 commit e044581
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
Expand All @@ -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
Expand All @@ -116,7 +116,7 @@ pixi run DJ_mito_app
<img src="assets/pipeline/mito_operations.png" alt="mito_output" width="400"/>
</div>

#### πŸ¦‹ Display all data sources present via web UI
### πŸ¦‹ Display all data sources present via web UI

```shell
# Run FastHTML app
Expand Down

0 comments on commit e044581

Please sign in to comment.