lattifai-core-hq 0.6.4__cp311-cp311-win_amd64.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_core/__init__.py +5 -0
- lattifai_core/client/__init__.py +3 -0
- lattifai_core/client/core.py +3 -0
- lattifai_core/client/pyarmor_runtime_000000/__init__.py +2 -0
- lattifai_core/client/pyarmor_runtime_000000/pyarmor_runtime.pyd +0 -0
- lattifai_core/diarization/__init__.py +3 -0
- lattifai_core/diarization/lattifai.py +3 -0
- lattifai_core/diarization/match.py +3 -0
- lattifai_core/diarization/pyarmor_runtime_000000/__init__.py +2 -0
- lattifai_core/diarization/pyarmor_runtime_000000/pyarmor_runtime.pyd +0 -0
- lattifai_core/diarization/utils.py +3 -0
- lattifai_core/event/__init__.py +17 -0
- lattifai_core/event/audiossl_bundle.py +3 -0
- lattifai_core/event/lattifai.py +3 -0
- lattifai_core/event/loader.py +3 -0
- lattifai_core/event/model.py +3 -0
- lattifai_core/event/pyarmor_runtime_000000/__init__.py +2 -0
- lattifai_core/event/pyarmor_runtime_000000/pyarmor_runtime.pyd +0 -0
- lattifai_core/event/types.py +3 -0
- lattifai_core/event/vad.py +3 -0
- lattifai_core/transcription/__init__.py +3 -0
- lattifai_core/transcription/lattifai.py +3 -0
- lattifai_core/transcription/pyarmor_runtime_000000/__init__.py +2 -0
- lattifai_core/transcription/pyarmor_runtime_000000/pyarmor_runtime.pyd +0 -0
- lattifai_core_hq-0.6.4.dist-info/METADATA +28 -0
- lattifai_core_hq-0.6.4.dist-info/RECORD +28 -0
- lattifai_core_hq-0.6.4.dist-info/WHEEL +5 -0
- lattifai_core_hq-0.6.4.dist-info/top_level.txt +1 -0
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
|
+
Name: lattifai_core_hq
|
|
3
|
+
Version: 0.6.4
|
|
4
|
+
Summary: Lattifai: Next-generation AI-powered multimodal processing and analysis platform
|
|
5
|
+
Author: The Lattifai Development Team
|
|
6
|
+
Requires-Python: >=3.9
|
|
7
|
+
Description-Content-Type: text/markdown
|
|
8
|
+
Requires-Dist: httpx
|
|
9
|
+
Requires-Dist: numba>=0.63.1
|
|
10
|
+
Requires-Dist: scipy<1.16.3
|
|
11
|
+
Requires-Dist: sebbs>=1.0.2
|
|
12
|
+
Requires-Dist: cryptography
|
|
13
|
+
Dynamic: author
|
|
14
|
+
Dynamic: description
|
|
15
|
+
Dynamic: description-content-type
|
|
16
|
+
Dynamic: requires-dist
|
|
17
|
+
Dynamic: requires-python
|
|
18
|
+
Dynamic: summary
|
|
19
|
+
|
|
20
|
+
# Lattifai-CORE
|
|
21
|
+
|
|
22
|
+
Lattifai: Next-generation AI-powered multimodal processing and analysis platform.
|
|
23
|
+
|
|
24
|
+
## Installation
|
|
25
|
+
|
|
26
|
+
```
|
|
27
|
+
pip install lattifai-core-hq
|
|
28
|
+
```
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
lattifai_core/__init__.py,sha256=oZwd5BzjBRUf0UdesUBAUFdSqFKMtbkcXmhMQmX_DuE,60
|
|
2
|
+
lattifai_core/client/__init__.py,sha256=DO0T6gbHmifE3kR0rhQ2i8LPPoEILL47OD2OzdCyfdc,2627
|
|
3
|
+
lattifai_core/client/core.py,sha256=kbhF_TU1TKaFg0I6__GVECbxADpSjZKJp55pdfZDTPY,70297
|
|
4
|
+
lattifai_core/client/pyarmor_runtime_000000/__init__.py,sha256=LwkR2G2J2TwthAWOxF6vQvtnx5XphHmzBlRG1eXYNE8,103
|
|
5
|
+
lattifai_core/client/pyarmor_runtime_000000/pyarmor_runtime.pyd,sha256=2QEXgBWJwTt_4z0n3O6bevGFcrwdueHVHIwwOTC_X6o,631808
|
|
6
|
+
lattifai_core/diarization/__init__.py,sha256=Vjbj1TH2-Jl4hb2mLM_Zju6fI4dVMJRyPNOsjUljByY,2232
|
|
7
|
+
lattifai_core/diarization/lattifai.py,sha256=eNr0n7bA3OBzMjZnWlYGpVIKFFRwMvzQDNk3ZapjCfk,130806
|
|
8
|
+
lattifai_core/diarization/match.py,sha256=WV9JnE2NQhxwT8qwfLVE-RfGFSPn39n6ogIHJonHyDY,22391
|
|
9
|
+
lattifai_core/diarization/utils.py,sha256=NIURwvzSclEanooJ_iuZ4vLrkJnbNPHE4WcmOI4ljJY,41308
|
|
10
|
+
lattifai_core/diarization/pyarmor_runtime_000000/__init__.py,sha256=_8FtvI4AMnLov3Sd5vDM61jMxRt3lxggu7n2ZOolBTE,103
|
|
11
|
+
lattifai_core/diarization/pyarmor_runtime_000000/pyarmor_runtime.pyd,sha256=JPMKoaCjYbGXSNcpJtrCCTvfQZ1PhbfEfAwA2Mcfy0Q,631808
|
|
12
|
+
lattifai_core/event/__init__.py,sha256=GXsadr1UM_9JZh7HT2L48ou6Kt_2GNDEQMSUTo5MPbY,295
|
|
13
|
+
lattifai_core/event/audiossl_bundle.py,sha256=HXfoAT5bxrGMtkgQ31IwdAfOcDiF_D-96e3Y9afb3dc,114482
|
|
14
|
+
lattifai_core/event/lattifai.py,sha256=3Rai0L0ujPLNmjzDp4eukYMR_2wM1JujY7tibdPddW8,151240
|
|
15
|
+
lattifai_core/event/loader.py,sha256=iG7iFvRZsM1YSa9XI1aF81oEL0HWWt1bxMue2AevLx4,38183
|
|
16
|
+
lattifai_core/event/model.py,sha256=1NTJCtx93QNInHqcLFyvHb0xVus828nEH71YBOsKSKE,82748
|
|
17
|
+
lattifai_core/event/types.py,sha256=1CEVMO6bsxEqlMLqXvwhQFEIQ5jbk2Wl8xzfF44JhHs,48377
|
|
18
|
+
lattifai_core/event/vad.py,sha256=yFNaZmicsrqWItyjlaVGUVrS3xkWeya_EDGKT-PU4mM,32286
|
|
19
|
+
lattifai_core/event/pyarmor_runtime_000000/__init__.py,sha256=KFl0MOvnZjycblJSFicTzpDJ-G2BG6HsQ7ACi_q3fNY,103
|
|
20
|
+
lattifai_core/event/pyarmor_runtime_000000/pyarmor_runtime.pyd,sha256=8YG7PMpNcxjn27mK-iG7ysgK-UPuHmIjdgnPSyWe9zo,631808
|
|
21
|
+
lattifai_core/transcription/__init__.py,sha256=1pcXNXWWw_lApyWLBKx9GUBTKKOEw9fmU4sRzpdRIFY,2023
|
|
22
|
+
lattifai_core/transcription/lattifai.py,sha256=gleeGjTBb8WYc43CwBawdGFOh_E7Qsoi8cQGUkOilyc,70618
|
|
23
|
+
lattifai_core/transcription/pyarmor_runtime_000000/__init__.py,sha256=6gGFK7-jHKFNUFeBCBeZHwQXkotDGEp6dBJVgn14874,103
|
|
24
|
+
lattifai_core/transcription/pyarmor_runtime_000000/pyarmor_runtime.pyd,sha256=UGMAmCCpVuuVcwPBdxwWmAJyyRCX7A3aTcNtzkkETN4,631808
|
|
25
|
+
lattifai_core_hq-0.6.4.dist-info/METADATA,sha256=SrTYjNF40SrVMbK9RZifVAamRG1nNzaR_mu7EHQdjnI,704
|
|
26
|
+
lattifai_core_hq-0.6.4.dist-info/WHEEL,sha256=bVDps4tOb0nHmbMU4uK7h9NZsZJmyTqcRbrvK3TZLY4,102
|
|
27
|
+
lattifai_core_hq-0.6.4.dist-info/top_level.txt,sha256=UyDENJ-2sz7g9mscXf87WEHTUTR935K3SorD5fTuU1M,14
|
|
28
|
+
lattifai_core_hq-0.6.4.dist-info/RECORD,,
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
lattifai_core
|