mirror of https://github.com/explosion/spaCy.git
Update landing [ci skip]
This commit is contained in:
parent
a31e9e1cd5
commit
38037d6816
|
@ -150,6 +150,24 @@ const Landing = ({ data }) => {
|
|||
</LandingGrid>
|
||||
|
||||
<LandingBannerGrid>
|
||||
<LandingBanner
|
||||
title="Prodigy: Radically efficient machine teaching"
|
||||
label="From the makers of spaCy"
|
||||
to="https://prodi.gy"
|
||||
button="Try it out"
|
||||
background="#eee"
|
||||
color="#252a33"
|
||||
small
|
||||
>
|
||||
Prodigy is an <strong>annotation tool</strong> so efficient that data scientists
|
||||
can do the annotation themselves, enabling a new level of rapid iteration.
|
||||
Whether you're working on entity recognition, intent detection or image
|
||||
classification, Prodigy can help you <strong>train and evaluate</strong> your
|
||||
models faster. Stream in your own examples or real-world data from live APIs,
|
||||
update your model in real-time and chain models together to build more complex
|
||||
systems.
|
||||
</LandingBanner>
|
||||
|
||||
<LandingBanner
|
||||
title="spaCy IRL 2019: Two days of NLP"
|
||||
label="Watch the videos"
|
||||
|
@ -168,24 +186,6 @@ const Landing = ({ data }) => {
|
|||
research, development and applications, with keynotes by Sebastian Ruder
|
||||
(DeepMind) and Yoav Goldberg (Allen AI).
|
||||
</LandingBanner>
|
||||
|
||||
<LandingBanner
|
||||
title="Prodigy: Radically efficient machine teaching"
|
||||
label="From the makers of spaCy"
|
||||
to="https://prodi.gy"
|
||||
button="Try it out"
|
||||
background="#eee"
|
||||
color="#252a33"
|
||||
small
|
||||
>
|
||||
Prodigy is an <strong>annotation tool</strong> so efficient that data scientists
|
||||
can do the annotation themselves, enabling a new level of rapid iteration.
|
||||
Whether you're working on entity recognition, intent detection or image
|
||||
classification, Prodigy can help you <strong>train and evaluate</strong> your
|
||||
models faster. Stream in your own examples or real-world data from live APIs,
|
||||
update your model in real-time and chain models together to build more complex
|
||||
systems.
|
||||
</LandingBanner>
|
||||
</LandingBannerGrid>
|
||||
|
||||
<LandingLogos title="spaCy is trusted by" logos={data.logosUsers}>
|
||||
|
|
Loading…
Reference in New Issue