omidk414's picture
Update setup.sh
f082bc5 verified
raw
history blame contribute delete
227 Bytes
#!/bin/bash
# Install necessary system packages for spaCy and TensorFlow
apt-get update && apt-get install -y libglib2.0-0 libsm6 libxext6 libxrender-dev
# Install spaCy language model
python -m spacy download en_core_web_sm