Skip to content

Commit

Permalink
made genai tutorials direct onnx tutorial links.
Browse files Browse the repository at this point in the history
  • Loading branch information
MaanavD committed Oct 4, 2024
1 parent d5908da commit 3f1f42e
Show file tree
Hide file tree
Showing 4 changed files with 114 additions and 87 deletions.
Binary file added src/images/logos/goodnotes-logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
40 changes: 29 additions & 11 deletions src/routes/components/customers.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -14,27 +14,30 @@
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 goodnotesLogo from '../../images/logos/goodnotes-logo.png';
import huggingfaceLogo from '../../images/logos/huggingface-logo.png';
import hypefactorsLogo from '../../images/logos/hypefactors-logo.png';
import infarmLogo from '../../images/logos/infarm-logo.png';
import intelLogo from '../../images/logos/intel-logo.png';
import intelligenzaEticaLogo from '../../images/logos/intelligenza-etica-logo.png';
import navitaireAmadeusLogo from '../../images/logos/navitaire-amadeus-logo.png';
import PeakSpeedLogo from '../../images/logos/PeakSpeed_logo.png';
import navitaireLogo from '../../images/logos/navitaire-amadeus-logo.png';
import nvidiaLogo from '../../images/logos/nvidia.png';
import opennlpLogo from '../../images/logos/opennlp-logo.png';
import oracleLogo from '../../images/logos/oracle-logo.png';
import peakspeedLogo from '../../images/logos/PeakSpeed_logo.png';
import piecesLogo from '../../images/logos/pieces-logo.png';
import ptwLogo from '../../images/logos/ptw-logo.png';
import redisLogo from '../../images/logos/redis-logo.png';
import RockchipLogo from '../../images/logos/Rockchip-logo.png';
import rockchipLogo from '../../images/logos/Rockchip-logo.png';
import samtecLogo from '../../images/logos/samtec-logo.png';
import sasLogo from '../../images/logos/sas-logo.png';
import teradataLogo from '../../images/logos/teradata-logo.png';
import topazlabsLogo from '../../images/logos/topazlabs-logo.png';
import ueLogo from '../../images/logos/ue-logo.png';
import unrealengineLogo from '../../images/logos/ue-logo.png';
import usdaLogo from '../../images/logos/usda-logo.png';
import vespaLogo from '../../images/logos/vespa-logo.png';
import writerLogo from '../../images/logos/writer-logo.png';
import xilinxLogo from '../../images/logos/xilinx-logo.png';
import huggingfaceLogo from '../../images/logos/huggingface-logo.png';
import nvidiaLogo from '../../images/logos/nvidia.png';
import oracleLogo from '../../images/logos/oracle-logo.png';
const testimonials = [
{
Expand Down Expand Up @@ -92,6 +95,11 @@
src: deezerLogo,
alt: 'Deezer'
},
{
href: './testimonials#Goodnotes',
src: goodnotesLogo,
alt: 'GoodNotes'
},
{
href: './testimonials#Hugging%20Face',
src: huggingfaceLogo,
Expand Down Expand Up @@ -119,37 +127,47 @@
},
{
href: './testimonials#Navitaire',
src: navitaireAmadeusLogo,
src: navitaireLogo,
alt: 'Navitaire'
},
{
href: './testimonials#NVIDIA',
src: nvidiaLogo,
alt: 'NVIDIA'
},
{
href: './testimonials#Apache%20OpenNLP',
src: opennlpLogo,
alt: 'Apache OpenNLP'
},
{
href: './testimonials#Oracle',
src: oracleLogo,
alt: 'Oracle'
},
{
href: './testimonials#Peakspeed',
src: PeakSpeedLogo,
src: peakspeedLogo,
alt: 'Peakspeed'
},
{
href: './testimonials#Pieces.app',
src: piecesLogo,
alt: 'Pieces'
},
{
href: './testimonials#PTW%20Dosimetry',
src: ptwLogo,
alt: 'PTW Dosimetry'
},
{
href: './testimonials#Redis',
src: redisLogo,
alt: 'Redis'
},
{
href: './testimonials#Rockchip',
src: RockchipLogo,
src: rockchipLogo,
alt: 'Rockchip'
},
{
Expand All @@ -174,7 +192,7 @@
},
{
href: './testimonials#Unreal%20Engine',
src: ueLogo,
src: unrealengineLogo,
alt: 'Unreal Engine'
},
{
Expand Down
4 changes: 2 additions & 2 deletions src/routes/generative-ai/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
<h2 class="text-3xl">Generative AI Models</h2>
<div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-4 my-8 gap-4">
<!-- Model cards -->
{#each [{ title: 'Text Generation Models', description: 'Generate human-like text for chatbots, content creation, summarization, and more.', demos: [{ name: 'Llama', url: 'https://huggingface.co/meta-llama/Meta-Llama-3.1-8B' }, { name: 'Mistral', url: 'https://huggingface.co/mistralai/Mistral-7B-Instruct-v0.3' }, { name: 'Phi', url: 'https://huggingface.co/microsoft/Phi-3-mini-4k-instruct' }] }, { title: 'Image Generation Models', description: 'Create artwork or realistic images from descriptions using AI models like Stable Diffusion.', demos: [{ name: 'Stable Diffusion', url: 'https://huggingface.co/stabilityai/stable-diffusion-xl-base-1.0' }] }, { title: 'Audio Models', description: 'Generate audio, music, or speech from data inputs with AI models like Whisper.', demos: [{ name: 'Whisper', url: 'https://huggingface.co/spaces/Xenova/whisper-web' }] }, { title: 'Other Models', description: 'Generate diverse outputs like code, video, or 3D designs.', demos: [{ name: 'Request a Model', url: 'https://github.com/microsoft/onnxruntime-genai/discussions/categories/model-support' }] }] as model}
{#each [{ title: 'Text Generation Models', description: 'Generate human-like text for chatbots, content creation, summarization, and more.', demos: [{ name: 'Llama', url: 'https://github.com/microsoft/onnxruntime-genai/tree/main/examples/python/README.md' }, { name: 'Mistral', url: 'https://github.com/microsoft/Olive/tree/main/examples/mistral' }, { name: 'Phi', url: 'https://github.com/microsoft/onnxruntime-genai/blob/main/examples/python/phi-3-tutorial.md' }] }, { title: 'Image Generation Models', description: 'Create artwork or realistic images from descriptions using AI models like Stable Diffusion.', demos: [{ name: 'Stable Diffusion', url: 'https://github.com/microsoft/Olive/tree/main/examples/stable_diffusion' }] }, { title: 'Audio Models', description: 'Generate audio, music, or speech from data inputs with AI models like Whisper.', demos: [{ name: 'Whisper', url: 'https://huggingface.co/spaces/Xenova/whisper-web' }] }, { title: 'Other Models', description: 'Generate diverse outputs like code, video, or 3D designs.', demos: [{ name: 'Request a Model', url: 'https://github.com/microsoft/onnxruntime-genai/discussions/categories/model-support' }] }] as model}
<div class="mx-auto flex flex-col gap-4 h-full">
<div class="flex-1">
<h3 class="text-2xl">{model.title}</h3>
Expand Down Expand Up @@ -137,7 +137,7 @@
<p>Get started with any of these tutorials and demos:</p>
<div class="grid grid-cols-1 gap-4 lg:grid-cols-3 my-8">
<!-- Tutorial cards -->
{#each [{ title: 'Phi-3 Vision', img: coffee, description: 'A Desktop app demo to interact with text and images simultaneously.', url: 'https://onnxruntime.ai/docs/genai/tutorials/phi3-v.html' }, { title: 'LLM Chat App', img: vision_ui, description: 'Pick your favorite model and start chatting!', url: 'https://github.com/microsoft/onnxruntime-genai/tree/main/examples/chat_app' }, { title: 'Whisper in Browser', img: whisper, description: 'Run whisper to transcribe user audio in your browser!', url: 'https://github.com/microsoft/onnxruntime-inference-examples/tree/main/js/ort-whisper' }] as tutorial}
{#each [{ title: 'Phi-3 Vision', img: coffee, description: 'A Desktop app demo to interact with text and images simultaneously.', url: 'https://onnxruntime.ai/docs/genai/tutorials/phi3-v.html' }, { title: 'Olive Examples', img: vision_ui, description: 'Use Olive, a hardware-aware optimizer, to quickly generate the ideal ONNX model for your needs.', url: 'https://github.com/microsoft/Olive/tree/main/examples' }, { title: 'Whisper in Browser', img: whisper, description: 'Run whisper to transcribe user audio in your browser!', url: 'https://github.com/microsoft/onnxruntime-inference-examples/tree/main/js/ort-whisper' }] as tutorial}
<div class="card bg-base-100 image-full sm:w-80 mx-auto">
<figure><img class="brightness-50" src={tutorial.img} alt={tutorial.title} /></figure>
<div class="card-body items-center text-center">
Expand Down
Loading

0 comments on commit 3f1f42e

Please sign in to comment.