Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Python s/w for DAC-016 Williams project #204

Open
TonyWildish-BH opened this issue Nov 21, 2024 · 0 comments
Open

Python s/w for DAC-016 Williams project #204

TonyWildish-BH opened this issue Nov 21, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request EPIC - VM templates Features needed in the custom VM templates MVP Things that need to be considered for the MVP release

Comments

@TonyWildish-BH
Copy link
Collaborator

From Osita, there are problems installing some of the s/w he needs:

Pip and conda works alright to download and install the packages. When it comes to using it, it does require we download additional data. They were all installed successfully on a Linux machine I deployed today.

These NLP tools were trained on a lot of datasets and models. A complete list for NLTK is posted here https://www.nltk.org/nltk_data/. After installation, you need to import nltk (which already works) and the run nltk.download() to get these additional data.

https://www.nltk.org/data.html gives an instruction on how to manually install the data. Likewise Spacy, https://spacy.io/usage/models and Huggingface https://huggingface.co/docs/transformers/main/en/installation .

@TonyWildish-BH TonyWildish-BH added enhancement New feature or request MVP Things that need to be considered for the MVP release EPIC - VM templates Features needed in the custom VM templates labels Nov 21, 2024
@TonyWildish-BH TonyWildish-BH self-assigned this Nov 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request EPIC - VM templates Features needed in the custom VM templates MVP Things that need to be considered for the MVP release
Projects
None yet
Development

No branches or pull requests

1 participant