Skip to content

Commit

Permalink
Added 2 testimonials, as Jeff requested.
Browse files Browse the repository at this point in the history
  • Loading branch information
MaanavD committed Jul 3, 2024
1 parent 77df36b commit f6e0d5f
Show file tree
Hide file tree
Showing 4 changed files with 30 additions and 0 deletions.
Binary file added src/images/logos/camo-logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/images/logos/cephable-logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 12 additions & 0 deletions src/routes/components/customers.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@
import antgroupLogo from '../../images/logos/antgroup-logo.png';
import ATLASLogo from '../../images/logos/ATLAS-logo.png';
import bazaarvoiceLogo from '../../images/logos/bazaarvoice-logo.png';
import camoLogo from '../../images/logos/camo-logo.png';
import cephableLogo from '../../images/logos/cephable-logo.png';
import clearbladeLogo from '../../images/logos/clearblade-logo.png';
import deezerLogo from '../../images/logos/deezer-logo.png';
import hypefactorsLogo from '../../images/logos/hypefactors-logo.png';
Expand Down Expand Up @@ -58,6 +60,16 @@
src: bazaarvoiceLogo,
alt: 'Bazaarvoice'
},
{
href: './testimonials#Camo',
src: camoLogo,
alt: 'Camo'
},
{
href: './testimonials#Cephable',
src: cephableLogo,
alt: 'Cephable'
},
{
href: './testimonials#ClearBlade',
src: clearbladeLogo,
Expand Down
18 changes: 18 additions & 0 deletions src/routes/testimonials/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
import antgrouplogo from '../../images/logos/antgroup-logo.png';
import atlaslogo from '../../images/logos/ATLAS-logo.png';
import bazaarvoicelogo from '../../images/logos/bazaarvoice-logo.png';
import camologo from '../../images/logos/camo-logo.png';
import cephablelogo from '../../images/logos/cephable-logo.png';
import clearbladelogo from '../../images/logos/clearblade-logo.png';
import deezerlogo from '../../images/logos/deezer-logo.png';
import intelligenzaeticablogo from '../../images/logos/intelligenza-etica-logo.png';
Expand Down Expand Up @@ -74,6 +76,22 @@
imgsrc: bazaarvoicelogo,
imgalt: 'Bazaarvoice logo'
},
{
title: 'Camo',
quote:
"ONNX Runtime enables Camo Studio to deliver features like background segmentation and feature detection with speed and accuracy. It seamlessly integrated with our existing models and lets us target any processor, including the latest NPUs, saving us valuable development time and allowing us to bring innovative features to all our users. We recommend ONNX Runtime to any developer looking to streamline model deployment and unlock the full potential of their applications.",
author: 'Aidan Fitzpatrick, Founder & CEO, Reincubate',
imgsrc: camologo,
imgalt: 'Camo logo'
},
{
title: 'Cephable',
quote:
"The ONNX Runtime allows us to simultaneously target CPU, GPU and NPU enabled devices. Converting a model to NPU, using ONNX Runtime and AI Hub reduced our engineering effort from 30 days to 7 days. Given the current state of the art, that would likely be only 3 days today. This allows us to deliver cutting edge performance to our users, minimizing impact of AI/ML workloads when running other applications, and leaves more time to focus on feature work.",
author: 'Jon Campbell, Director of Engineering, Cephable',
imgsrc: cephablelogo,
imgalt: 'Cephable logo'
},
{
title: 'ClearBlade',
quote:
Expand Down

0 comments on commit f6e0d5f

Please sign in to comment.