mirror of https://github.com/explosion/spaCy.git
Add "Aim-spaCy" to spaCy Universe (#10943)
* Add Aim-spaCy to spaCy universe * Update Aim thumbnail * Fix author links Co-authored-by: Paul O'Leary McCann <polm@dampfkraft.com>
This commit is contained in:
parent
1bb87f35bc
commit
605f84938b
|
@ -1,5 +1,28 @@
|
||||||
{
|
{
|
||||||
"resources": [
|
"resources": [
|
||||||
|
{
|
||||||
|
"id": "aim-spacy",
|
||||||
|
"title": "Aim-spaCy",
|
||||||
|
"slogan": "Aim-spaCy is an Aim-based spaCy experiment tracker.",
|
||||||
|
"description": "Aim-spaCy helps to easily collect, store and explore training logs for spaCy, including: hyper-parameters, metrics and displaCy visualizations",
|
||||||
|
"github": "aimhubio/aim-spacy",
|
||||||
|
"pip": "aim-spacy",
|
||||||
|
"code_example": [
|
||||||
|
"https://github.com/aimhubio/aim-spacy/tree/master/examples"
|
||||||
|
],
|
||||||
|
"code_language": "python",
|
||||||
|
"url": "https://aimstack.io/spacy",
|
||||||
|
"thumb": "https://user-images.githubusercontent.com/13848158/172912427-ee9327ea-3cd8-47fa-8427-6c0d36cd831f.png",
|
||||||
|
"image": "https://user-images.githubusercontent.com/13848158/136364717-0939222c-55b6-44f0-ad32-d9ab749546e4.png",
|
||||||
|
"author": "AimStack",
|
||||||
|
"author_links": {
|
||||||
|
"twitter": "aimstackio",
|
||||||
|
"github": "aimhubio",
|
||||||
|
"website": "https://aimstack.io"
|
||||||
|
},
|
||||||
|
"category": ["visualizers"],
|
||||||
|
"tags": ["experiment-tracking", "visualization"]
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"id": "spacy-report",
|
"id": "spacy-report",
|
||||||
"title": "spacy-report",
|
"title": "spacy-report",
|
||||||
|
|
Loading…
Reference in New Issue