You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
[project] |
|
name = "perplexity-tablette" |
|
version = "0.1.0" |
|
description = "Implémentation du modèle basé perplexité pour le NPI" |
|
requires-python = ">=3.12" |
|
dependencies = [ |
|
"openai-whisper>=20250625", |
|
"scikit-learn>=1.7.1", |
|
]
|
|
|