Spaces:
Sleeping
Sleeping
File size: 426 Bytes
8ca8f7e af58cc7 c43fa3e 8ca8f7e af58cc7 |
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 |
---
title: Normalize Text for Ukrainian
emoji: π
colorFrom: yellow
colorTo: gray
sdk: docker
pinned: false
---
## Install
```shell
uv venv --python 3.10
source .venv/bin/activate
uv pip install -r requirements.txt
# in development mode
uv pip install -r requirements-dev.txt
```
## Build image
```shell
docker build -t normalize-text-uk .
```
## Run
```shell
docker run -it --rm -p 8888:7860 normalize-text-uk
```
|