sdsdsdsdcvcvc / requirements.txt
jnjj's picture
Update requirements.txt
c5e8bd4 verified
raw
history blame contribute delete
478 Bytes
# requirements.txt
# Core web framework
Flask>=2.0.0
# LLM library
llama-cpp-python>=0.2.0
# Stable Diffusion library
#stable-diffusion-cpp-python>=0.1.0
# Whisper library
#whisper-cpp-python
# Image processing (dependency for SD and direct use)
#Pillow>=9.0.0
# Model downloading from Hugging Face Hub
huggingface-hub>=0.14.0
# Optional: Production WSGI server (used in __main__)
#waitress>=2.0.0
# Implicit dependency of huggingface-hub, good practice
requests>=2.20.0