Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Draft] Initial Contents for ORT Mobile Model Zoo #322

Draft
wants to merge 17 commits into
base: main
Choose a base branch
from
36 changes: 36 additions & 0 deletions mobile/model_zoo/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
# ONNX Runtime Mobile Model Zoo

The ONNX Runtime Mobile Model Zoo is a collection of pre-trained, state-of-the-art models in the ONNX format that can be easily used and deployed in mobile applications. Each model grouped by specific tasks it accomplishes are written E2E in Jupyter notebooks for creating onnx model, adding pre/post processing support and deploying in mobile app, etc. The notebooks are written in Python and include links to the original model source.

## Tasks

### Audio
- Speech-To-Text

### Natural Language Processing
- [Question Answering](nlp/question_answering)
- [Sentiment Analysis](nlp/sentiment_analysis/)


### Vision
- Image Classification
- [Object Detection](vision/object_detection)
- [Super Resolution](vision/super_resolution)

## Models

- [DistilBert](https://huggingface.co/docs/transformers/model_doc/distilbert)
- [distilbert-base-uncased-finetuned-sst-2-english](https://huggingface.co/distilbert-base-uncased-finetuned-sst-2-english)
- [distilbert-base-uncase-distilled-squad](https://huggingface.co/Xenova/distilbert-base-uncased-distilled-squad)

- YOLO
- [yolov8n](https://github.com/ultralytics/ultralytics#documentation)



- [Real-ESGRAN](https://github.com/ai-forever/Real-ESRGAN)


#

[ONNX Model Zoo](https://github.com/onnx/models#onnx-model-zoo)
Empty file.
Loading
Loading