File size: 2,080 Bytes
2fc0a31
 
4462b57
 
 
 
 
2fc0a31
 
 
182a5c9
2fc0a31
 
 
 
 
182a5c9
 
 
 
 
2fc0a31
 
7caa2d0
2fc0a31
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
��# Main Application & API
fastapi
uvicorn
python-multipart
aiofiles
psutil
python-dotenv

# Audio & Speech Processing
faster-whisper
ffmpeg-python
librosa
pydub

# AI / Machine Learning - General & NLP
google-generativeai
ctransformers
huggingface-hub
hf_xet
numpy
scikit-learn
spacy # For NER and high-performance NLP
sentencepiece # For Hugging Face models (Sentiment, Topics)
openai

# Computer Vision
opencv-python
deepface
transformers
ultralytics
facenet-pytorch
pillow
tf-keras

# PyTorch (Core and Vision/Audio libraries)
# For GPU support, it's highly recommended to install these manually following
# the official PyTorch instructions: https://pytorch.org/get-started/locally/
# Example command: pip install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu118
torch
torchvision
torchaudio

yake

# --- POST-INSTALLATION STEPS ---
# After running `pip install -r requirements.txt`, you may need to run the following:
#
# 1. Download the spaCy language model:
#    python -m spacy download en_core_web_sm