EduConnect / requirements.txt
dtyago's picture
restructure project
7832703
raw
history blame
993 Bytes
fastapi==0.74.* # Core framework for building APIs.
uvicorn[standard]==0.17.* # ASGI server for FastAPI, supports live reloading.
requests==2.27.* # For making HTTP requests, if needed by your app.
torch==1.11.* # PyTorch, for handling deep learning models.
transformers==4.* # From Hugging Face, for working with pre-trained LLMs.
sentencepiece==0.1.* # For chat text processing
mtcnn==0.1.1 # For face detection in images.
python-jose[cryptography]==3.3.* # For creating, parsing, and verifying JWT tokens.
python-multipart==0.0.5 # Necessary for form data handling, including file uploads.
numpy==1.22.* # Fundamental package for scientific computing.
chromadb==0.4.22 # Vector database interaction libraries.
keras-facenet==0.3.2 # For face recognition and embedding, used alongside MTCNN.
jinja2==3.0.* # For Admin site redndering