��# AI Text Humanizer - Requirements # Core ML and NLP Libraries torch torchvision numpy scipy # Transformers and Language Models transformers sentence-transformers tokenizers safetensors # Natural Language Processing nltk spacy # Note: After installation, run: python -m spacy download en_core_web_sm # Web Interface gradio fastapi uvicorn # Data Processing pandas datasets # Utilities requests tqdm huggingface-hub accelerate # Additional dependencies for advanced features scikit-learn matplotlib seaborn plotly # System utilities psutil packaging filelock regex # Optional: For enhanced performance on Mac with Apple Silicon # Uncomment if you have Apple Silicon Mac and want MPS acceleration # torch-audio # For audio processing if needed