File size: 309 Bytes
8220955 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 | [project]
name = "smart-email-classification-app"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.10"
dependencies = [
"huggingface-hub>=0.35.3",
"python-dotenv>=1.1.1",
"streamlit>=1.50.0",
"torch>=2.9.0",
"transformers>=4.57.1",
]
|