lattifai 1.0.2__py3-none-any.whl → 1.0.4__py3-none-any.whl

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.
lattifai/mixin.py CHANGED
@@ -404,7 +404,7 @@ class LattifAIClientMixin:
404
404
  transcription = await self.transcriber.transcribe_file(media_file, language=source_lang)
405
405
  print(colorful.green(" ✓ Transcription completed."))
406
406
 
407
- if "Gemini" in self.transcriber.name:
407
+ if "gemini" in self.transcriber.name.lower():
408
408
  # write to temp file and use Caption read
409
409
  with tempfile.NamedTemporaryFile(suffix=self.transcriber.file_suffix, delete=True) as tmp_file:
410
410
  tmp_path = Path(tmp_file.name)
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: lattifai
3
- Version: 1.0.2
3
+ Version: 1.0.4
4
4
  Summary: Lattifai Python SDK: Seamless Integration with Lattifai's Speech and Video AI Services
5
5
  Author-email: Lattifai Technologies <tech@lattifai.com>
6
6
  Maintainer-email: Lattice <tech@lattifai.com>
@@ -50,7 +50,7 @@ Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
50
50
  Requires-Python: <3.15,>=3.10
51
51
  Description-Content-Type: text/markdown
52
52
  License-File: LICENSE
53
- Requires-Dist: lattifai-core>=0.4.5
53
+ Requires-Dist: lattifai-core>=0.4.6
54
54
  Requires-Dist: lattifai-run>=1.0.1
55
55
  Requires-Dist: python-dotenv
56
56
  Requires-Dist: lhotse>=1.26.0
@@ -64,6 +64,7 @@ Requires-Dist: msgpack
64
64
  Requires-Dist: g2p-phonemizer>=0.4.0
65
65
  Requires-Dist: av
66
66
  Requires-Dist: wtpsplit>=2.1.6
67
+ Requires-Dist: kaldi-native-fbank
67
68
  Requires-Dist: OmniSenseVoice>=0.4.0
68
69
  Requires-Dist: nemo_toolkit_asr[asr]>=2.7.0rc1
69
70
  Requires-Dist: pyannote-audio-notorchdeps>=4.0.2
@@ -155,7 +156,7 @@ Advanced forced alignment and subtitle generation powered by [ 🤗 Lattice-1](h
155
156
  pip install install-k2
156
157
  install-k2 --torch-version 2.9.1 # if not set will auto-detect PyTorch version and install compatible k2
157
158
 
158
- pip install lattifai==1.0.2
159
+ pip install lattifai
159
160
  ```
160
161
 
161
162
  **Using uv (Recommended - 10-100x faster):**
@@ -173,8 +174,8 @@ uv pip install install-k2
173
174
  uv pip install pip
174
175
  uv run install-k2 --torch-version 2.9.1
175
176
 
176
- # Install LattifAI (v1.0.2)
177
- uv pip install lattifai==1.0.2
177
+ # Install LattifAI
178
+ uv pip install lattifai
178
179
  ```
179
180
 
180
181
  > **Note**: `install-k2` automatically detects your PyTorch version (up to 2.9) and installs the compatible k2 wheel.
@@ -3,7 +3,7 @@ lattifai/audio2.py,sha256=WPAhcaEoIMRQBf2QZe-0yyAbgyyiqUVAthJ-z54R9Wc,7761
3
3
  lattifai/client.py,sha256=Wkz7Q1XvCQ9KxD0uZ_M1ix457ZbgIG1gAxxt8nMBUj4,22147
4
4
  lattifai/errors.py,sha256=dFQ_7c8rwuHrq2pDPjpzA755tAV3t8daXXFbHmWblbs,11015
5
5
  lattifai/logging.py,sha256=MbUEeOUFlF92pA9v532DiPPWKl03S7UHCJ6Z652cf0w,2860
6
- lattifai/mixin.py,sha256=7D6zeI9EIhva5FRomnj2RaJkY6ghR86otbqudcijGK4,23380
6
+ lattifai/mixin.py,sha256=2QnWMG2E_cyZaa98Wtdf6Duo8w3DTIiD-EEfrmtDhGk,23388
7
7
  lattifai/types.py,sha256=SjYBfwrCBOXlICvH04niFQJ7OzTx7oTaa_npfRkB67U,659
8
8
  lattifai/utils.py,sha256=TqOPrd_Et7KxrbfI_JbBNIGZ5-oGJY8ZUyJMPDTih1I,3848
9
9
  lattifai/alignment/__init__.py,sha256=ehpkKfjNIYUx7_M-RWD_8Efcrzd9bE-NSm0QgMMVLW0,178
@@ -48,9 +48,9 @@ lattifai/workflow/agents.py,sha256=yEOnxnhcTvr1iOhCorNvp8B76P6nQsLRXJCu_rCYFfM,3
48
48
  lattifai/workflow/base.py,sha256=8QoVIBZwJfr5mppJbtUFafHv5QR9lL-XrULjTWD0oBg,6257
49
49
  lattifai/workflow/file_manager.py,sha256=d106KHLY8A9amLy5h1vR32e4od8mmJGqMD-iDyiRPLI,32917
50
50
  lattifai/workflow/youtube.py,sha256=n8L1c6tl8FuYzAzKZ-B76zf5yZsvVggZEJ9mPdbEWGQ,22989
51
- lattifai-1.0.2.dist-info/licenses/LICENSE,sha256=_IkHdwOWLAWcE1M_tIpDoRWdNSJwFdtIqI-XSkK3yPU,1066
52
- lattifai-1.0.2.dist-info/METADATA,sha256=Ew2BnhBAeZyUBCKJtvl4qJz1IomUsPL2-3COXZc0fqw,24571
53
- lattifai-1.0.2.dist-info/WHEEL,sha256=SmOxYU7pzNKBqASvQJ7DjX3XGUF92lrGhMb3R6_iiqI,91
54
- lattifai-1.0.2.dist-info/entry_points.txt,sha256=F8Akof3VtKtrbnYSav1umgoo9Xbv34rUcKn-ioRfeGQ,474
55
- lattifai-1.0.2.dist-info/top_level.txt,sha256=tHSoXF26r-IGfbIP_JoYATqbmf14h5NrnNJGH4j5reI,9
56
- lattifai-1.0.2.dist-info/RECORD,,
51
+ lattifai-1.0.4.dist-info/licenses/LICENSE,sha256=_IkHdwOWLAWcE1M_tIpDoRWdNSJwFdtIqI-XSkK3yPU,1066
52
+ lattifai-1.0.4.dist-info/METADATA,sha256=uijheuHzvh-AhZwIFCGTc2_UX-x3ZXxhnlPsvcaMQ4c,24582
53
+ lattifai-1.0.4.dist-info/WHEEL,sha256=SmOxYU7pzNKBqASvQJ7DjX3XGUF92lrGhMb3R6_iiqI,91
54
+ lattifai-1.0.4.dist-info/entry_points.txt,sha256=F8Akof3VtKtrbnYSav1umgoo9Xbv34rUcKn-ioRfeGQ,474
55
+ lattifai-1.0.4.dist-info/top_level.txt,sha256=tHSoXF26r-IGfbIP_JoYATqbmf14h5NrnNJGH4j5reI,9
56
+ lattifai-1.0.4.dist-info/RECORD,,