|
[project] |
|
name = "TADBot" |
|
version = "0.1.0" |
|
description = "Add your description here" |
|
readme = "README.md" |
|
requires-python = ">=3.12" |
|
dependencies = [ |
|
"torch>=2.5.1", |
|
"torchaudio>=2.5.1", |
|
"torchvision>=0.20.1", |
|
"deepface>=0.0.93", |
|
"timm>=1.0.11", |
|
"thop>=0.1.1.post2209072238", |
|
"scikit-learn>=1.5.2", |
|
"matplotlib>=3.9.2", |
|
"torchsampler>=0.1.2", |
|
"tf-keras>=2.18.0", |
|
"pyaudio>=0.2.14", |
|
"pyttsx3>=2.98", |
|
"ollama>=0.3.3", |
|
"chromadb>=0.5.20", |
|
"speechrecognition>=3.11.0", |
|
] |
|
deepface = {git = "https://github.com/serengil/deepface", tag="v0.0.93"} |
|
|