Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
sashtech/aihumanifierandgrmoform
sashtech
/
huamnifierWithSimpleGrammer
like
2
Running
App
Files
Files
Fetching metadata from the HF Docker repository...
603305a
huamnifierWithSimpleGrammer
/
setup.sh
sashtech
Create setup.sh
7a996e6
verified
8 months ago
raw
Copy download link
history
blame
Safe
128 Bytes
#!/bin/bash
python -m spacy download en_core_web_sm
python -c
"import nltk; nltk.download('wordnet'); nltk.download('omw-1.4')"