oneword-ai 0.1.1__tar.gz → 0.1.2__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: oneword-ai
3
- Version: 0.1.1
3
+ Version: 0.1.2
4
4
  Summary: Create viral-style one-word subtitles for Reels, Shorts & TikToks using AI. Perfect for content creators!
5
5
  Author-email: Ambrish <ambrishyadav1110@gmail.com>
6
6
  License: Copyright 2025 Ambrish
@@ -37,7 +37,7 @@ Dynamic: license-file
37
37
  **Generate viral-style one-word subtitles from video/audio using Whisper AI**
38
38
 
39
39
  [![PyPI](https://img.shields.io/pypi/v/oneword-ai)](https://pypi.org/project/oneword-ai/)
40
- [![Python](https://img.shields.io/badge/Python-3.8%2B-blue)](https://www.python.org/)
40
+ [![Python](https://img.shields.io/badge/Python-3.9%2B-blue)](https://www.python.org/)
41
41
  [![License](https://img.shields.io/badge/License-MIT-green)](license.txt)
42
42
 
43
43
  Perfect for creating high-energy reels, shorts, and TikToks! 🚀
@@ -63,13 +63,11 @@ Perfect for creating high-energy reels, shorts, and TikToks! 🚀
63
63
 
64
64
  ## 🚀 Installation
65
65
 
66
- ### Method 1: Install from PyPI (Recommended)
67
-
68
66
  ```bash
69
67
  pip install oneword-ai
70
68
  ```
71
69
 
72
- **Prerequisites**: Ensure [FFmpeg](https://ffmpeg.org/) is installed on your system.
70
+ **Prerequisites**: Install [FFmpeg](https://ffmpeg.org/) on your system.
73
71
 
74
72
  ---
75
73
 
@@ -77,10 +75,9 @@ pip install oneword-ai
77
75
 
78
76
  ### Option 1: Web Interface (Easiest)
79
77
 
80
- Start the web server and process files through a beautiful UI:
78
+ Start the web server:
81
79
 
82
80
  ```bash
83
- # Start server
84
81
  python -m onewordai.api.main
85
82
  ```
86
83
 
@@ -88,38 +85,27 @@ Then open http://localhost:8000 in your browser.
88
85
 
89
86
  **Features:**
90
87
  - 📤 Drag & drop file upload
91
- - 📊 Real-time download progress with speed tracking
92
- - ⏱️ Live transcription status
88
+ - 📊 Real-time download progress with speed & ETA
89
+ - ⏱️ Live transcription status updates
93
90
  - ❌ Cancel processing anytime
94
- - 📥 Instant SRT download
95
91
  - ⚠️ Reload protection (won't lose progress)
92
+ - 📥 Instant SRT download
96
93
 
97
94
  ---
98
95
 
99
- ### Option 2: Google Colab with Package
96
+ ### Option 2: Google Colab
100
97
 
101
- Run OneWord AI in the cloud without any local installation:
98
+ Run OneWord AI in the cloud with Web UI or Python API:
102
99
 
103
100
  [![Open in Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/Ambrishyadav-byte/OnewordAI/blob/main/OneWord_Colab.ipynb)
104
101
 
105
- **Quick Start in Colab:**
106
-
107
- ```python
108
- # Install package
109
- !pip install oneword-ai
110
-
111
- # Import and use
112
- from onewordai.core.engine import SubtitleGenerator
113
-
114
- # Generate subtitles
115
- generator = SubtitleGenerator(model_name="medium")
116
- output = generator.process("video.mp4", mode="oneword")
117
- print(f"✅ Subtitles saved: {output}")
118
- ```
102
+ **The Colab notebook includes:**
103
+ - 🌐 **Option A**: Web UI with Gradio (free public URL, no setup required)
104
+ - 💻 **Option B**: Python API for direct code usage
119
105
 
120
106
  ---
121
107
 
122
- ### Option 3: Command Line Interface (CLI)
108
+ ### Option 3: Command Line (CLI)
123
109
 
124
110
  For batch processing and automation:
125
111
 
@@ -127,11 +113,11 @@ For batch processing and automation:
127
113
  # Basic usage
128
114
  python -m onewordai.cli -i video.mp4
129
115
 
130
- # Advanced options
116
+ # With options
131
117
  python -m onewordai.cli -i video.mp4 -m medium -lang hi -mode oneword
132
118
  ```
133
119
 
134
- **See [CLI.md](CLI.md) for full CLI documentation.**
120
+ **See [CLI.md](CLI.md) for full documentation.**
135
121
 
136
122
  ---
137
123
 
@@ -139,19 +125,21 @@ python -m onewordai.cli -i video.mp4 -m medium -lang hi -mode oneword
139
125
 
140
126
  | Mode | Description | Best For |
141
127
  |------|-------------|----------|
142
- | **One Word** | Each word = separate subtitle | High-energy viral content, reels |
143
- | **Two Word Punch** | Groups of 2 words | Punchy messaging, Instagram posts |
144
- | **Phrase Mode** | Full sentence segments | YouTube videos, longer content |
128
+ | **oneword** | Each word = separate subtitle | High-energy viral content, reels |
129
+ | **twoword** | Groups of 2 words | Punchy messaging, Instagram posts |
130
+ | **phrase** | Full sentence segments | YouTube videos, longer content |
145
131
 
146
132
  ---
147
133
 
148
134
  ## 🎨 Model Options
149
135
 
150
- | Model | Size | Speed | Quality | Language Support |
151
- |-------|------|-------|---------|------------------|
152
- | **medium** | ~1.5GB | Fast | Good | Multi-language |
153
- | **large** | ~3GB | Slower | Best | Multi-language |
154
- | **Hindi2Hinglish** | ~1.5GB | Fast | Excellent for Hindi | Hindi → Hinglish |
136
+ | Model | Size | Speed | Quality | Language |
137
+ |-------|------|-------|---------|----------|
138
+ | **medium** | ~1.5GB | Fast | ⭐⭐⭐⭐ | Multi-language |
139
+ | **large** | ~3GB | Slower | ⭐⭐⭐⭐⭐ | Multi-language |
140
+ | **Oriserve/Whisper-Hindi2Hinglish-Prime** | ~1.5GB | Fast | ⭐⭐⭐⭐⭐ | Hindi → Hinglish |
141
+
142
+ > **Note**: Models are downloaded automatically on first use and cached locally.
155
143
 
156
144
  ---
157
145
 
@@ -160,19 +148,19 @@ python -m onewordai.cli -i video.mp4 -m medium -lang hi -mode oneword
160
148
  This project wouldn't be possible without these amazing open-source projects:
161
149
 
162
150
  ### Core Technologies
163
- - **[OpenAI Whisper](https://github.com/openai/whisper)** - Revolutionary speech recognition model
164
- - **[Oriserve/Whisper-Hindi2Hinglish-Prime](https://huggingface.co/Oriserve/Whisper-Hindi2Hinglish-Prime)** - Hindi to Hinglish transcription model
165
- - **[HuggingFace Transformers](https://github.com/huggingface/transformers)** - Model loading and inference
151
+ - **[OpenAI Whisper](https://github.com/openai/whisper)** - State-of-the-art speech recognition model
152
+ - **[Oriserve/Whisper-Hindi2Hinglish-Prime](https://huggingface.co/Oriserve/Whisper-Hindi2Hinglish-Prime)** - Fine-tuned Hindi to Hinglish transcription
153
+ - **[HuggingFace Transformers](https://github.com/huggingface/transformers)** - Model loading and inference framework
166
154
 
167
155
  ### Backend & UI
168
- - **[FastAPI](https://fastapi.tiangolo.com/)** - Modern Python web framework
169
- - **[Gradio](https://gradio.app/)** - ML web interfaces
170
- - **[FFmpeg](https://ffmpeg.org/)** - Audio/video processing
156
+ - **[FastAPI](https://fastapi.tiangolo.com/)** - High-performance Python web framework
157
+ - **[Gradio](https://gradio.app/)** - ML web interface library
158
+ - **[FFmpeg](https://ffmpeg.org/)** - Multimedia processing toolkit
171
159
 
172
160
  ### Special Thanks
173
- - OpenAI for making Whisper open-source
174
- - Oriserve team for the Hindi2Hinglish model
175
- - All contributors to the dependencies
161
+ - OpenAI team for making Whisper open-source
162
+ - Oriserve team for the specialized Hindi model
163
+ - All open-source contributors
176
164
 
177
165
  ---
178
166
 
@@ -190,6 +178,8 @@ Free to use for personal and commercial projects!
190
178
 
191
179
  💼 Connect: [@ambrish.yadav.1](https://instagram.com/ambrish.yadav.1)
192
180
 
181
+ 📦 PyPI: [oneword-ai](https://pypi.org/project/oneword-ai/)
182
+
193
183
  ---
194
184
 
195
185
  <div align="center">
@@ -5,7 +5,7 @@
5
5
  **Generate viral-style one-word subtitles from video/audio using Whisper AI**
6
6
 
7
7
  [![PyPI](https://img.shields.io/pypi/v/oneword-ai)](https://pypi.org/project/oneword-ai/)
8
- [![Python](https://img.shields.io/badge/Python-3.8%2B-blue)](https://www.python.org/)
8
+ [![Python](https://img.shields.io/badge/Python-3.9%2B-blue)](https://www.python.org/)
9
9
  [![License](https://img.shields.io/badge/License-MIT-green)](license.txt)
10
10
 
11
11
  Perfect for creating high-energy reels, shorts, and TikToks! 🚀
@@ -31,13 +31,11 @@ Perfect for creating high-energy reels, shorts, and TikToks! 🚀
31
31
 
32
32
  ## 🚀 Installation
33
33
 
34
- ### Method 1: Install from PyPI (Recommended)
35
-
36
34
  ```bash
37
35
  pip install oneword-ai
38
36
  ```
39
37
 
40
- **Prerequisites**: Ensure [FFmpeg](https://ffmpeg.org/) is installed on your system.
38
+ **Prerequisites**: Install [FFmpeg](https://ffmpeg.org/) on your system.
41
39
 
42
40
  ---
43
41
 
@@ -45,10 +43,9 @@ pip install oneword-ai
45
43
 
46
44
  ### Option 1: Web Interface (Easiest)
47
45
 
48
- Start the web server and process files through a beautiful UI:
46
+ Start the web server:
49
47
 
50
48
  ```bash
51
- # Start server
52
49
  python -m onewordai.api.main
53
50
  ```
54
51
 
@@ -56,38 +53,27 @@ Then open http://localhost:8000 in your browser.
56
53
 
57
54
  **Features:**
58
55
  - 📤 Drag & drop file upload
59
- - 📊 Real-time download progress with speed tracking
60
- - ⏱️ Live transcription status
56
+ - 📊 Real-time download progress with speed & ETA
57
+ - ⏱️ Live transcription status updates
61
58
  - ❌ Cancel processing anytime
62
- - 📥 Instant SRT download
63
59
  - ⚠️ Reload protection (won't lose progress)
60
+ - 📥 Instant SRT download
64
61
 
65
62
  ---
66
63
 
67
- ### Option 2: Google Colab with Package
64
+ ### Option 2: Google Colab
68
65
 
69
- Run OneWord AI in the cloud without any local installation:
66
+ Run OneWord AI in the cloud with Web UI or Python API:
70
67
 
71
68
  [![Open in Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/Ambrishyadav-byte/OnewordAI/blob/main/OneWord_Colab.ipynb)
72
69
 
73
- **Quick Start in Colab:**
74
-
75
- ```python
76
- # Install package
77
- !pip install oneword-ai
78
-
79
- # Import and use
80
- from onewordai.core.engine import SubtitleGenerator
81
-
82
- # Generate subtitles
83
- generator = SubtitleGenerator(model_name="medium")
84
- output = generator.process("video.mp4", mode="oneword")
85
- print(f"✅ Subtitles saved: {output}")
86
- ```
70
+ **The Colab notebook includes:**
71
+ - 🌐 **Option A**: Web UI with Gradio (free public URL, no setup required)
72
+ - 💻 **Option B**: Python API for direct code usage
87
73
 
88
74
  ---
89
75
 
90
- ### Option 3: Command Line Interface (CLI)
76
+ ### Option 3: Command Line (CLI)
91
77
 
92
78
  For batch processing and automation:
93
79
 
@@ -95,11 +81,11 @@ For batch processing and automation:
95
81
  # Basic usage
96
82
  python -m onewordai.cli -i video.mp4
97
83
 
98
- # Advanced options
84
+ # With options
99
85
  python -m onewordai.cli -i video.mp4 -m medium -lang hi -mode oneword
100
86
  ```
101
87
 
102
- **See [CLI.md](CLI.md) for full CLI documentation.**
88
+ **See [CLI.md](CLI.md) for full documentation.**
103
89
 
104
90
  ---
105
91
 
@@ -107,19 +93,21 @@ python -m onewordai.cli -i video.mp4 -m medium -lang hi -mode oneword
107
93
 
108
94
  | Mode | Description | Best For |
109
95
  |------|-------------|----------|
110
- | **One Word** | Each word = separate subtitle | High-energy viral content, reels |
111
- | **Two Word Punch** | Groups of 2 words | Punchy messaging, Instagram posts |
112
- | **Phrase Mode** | Full sentence segments | YouTube videos, longer content |
96
+ | **oneword** | Each word = separate subtitle | High-energy viral content, reels |
97
+ | **twoword** | Groups of 2 words | Punchy messaging, Instagram posts |
98
+ | **phrase** | Full sentence segments | YouTube videos, longer content |
113
99
 
114
100
  ---
115
101
 
116
102
  ## 🎨 Model Options
117
103
 
118
- | Model | Size | Speed | Quality | Language Support |
119
- |-------|------|-------|---------|------------------|
120
- | **medium** | ~1.5GB | Fast | Good | Multi-language |
121
- | **large** | ~3GB | Slower | Best | Multi-language |
122
- | **Hindi2Hinglish** | ~1.5GB | Fast | Excellent for Hindi | Hindi → Hinglish |
104
+ | Model | Size | Speed | Quality | Language |
105
+ |-------|------|-------|---------|----------|
106
+ | **medium** | ~1.5GB | Fast | ⭐⭐⭐⭐ | Multi-language |
107
+ | **large** | ~3GB | Slower | ⭐⭐⭐⭐⭐ | Multi-language |
108
+ | **Oriserve/Whisper-Hindi2Hinglish-Prime** | ~1.5GB | Fast | ⭐⭐⭐⭐⭐ | Hindi → Hinglish |
109
+
110
+ > **Note**: Models are downloaded automatically on first use and cached locally.
123
111
 
124
112
  ---
125
113
 
@@ -128,19 +116,19 @@ python -m onewordai.cli -i video.mp4 -m medium -lang hi -mode oneword
128
116
  This project wouldn't be possible without these amazing open-source projects:
129
117
 
130
118
  ### Core Technologies
131
- - **[OpenAI Whisper](https://github.com/openai/whisper)** - Revolutionary speech recognition model
132
- - **[Oriserve/Whisper-Hindi2Hinglish-Prime](https://huggingface.co/Oriserve/Whisper-Hindi2Hinglish-Prime)** - Hindi to Hinglish transcription model
133
- - **[HuggingFace Transformers](https://github.com/huggingface/transformers)** - Model loading and inference
119
+ - **[OpenAI Whisper](https://github.com/openai/whisper)** - State-of-the-art speech recognition model
120
+ - **[Oriserve/Whisper-Hindi2Hinglish-Prime](https://huggingface.co/Oriserve/Whisper-Hindi2Hinglish-Prime)** - Fine-tuned Hindi to Hinglish transcription
121
+ - **[HuggingFace Transformers](https://github.com/huggingface/transformers)** - Model loading and inference framework
134
122
 
135
123
  ### Backend & UI
136
- - **[FastAPI](https://fastapi.tiangolo.com/)** - Modern Python web framework
137
- - **[Gradio](https://gradio.app/)** - ML web interfaces
138
- - **[FFmpeg](https://ffmpeg.org/)** - Audio/video processing
124
+ - **[FastAPI](https://fastapi.tiangolo.com/)** - High-performance Python web framework
125
+ - **[Gradio](https://gradio.app/)** - ML web interface library
126
+ - **[FFmpeg](https://ffmpeg.org/)** - Multimedia processing toolkit
139
127
 
140
128
  ### Special Thanks
141
- - OpenAI for making Whisper open-source
142
- - Oriserve team for the Hindi2Hinglish model
143
- - All contributors to the dependencies
129
+ - OpenAI team for making Whisper open-source
130
+ - Oriserve team for the specialized Hindi model
131
+ - All open-source contributors
144
132
 
145
133
  ---
146
134
 
@@ -158,6 +146,8 @@ Free to use for personal and commercial projects!
158
146
 
159
147
  💼 Connect: [@ambrish.yadav.1](https://instagram.com/ambrish.yadav.1)
160
148
 
149
+ 📦 PyPI: [oneword-ai](https://pypi.org/project/oneword-ai/)
150
+
161
151
  ---
162
152
 
163
153
  <div align="center">
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: oneword-ai
3
- Version: 0.1.1
3
+ Version: 0.1.2
4
4
  Summary: Create viral-style one-word subtitles for Reels, Shorts & TikToks using AI. Perfect for content creators!
5
5
  Author-email: Ambrish <ambrishyadav1110@gmail.com>
6
6
  License: Copyright 2025 Ambrish
@@ -37,7 +37,7 @@ Dynamic: license-file
37
37
  **Generate viral-style one-word subtitles from video/audio using Whisper AI**
38
38
 
39
39
  [![PyPI](https://img.shields.io/pypi/v/oneword-ai)](https://pypi.org/project/oneword-ai/)
40
- [![Python](https://img.shields.io/badge/Python-3.8%2B-blue)](https://www.python.org/)
40
+ [![Python](https://img.shields.io/badge/Python-3.9%2B-blue)](https://www.python.org/)
41
41
  [![License](https://img.shields.io/badge/License-MIT-green)](license.txt)
42
42
 
43
43
  Perfect for creating high-energy reels, shorts, and TikToks! 🚀
@@ -63,13 +63,11 @@ Perfect for creating high-energy reels, shorts, and TikToks! 🚀
63
63
 
64
64
  ## 🚀 Installation
65
65
 
66
- ### Method 1: Install from PyPI (Recommended)
67
-
68
66
  ```bash
69
67
  pip install oneword-ai
70
68
  ```
71
69
 
72
- **Prerequisites**: Ensure [FFmpeg](https://ffmpeg.org/) is installed on your system.
70
+ **Prerequisites**: Install [FFmpeg](https://ffmpeg.org/) on your system.
73
71
 
74
72
  ---
75
73
 
@@ -77,10 +75,9 @@ pip install oneword-ai
77
75
 
78
76
  ### Option 1: Web Interface (Easiest)
79
77
 
80
- Start the web server and process files through a beautiful UI:
78
+ Start the web server:
81
79
 
82
80
  ```bash
83
- # Start server
84
81
  python -m onewordai.api.main
85
82
  ```
86
83
 
@@ -88,38 +85,27 @@ Then open http://localhost:8000 in your browser.
88
85
 
89
86
  **Features:**
90
87
  - 📤 Drag & drop file upload
91
- - 📊 Real-time download progress with speed tracking
92
- - ⏱️ Live transcription status
88
+ - 📊 Real-time download progress with speed & ETA
89
+ - ⏱️ Live transcription status updates
93
90
  - ❌ Cancel processing anytime
94
- - 📥 Instant SRT download
95
91
  - ⚠️ Reload protection (won't lose progress)
92
+ - 📥 Instant SRT download
96
93
 
97
94
  ---
98
95
 
99
- ### Option 2: Google Colab with Package
96
+ ### Option 2: Google Colab
100
97
 
101
- Run OneWord AI in the cloud without any local installation:
98
+ Run OneWord AI in the cloud with Web UI or Python API:
102
99
 
103
100
  [![Open in Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/Ambrishyadav-byte/OnewordAI/blob/main/OneWord_Colab.ipynb)
104
101
 
105
- **Quick Start in Colab:**
106
-
107
- ```python
108
- # Install package
109
- !pip install oneword-ai
110
-
111
- # Import and use
112
- from onewordai.core.engine import SubtitleGenerator
113
-
114
- # Generate subtitles
115
- generator = SubtitleGenerator(model_name="medium")
116
- output = generator.process("video.mp4", mode="oneword")
117
- print(f"✅ Subtitles saved: {output}")
118
- ```
102
+ **The Colab notebook includes:**
103
+ - 🌐 **Option A**: Web UI with Gradio (free public URL, no setup required)
104
+ - 💻 **Option B**: Python API for direct code usage
119
105
 
120
106
  ---
121
107
 
122
- ### Option 3: Command Line Interface (CLI)
108
+ ### Option 3: Command Line (CLI)
123
109
 
124
110
  For batch processing and automation:
125
111
 
@@ -127,11 +113,11 @@ For batch processing and automation:
127
113
  # Basic usage
128
114
  python -m onewordai.cli -i video.mp4
129
115
 
130
- # Advanced options
116
+ # With options
131
117
  python -m onewordai.cli -i video.mp4 -m medium -lang hi -mode oneword
132
118
  ```
133
119
 
134
- **See [CLI.md](CLI.md) for full CLI documentation.**
120
+ **See [CLI.md](CLI.md) for full documentation.**
135
121
 
136
122
  ---
137
123
 
@@ -139,19 +125,21 @@ python -m onewordai.cli -i video.mp4 -m medium -lang hi -mode oneword
139
125
 
140
126
  | Mode | Description | Best For |
141
127
  |------|-------------|----------|
142
- | **One Word** | Each word = separate subtitle | High-energy viral content, reels |
143
- | **Two Word Punch** | Groups of 2 words | Punchy messaging, Instagram posts |
144
- | **Phrase Mode** | Full sentence segments | YouTube videos, longer content |
128
+ | **oneword** | Each word = separate subtitle | High-energy viral content, reels |
129
+ | **twoword** | Groups of 2 words | Punchy messaging, Instagram posts |
130
+ | **phrase** | Full sentence segments | YouTube videos, longer content |
145
131
 
146
132
  ---
147
133
 
148
134
  ## 🎨 Model Options
149
135
 
150
- | Model | Size | Speed | Quality | Language Support |
151
- |-------|------|-------|---------|------------------|
152
- | **medium** | ~1.5GB | Fast | Good | Multi-language |
153
- | **large** | ~3GB | Slower | Best | Multi-language |
154
- | **Hindi2Hinglish** | ~1.5GB | Fast | Excellent for Hindi | Hindi → Hinglish |
136
+ | Model | Size | Speed | Quality | Language |
137
+ |-------|------|-------|---------|----------|
138
+ | **medium** | ~1.5GB | Fast | ⭐⭐⭐⭐ | Multi-language |
139
+ | **large** | ~3GB | Slower | ⭐⭐⭐⭐⭐ | Multi-language |
140
+ | **Oriserve/Whisper-Hindi2Hinglish-Prime** | ~1.5GB | Fast | ⭐⭐⭐⭐⭐ | Hindi → Hinglish |
141
+
142
+ > **Note**: Models are downloaded automatically on first use and cached locally.
155
143
 
156
144
  ---
157
145
 
@@ -160,19 +148,19 @@ python -m onewordai.cli -i video.mp4 -m medium -lang hi -mode oneword
160
148
  This project wouldn't be possible without these amazing open-source projects:
161
149
 
162
150
  ### Core Technologies
163
- - **[OpenAI Whisper](https://github.com/openai/whisper)** - Revolutionary speech recognition model
164
- - **[Oriserve/Whisper-Hindi2Hinglish-Prime](https://huggingface.co/Oriserve/Whisper-Hindi2Hinglish-Prime)** - Hindi to Hinglish transcription model
165
- - **[HuggingFace Transformers](https://github.com/huggingface/transformers)** - Model loading and inference
151
+ - **[OpenAI Whisper](https://github.com/openai/whisper)** - State-of-the-art speech recognition model
152
+ - **[Oriserve/Whisper-Hindi2Hinglish-Prime](https://huggingface.co/Oriserve/Whisper-Hindi2Hinglish-Prime)** - Fine-tuned Hindi to Hinglish transcription
153
+ - **[HuggingFace Transformers](https://github.com/huggingface/transformers)** - Model loading and inference framework
166
154
 
167
155
  ### Backend & UI
168
- - **[FastAPI](https://fastapi.tiangolo.com/)** - Modern Python web framework
169
- - **[Gradio](https://gradio.app/)** - ML web interfaces
170
- - **[FFmpeg](https://ffmpeg.org/)** - Audio/video processing
156
+ - **[FastAPI](https://fastapi.tiangolo.com/)** - High-performance Python web framework
157
+ - **[Gradio](https://gradio.app/)** - ML web interface library
158
+ - **[FFmpeg](https://ffmpeg.org/)** - Multimedia processing toolkit
171
159
 
172
160
  ### Special Thanks
173
- - OpenAI for making Whisper open-source
174
- - Oriserve team for the Hindi2Hinglish model
175
- - All contributors to the dependencies
161
+ - OpenAI team for making Whisper open-source
162
+ - Oriserve team for the specialized Hindi model
163
+ - All open-source contributors
176
164
 
177
165
  ---
178
166
 
@@ -190,6 +178,8 @@ Free to use for personal and commercial projects!
190
178
 
191
179
  💼 Connect: [@ambrish.yadav.1](https://instagram.com/ambrish.yadav.1)
192
180
 
181
+ 📦 PyPI: [oneword-ai](https://pypi.org/project/oneword-ai/)
182
+
193
183
  ---
194
184
 
195
185
  <div align="center">
@@ -44,8 +44,8 @@ class SubtitleGenerator:
44
44
  def __init__(self, *args, **kwargs):
45
45
  super().__init__(*args, **kwargs)
46
46
 
47
- def display(self, msg=None, pos=None):
48
- super().display(msg, pos)
47
+ def display(self, msg=None, pos=None, *args, **kwargs):
48
+ super().display(msg, pos, *args, **kwargs)
49
49
  # Capture progress for status callback
50
50
  if status_callback and self.total:
51
51
  downloaded = self.n
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "oneword-ai"
7
- version = "0.1.1"
7
+ version = "0.1.2"
8
8
  description = "Create viral-style one-word subtitles for Reels, Shorts & TikToks using AI. Perfect for content creators!"
9
9
  readme = "README.md"
10
10
  requires-python = ">=3.9"
File without changes
File without changes
File without changes