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

Update universe.json to add my spaCy online course (#13632) [ci skip] #13632

Merged
merged 1 commit into from
Oct 11, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions website/meta/universe.json
Original file line number Diff line number Diff line change
Expand Up @@ -2587,6 +2587,20 @@
"courses"
]
},
{
"type": "education",
"id": "spacy-quickstart",
"title": "spaCy Quickstart",
"slogan": "Learn spaCy basics quickly by visualizing various Doc objects",
"description":"In this course, I use the itables Python library inside a Jupyter notebook so that you can visualize the different spaCy document objects. This will provide a solid foundation for people who wish to learn the spaCy NLP library."
"url": "https://learnspacy.com/courses/spacy-quickstart/",
"image": "https://learnspacy.com/wp-content/uploads/2024/09/custom_search_builder_spacy-2048x1202.png",
"thumb": "https://learnspacy.com/wp-content/uploads/2024/09/learnspacy_logo.png",
"author": "Aravind Mohanoor",
"category": [
"courses"
]
},
{
"type": "education",
"id": "video-spacys-ner-model",
Expand Down
Loading