Metadata-Version: 2.4
Name: opensicl
Version: 0.1.0
Summary: OpenSICL package
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: accelerate
Requires-Dist: backoff==2.2.1
Requires-Dist: datasets==3.6.0
Requires-Dist: evaluate
Requires-Dist: faiss-gpu
Requires-Dist: jiwer
Requires-Dist: librosa
Requires-Dist: numpy<2.0.0
Requires-Dist: openai
Requires-Dist: opencc-python-reimplemented
Requires-Dist: peft==0.13.2
Requires-Dist: phonemizer
Requires-Dist: pillow
Requires-Dist: scipy
Requires-Dist: sentence_transformers
Requires-Dist: soundfile==0.13.1
Requires-Dist: tqdm
Requires-Dist: transformers==4.48.2
Requires-Dist: whisper_normalizer
Dynamic: license-file

# OpenSICL

## Installation

Install Python dependencies:

```bash
pip install -r requirements.txt
```

Install the package locally:

```bash
pip install -e .
```

PyTorch is not pinned to avoid version conflicts. Install a version compatible with your environment separately by following the [official instructions](https://pytorch.org/get-started/locally/).

