Hubermanbot2 / setup.sh
Nightwing11's picture
Change to prompt/ Dependency issue resolved/ dockarzie
029c5e8
raw
history blame contribute delete
228 Bytes
# Install Python dependencies
pip install -r requirements.txt
# Download spaCy model
python -m spacy download en_core_web_sm
# Install Coreferee for English
python -m coreferee install en
echo "Setup completed successfully!"