Skip to content

thevishalagarwal/onnxruntime

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nav_exclude
true

Developing

Once you've installed dependencies with npm install (or yarn), start a development server with hot-reload enabled:

npm run dev

# or start the server and open the app in a new browser tab
npm run dev -- --open

All working pages are in src/routes/[page url]/+page.svelte, which is where you can make your edits.

Technologies & relevant docs

Please use the docs pages below to aid in your development process. As a general target, we should be using zero CSS, as daisyUI (framework with components) and tailwindcss (css classes) should be able to handle all of our styling needs.

Building

To create a production version of your app:

npm run build

You can preview the production build with npm run preview.

To deploy your app, you may need to install an adapter for your target environment.

About

ONNX Runtime: cross-platform, high performance ML inferencing and training accelerator

License

Contributing

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 89.7%
  • Python 3.3%
  • C 2.4%
  • C# 1.1%
  • Cuda 0.9%
  • Assembly 0.7%
  • Other 1.9%