husseinelsaadi commited on
Commit
d32e6aa
·
1 Parent(s): efe40b9
backend/templates/closing.html CHANGED
@@ -10,8 +10,8 @@
10
  <div class="luna-avatar-container">
11
  <div class="luna-glow"></div>
12
  <div class="luna-avatar">
13
- <video id="closingVideo" autoplay playsinline>
14
- <source src="{{ url_for('static', filename='videos/AI_Interview_Closing_Statement_Video.mp4') }}" type="video/mp4">
15
  Your browser does not support the video tag.
16
  </video>
17
  </div>
 
10
  <div class="luna-avatar-container">
11
  <div class="luna-glow"></div>
12
  <div class="luna-avatar">
13
+ <video id="closingVideo" autoplay playsinline muted>
14
+ <source src="{{ url_for('static', filename='videos/AI_Recruiter_Video_Generation.mp4') }}" type="video/mp4">
15
  Your browser does not support the video tag.
16
  </video>
17
  </div>
data/resumes/Hussein El Saadi - CV.pdf DELETED
Binary file (72.9 kB)
 
data/resumes/Mohamad Moallem(CV-2024).pdf DELETED
Binary file (58.9 kB)
 
requirements.txt CHANGED
@@ -1,35 +1,22 @@
1
-
2
  flask
3
  flask_login
4
  flask_sqlalchemy
5
  flask_wtf
6
  email-validator
7
-
8
- # Core Scientific Stack
9
  scipy==1.11.3
10
  soundfile==0.12.1
11
  sounddevice==0.4.6
12
- opencv-python==4.7.0.72
13
- moviepy==1.0.3
14
  librosa==0.10.0.post2
15
-
16
- # Hugging Face Transformers + Whisper
17
  transformers==4.39.3
18
  torch==2.1.2
19
  sentencepiece==0.1.99
20
  sentence-transformers==2.7.0
21
-
22
- # LangChain stack
23
  langchain==0.3.26
24
  langchain_groq==0.3.6
25
  langchain_community==0.3.27
26
  llama-index==0.8.40
27
  cohere==5.16.1
28
-
29
- # Vector DB
30
  qdrant-client==1.14.3
31
-
32
- # Audio processing
33
  ffmpeg-python==0.2.0
34
  inputimeout==1.0.4
35
  evaluate==0.4.5
@@ -38,27 +25,12 @@ huggingface_hub==0.20.3
38
  bitsandbytes
39
  faster-whisper==0.10.0
40
  edge-tts==6.1.2
41
-
42
- # Additional Flask dependencies
43
  gunicorn
44
  python-dotenv
45
-
46
- # --- Chatbot Dependencies ---
47
- # Vector database for semantic search
48
  chromadb>=0.4.0
49
- # CORS support for potential future decoupling
50
  flask-cors>=4.0.0
51
-
52
- # Audio format conversion (critical for WebM/WAV handling)
53
  pydub>=0.25.1
54
-
55
- # Better error handling for API calls
56
  requests>=2.31.0
57
-
58
- # Additional dependencies for improved chatbot functionality
59
- # Note: The chatbot now uses a local Llama model via ``llama-cpp-python``.
60
- # We include the dependency here so that it is installed on Hugging Face
61
- # Spaces. The version is pinned for reproducibility and compatibility.
62
  psycopg2-binary
63
  matplotlib
64
  bitsandbytes>=0.41.0
 
 
1
  flask
2
  flask_login
3
  flask_sqlalchemy
4
  flask_wtf
5
  email-validator
 
 
6
  scipy==1.11.3
7
  soundfile==0.12.1
8
  sounddevice==0.4.6
 
 
9
  librosa==0.10.0.post2
 
 
10
  transformers==4.39.3
11
  torch==2.1.2
12
  sentencepiece==0.1.99
13
  sentence-transformers==2.7.0
 
 
14
  langchain==0.3.26
15
  langchain_groq==0.3.6
16
  langchain_community==0.3.27
17
  llama-index==0.8.40
18
  cohere==5.16.1
 
 
19
  qdrant-client==1.14.3
 
 
20
  ffmpeg-python==0.2.0
21
  inputimeout==1.0.4
22
  evaluate==0.4.5
 
25
  bitsandbytes
26
  faster-whisper==0.10.0
27
  edge-tts==6.1.2
 
 
28
  gunicorn
29
  python-dotenv
 
 
 
30
  chromadb>=0.4.0
 
31
  flask-cors>=4.0.0
 
 
32
  pydub>=0.25.1
 
 
33
  requests>=2.31.0
 
 
 
 
 
34
  psycopg2-binary
35
  matplotlib
36
  bitsandbytes>=0.41.0