Mimir / requirements.txt
jdesiree's picture
Update requirements.txt
51b6648 verified
# Mimir Educational AI Assistant Dependencies
# =============================================================================
# ZeroGPU COMPATIBILITY
# =============================================================================
spaces
# =============================================================================
# CORE ML/AI PACKAGES
# =============================================================================
transformers>=4.43.0
huggingface_hub
safetensors
accelerate
bitsandbytes
sentencepiece
peft>=0.10.0
# =============================================================================
# LANGCHAIN ECOSYSTEM
# =============================================================================
langgraph>=0.2.0
langchain-core>=0.3.0
langchain-community>=0.3.0
langchain-huggingface>=0.1.0
# =============================================================================
# UI FRAMEWORK
# =============================================================================
gradio>=5.49.1
# =============================================================================
# DATA & STATE MANAGEMENT
# =============================================================================
datasets>=2.14.0
python-dotenv>=1.0.0
# =============================================================================
# VISUALIZATION & TOOLS
# =============================================================================
matplotlib>=3.7.0
plotly>=5.15.0
pandas>=2.0.0
numpy>=1.24.0
# =============================================================================
# METRICS & EVALUATION
# =============================================================================
lighteval
trackio
# =============================================================================
# UTILITIES
# =============================================================================
tqdm>=4.65.0
tiktoken>=0.5.0
textstat>=0.7.3