Delete requirements.txt
Browse files- requirements.txt +0 -53
requirements.txt
DELETED
@@ -1,53 +0,0 @@
|
|
1 |
-
# Core Scientific Stack
|
2 |
-
numpy==1.24
|
3 |
-
scipy
|
4 |
-
soundfile
|
5 |
-
sounddevice
|
6 |
-
opencv-python==4.7.0.72
|
7 |
-
moviepy
|
8 |
-
librosa
|
9 |
-
|
10 |
-
# Hugging Face Transformers + Whisper + Bark
|
11 |
-
transformers
|
12 |
-
torch
|
13 |
-
sentence-transformers
|
14 |
-
git+https://github.com/openai/whisper.git
|
15 |
-
git+https://github.com/suno-ai/bark.git
|
16 |
-
|
17 |
-
# TTS + gTTS
|
18 |
-
TTS
|
19 |
-
gTTS
|
20 |
-
|
21 |
-
# Langchain ecosystem
|
22 |
-
langchain
|
23 |
-
langchain_groq
|
24 |
-
langchain_community
|
25 |
-
langchain_huggingface
|
26 |
-
llama-index
|
27 |
-
cohere
|
28 |
-
|
29 |
-
# Vector database
|
30 |
-
qdrant-client
|
31 |
-
|
32 |
-
# Emotion & face recognition
|
33 |
-
deepface
|
34 |
-
tensorflow
|
35 |
-
tf-keras
|
36 |
-
|
37 |
-
# Document parsing (CV/Job Description)
|
38 |
-
textract
|
39 |
-
PyPDF2
|
40 |
-
python-docx
|
41 |
-
|
42 |
-
# Audio I/O and video support
|
43 |
-
ffmpeg-python
|
44 |
-
pyaudio
|
45 |
-
|
46 |
-
# Misc tools
|
47 |
-
fuzzywuzzy
|
48 |
-
inputimeout
|
49 |
-
evaluate
|
50 |
-
datasets
|
51 |
-
|
52 |
-
# Ensure compatibility with pip
|
53 |
-
pip==23.3.1
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|