AI-Interviewer / requirements.txt
madi7a
feat: Add core application files and correct gitignore
d90a0a5
raw
history blame contribute delete
589 Bytes
# Core ML/AI
transformers
sentence-transformers
bitsandbytes
accelerate
# Bark TTS (latest from GitHub)
git+https://github.com/suno-ai/bark.git
# OpenAI Whisper (latest from GitHub)
git+https://github.com/openai/whisper.git
# Audio
soundfile
sounddevice
pyaudio
ffmpeg-python
# TTS
TTS
gtts
# STT
whisper
# NLP & LLM Tools
langchain
langchain_community
langchain_groq
langchain_huggingface
llama-index
cohere
# Vector DB
qdrant_client
# UI
gradio
# File Parsing & Input
textract
PyPDF2
python-docx
# Utility
inputimeout
fuzzywuzzy
numpy==1.24
opencv-python==4.7.0.72
pip==23.3.1