Ratchada Utils are Python package use with Ratchada Whisper model utilities.
Project description
Ratchada_Util
A Python library for text processing and utilities related to the Ratchada Whisper model.
Installation
You can install ratchada_utils
using pip:
pip install ratchada_utils
To install from source, clone the repository and run:
git clone https://github.com/yourusername/ratchada_utils.git
cd ratchada_utils
pip install .
Usage
Tokenizing Text
from ratchada_utils.processor import tokenize_text
text = "Your input text here."
tokenized_text = tokenize_text(text, pred=True)
print("Tokenized Text:", tokenized_text)
# Tokenized Text: ['your', 'input', 'text', 'here']
Requirements
- Python 3.10 or higher
- The Requirements are located in
requirements.txt
License
This project is licensed under the MIT License - see the LICENSE
file for details.
Contact
Please made contact on the official repository of this project.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
ratchada_utils-2.1.12.tar.gz
(25.1 kB
view details)
Built Distribution
File details
Details for the file ratchada_utils-2.1.12.tar.gz
.
File metadata
- Download URL: ratchada_utils-2.1.12.tar.gz
- Upload date:
- Size: 25.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.9.19
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6ccf3a9fdea2cfc5e87cc136aa9124ae91c0baa97ceb1543f5b6521ac7519220 |
|
MD5 | 7f212ddb0d561f8b068a4605328b41fb |
|
BLAKE2b-256 | d172f085c805a2c71a06c8627b1d31588ec196e24ed4308ba1fab69e90f86b1a |
File details
Details for the file ratchada_utils-2.1.12-py3-none-any.whl
.
File metadata
- Download URL: ratchada_utils-2.1.12-py3-none-any.whl
- Upload date:
- Size: 24.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.9.19
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 00113b46d005ed070497f483432b838f5d9755ff66e3f2fc7c432f53d3628b85 |
|
MD5 | e8a95dbcd40c006cb30d7ba6a9ab3ccf |
|
BLAKE2b-256 | f4e5b5e430b57267bc87856d8eacbbe3b04a04e14bc55eecf7e73ee4474e450a |