Hacktoberfest 2026: the issues maintainers tagged for October, open and beginner-friendly. Browse Hacktoberfest issues

Finally I have Onnxruntime recipe

Open
#3,216 1 comment 3 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
4/5
Estimated time
3-5 days
Newbie friendliness
30/100
Issue type
Feature
Clarity
Needs clarification
Activity status
Stale
Tech stack
android, cmake, numpy, opencv, python

Research direction

Start by reviewing the custom recipe in daslearning-org/vision-ai at onnx/p4a_local_recipes/onnxruntime, including its CMake and wheel build steps, then read the constraints documented in issue #3203. Done means the Android recipe is reviewed for python-for-android and its build requirements and limitations are clearly addressed.

Written by the indexing model from the issue text.

Description

recipe

Background

  • Onnxruntime is an an open-source, high-performance inference engine that accelerates machine learning models in the Open Neural Network Exchange (ONNX) format.
  • Building it for android was a huge challenge. I have followed some patterns from termux-packages & after many days of hit-n-try, I was able to build it.

Custom recipe link

Constraints

  • I am currently building on numpy 1.26.5 due to #3203 issue as I also need opencv in my project.
  • Another one is, currently it is built using ndk 25b and that problem is also written in the above mentioned issue.
My thoughts

I'm not a build expert on cmake, wheel etc. I tried my best to make it work and I am sure that the developers can make it more robust.

Please feel free to let me know your thoughts. Thank you

Dominant language
Python
Stars
8.9k
Forks
2k
Avg merge
12h 20m
Merged PRs (30d)
9

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from kivy/python-for-android

All issues in kivy/python-for-android

Similar issues

More Python issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.