CoolFace
Apppublic

Aasher/Flexx_Your_Homework_Assistant

sourceHugging Faceapache-2.0updated 1y agoView on Hugging Face
0likes
pyproject.toml15 linesDownload Raw Back to root
1[project]2name = "student-homework-assistant"3version = "0.1.0"4description = "Add your description here"5readme = "README.md"6requires-python = ">=3.11"7dependencies = [8    "chainlit>=2.7.2",9    "fastapi>=0.116.1",10    "litellm>=1.76.2",11    "pillow>=11.3.0",12    "pydantic-settings>=2.10.1",13    "uvicorn>=0.35.0",14]15