Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/govtechsg/harmony


https://github.com/govtechsg/harmony

llm openai streamlit

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

# Harmony - HS Codes meet 2024

Harmony uses LLMs and Graph Databases to map Harmonised System Codes to product descriptions.

![Screenshot of the Harmony](./assets/Home_Page.png)

Read more: https://blog.adhikary.net/matching-hs-codes-in-2024-traversing-the-customs-space

## Initialising Dataset

### Installation

Ensure your system has Python 3.11+ and Poetry Package Manager installed.
`cd` into the project directory and run,

```shell
poetry install
```

### Running the Demo Server

```shell
poetry run streamlit run demo.py
```