Metadata-Version: 2.4
Name: oneword-ai
Version: 0.2.9
Summary: Professional One-Word Subtitle Generator for Content Creators
Author-email: Ambrish <ambrishyadav1110@gmail.com>
License: Copyright 2025 Ambrish
        
        Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
        
        The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
        
        THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
Project-URL: Homepage, https://github.com/Ambrishyadav-byte/OnewordAI
Project-URL: Bug Tracker, https://github.com/Ambrishyadav-byte/OnewordAI/issues
Keywords: subtitles,ai,whisper,content-creation,video-editing,automation
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: license.txt
Requires-Dist: openai-whisper>=20231117
Requires-Dist: torch>=2.0.0
Requires-Dist: fastapi>=0.100.0
Requires-Dist: uvicorn[standard]>=0.23.0
Requires-Dist: python-multipart>=0.0.6
Requires-Dist: ffmpeg-python>=0.2.0
Requires-Dist: gradio>=4.0.0
Requires-Dist: tqdm>=4.65.0
Requires-Dist: aiofiles>=23.0.0
Requires-Dist: transformers>=4.30.0
Requires-Dist: accelerate>=0.20.0
Requires-Dist: huggingface_hub>=0.16.0
Requires-Dist: flask>=2.0.0
Dynamic: license-file

# 🎬 OneWord AI Sublic

<div align="center">

**Enterprise-Grade Visual Subtitle Generator**
*Create viral-style one-word subtitles locally. No cloud, no fees, total privacy.*

[![PyPI Version](https://img.shields.io/pypi/v/oneword-ai)](https://pypi.org/project/oneword-ai/)
[![ARM Support](https://img.shields.io/badge/ARM-Ready-green)](ARM_SETUP.md)
[![License](https://img.shields.io/badge/License-MIT-blue)](license.txt)

</div>

---

## 🚀 Choose Your Path

We provide two dedicated packages to ensure maximum performance on every platform.

| Platform | Package Name | Description |
|----------|--------------|-------------|
| **Android / Termux** | `oneword-ai-arm` | Ultralight (Whisper.cpp only). No PyTorch bloat. |
| **PC / Server** | `oneword-ai` | Full Power (PyTorch + Whisper + Whisper.cpp). |

---

## 📱 Android / Termux Installation

Run these commands in Termux:

```bash
# 1. Install System Dependencies
pkg install python git clang make ffmpeg

# 2. Install the Lightweight Package
pip install oneword-ai-arm

# 3. Setup (One-time)
oneword-setup-arm
```

### Usage on Phone
*   **Web UI:** Run `oneword-web-arm` and open `http://localhost:8000`
*   **CLI:** Run `oneword-process-arm -i video.mp4`

---

## 💻 PC Installation (Windows / Mac / Linux)

For standard desktop environments:

```bash
# Install Video Processor
# (Ensure ffmpeg is installed on your system)
pip install oneword-ai
```

### Usage on PC
*   **Web UI:** Run `oneword-web` and open `http://localhost:8000`
*   **CLI:** Run `oneword-cli -i video.mp4`

---

## 🎨 Features
*   **Local Processing:** 100% privacy, no file limits.
*   **3 Modes:** One Word, Two Word (Punch), Phrase.
*   **Multi-Language:** English, Hindi, Urdu, Spanish, and more.
*   **Optimized:** Dedicated engine for ARM devices using `whisper.cpp`.

## 📜 License
MIT License. Free for commercial use.
