From ba4bcbf28558309073eba1da8c0b7e3b10536466 Mon Sep 17 00:00:00 2001 From: d5555 Date: Fri, 3 May 2019 04:50:12 -0500 Subject: [PATCH] Update universe.json (#3653) [ci skip] * Update universe.json * Update universe.json --- website/meta/universe.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/website/meta/universe.json b/website/meta/universe.json index a6a8bf247..891b51243 100644 --- a/website/meta/universe.json +++ b/website/meta/universe.json @@ -1338,8 +1338,22 @@ }, "category": ["pipeline"], "tags": ["inflection"] + }, + { + "id": "NGym", + "title": "Neural gym", + "slogan": "A little GUI for training models with spaCy", + "description": "Neural gym is a python application with graphical interface to train models with spaCy. Run application, select an output folder, a training data file in spaCy data format, a spacy model or blank model and press 'Start'.", + "github": "d5555/NeuralGym", + "url": "https://github.com/d5555/NeuralGym", + "image": "https://github.com/d5555/NeuralGym/raw/master/NGym.png", + "thumb": "https://github.com/d5555/NeuralGym/raw/master/NGym/web.png", + "author": "d5555", + "category": ["training"], + } ], + "categories": [ { "label": "Projects",