We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23f0df0 commit 9a8023dCopy full SHA for 9a8023d
1 file changed
backend/start.sh
@@ -50,6 +50,7 @@ source .venv/bin/activate
50
# Installing required packages
51
echo "Installing dependencies..."
52
pip3 install --upgrade pip
53
+pip3 install django-cors-headers
54
55
# Install packages individually to ensure all dependencies are met
56
echo "Installing critical packages first..."
@@ -60,6 +61,7 @@ pip3 install djangorestframework djangorestframework-simplejwt
60
61
pip3 install textblob colorama tqdm
62
pip3 install Pillow
63
pip3 install pandas numpy scikit-learn matplotlib seaborn nltk
64
+python3 -m nltk.downloader brown punkt wordnet averaged_perceptron_tagger conll2000 movie_reviews
65
66
# Download required NLTK data for TextBlob
67
echo "Downloading NLTK data for TextBlob..."
0 commit comments