File size: 1,177 Bytes
231976d
4018a2e
231976d
e4a3eb9
231976d
e4a3eb9
 
231976d
e4a3eb9
 
2236e6d
 
9f4179f
 
 
 
 
2236e6d
 
9f4179f
 
2236e6d
 
9f4179f
231976d
 
 
e4a3eb9
2236e6d
231976d
2236e6d
9f4179f
231976d
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
# litbee
[![pytest](https://github.com/ffreemt/litbee/actions/workflows/routine-tests.yml/badge.svg)](https://github.com/ffreemt/litbee/actions)[![python](https://img.shields.io/static/v1?label=python+&message=3.8&color=blue)](https://www.python.org/downloads/)[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)[![PyPI version](https://badge.fury.io/py/litbee.svg)](https://badge.fury.io/py/litbee)

litbee (currently with ezbee, dzbee and debee), made with streamlit

## Pre-install
Python 3.8 only

`pyicu`, `pycld2` and `fasttext`: refer to `debee`'s pre-install [https://github.com/ffreemt/debee/blob/main/README.md](https://github.com/ffreemt/debee/blob/main/README.md)

## Install it
### via pip
```bash
pip install litbee
python -m litbee
```

### Or via git clone
```bash
git clone https://github.com/ffreemt/litbee
cd litbee
pip install -r requirements.txt
# or poetry install

```

## Use it
```bash
python -m litbee

# or git clone and python -m streamlit run app.py
# or streamlit run app.py
```