Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
kmrmanish
/
LPI_Course_Recommendation_System
like
2
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
kmrmanish
commited on
Oct 16, 2023
Commit
c773369
·
1 Parent(s):
ae73ba1
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-0
app.py
CHANGED
Viewed
@@ -5,6 +5,7 @@ import numpy as np
5
6
7
# for text data preprocessing
8
import nltk
9
nltk.download('stopwords')
10
5
6
7
# for text data preprocessing
8
+
pip install nltk
9
import nltk
10
nltk.download('stopwords')
11