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

https://github.com/zeionara/level

Data formatting tool which allows to structure information stored as tables or in plain text using language models
https://github.com/zeionara/level

Last synced: 3 months ago
JSON representation

Data formatting tool which allows to structure information stored as tables or in plain text using language models

Awesome Lists containing this project

README

        

# level



Level - data formatting tool which allows to structure information stored as tables or in plain text using language models

## Set up environment

To install dependencies use the provided `.yml` file:

```sh
conda env create -f environment.yml
```

## Run the app

To import content from a default table use the following command:

```sh
python -m lvl pull
```