File size: 1,046 Bytes
25be447
1b0d072
25be447
7832703
 
 
 
 
 
25be447
7832703
 
843bda3
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
fastapi==0.95.2                # Core framework for building APIs.
uvicorn[standard]==0.18.3      # ASGI server for FastAPI, supports live reloading.
requests==2.28.*               # 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                          # 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
bcrypt==4.1.*                  # For hashing secrets