Browse, search, and visualize ONNX models. Try it out using the online demo or browse the ONNX files in the dataset. Neural network visualization powered by Netron.
model-explorer.mp4
Clone the repository:
git clone https://github.com/xenova/model-explorer.git
cd model-explorerInstall dependencies:
npm installRun the development server:
npm run devBuild for production:
npm run buildPreview the production build:
npm run previewFor more information about how the dataset was collected, check out transformers.js-benchmarking