# Requirements for Local LLM Clue Generation Prototype | |
# Compatible with Hugging Face Spaces environment | |
# Core dependencies (existing in thematic_word_generator.py) | |
numpy>=1.21.0 | |
scikit-learn>=1.0.0 | |
sentence-transformers>=2.2.0 | |
wordfreq>=3.0.0 | |
# New LLM dependencies for clue generation | |
transformers>=4.21.0 | |
torch>=1.12.0 | |
# Optional but recommended for better performance | |
# accelerate>=0.20.0 # Uncomment if using GPU acceleration | |
# bitsandbytes>=0.39.0 # Uncomment for quantization | |
# Utilities | |
pathlib2>=2.3.0; python_version < '3.4' |