|
# litbee |
|
[](https://github.com/ffreemt/litbee/actions)[](https://www.python.org/downloads/)[](https://github.com/psf/black)[](https://opensource.org/licenses/MIT)[](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) |
|
|
|
## via pip |
|
```bash |
|
pip install litbee |
|
python -m litbee |
|
``` |
|
|
|
## Or via git clone |
|
``` |
|
git clone https://github.com/ffreemt/litbee |
|
cd litbee |
|
``` |
|
|
|
## Install it |
|
```shell |
|
poetry install |
|
|
|
# or pip install -r requirements.txt |
|
``` |
|
|
|
## Use it |
|
```bash |
|
python -m streamlit run app.py |
|
|
|
# or streamlit run app.py |
|
# or python -m litbee |
|
``` |
|
|