Spaces:
Runtime error
Runtime error
File size: 440 Bytes
72872ce |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 |
pip install -U git+https://github.com/PrithivirajDamodaran/Gramformer.git %CUDA_HOME%\bin;%CUDA_HOME%\libnvvp;C:\Program Files\nodejs\;C:\Program Files\Git\cmd;C:\Program Files\Git\bin pip install numpy==1.24.4 python -m spacy download en_core_web_sm from textblob import TextBlob from language_tool_python import LanguageTool pip install textblob python -m textblob.download_corpora pip install language-tool-python |