CoolFace
Apppublic

sachit3071/Model-Trainer

sourceHugging Faceupdated 11mo agoView on Hugging Face
0likes
pyproject.toml10 linesDownload Raw Back to root
1[project]2name = "model-trainer"3version = "0.1.0"4description = "Add your description here"5readme = "README.md"6requires-python = ">=3.10"7dependencies = [8    "streamlit>=1.50.0",9]10