wonmor / Numpy-OpenCV-iOS

Numpy & OpenCV Bindings for PythonKit on iOS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NumPy-OpenCV-iOS

This swift package enables you to use NumPy in your iOS apps.

Installation

.package(url: "https://github.com/kewlbear/NumPy-iOS.git", .branch("main"))

Usage

import NumPySupport
import PythonSupport
import PythonKit

PythonSupport.initialize()
NumPySupport.sitePackageUrl.insertPythonPath()
let np = Python.import("numpy")
...

If you want to build XCFrameworks yourself, see https://github.com/kewlbear/kivy-ios.

License

MIT

About

Numpy & OpenCV Bindings for PythonKit on iOS

License:MIT License


Languages

Language:C++ 76.9%Language:Python 12.6%Language:C 2.9%Language:Java 2.0%Language:CMake 1.8%Language:Objective-C++ 0.7%Language:HTML 0.6%Language:Cuda 0.6%Language:Swift 0.6%Language:JavaScript 0.5%Language:Objective-C 0.2%Language:Cython 0.1%Language:TeX 0.1%Language:C# 0.1%Language:Shell 0.1%Language:Perl 0.0%Language:PowerShell 0.0%Language:Batchfile 0.0%Language:NASL 0.0%Language:Scala 0.0%Language:Kotlin 0.0%Language:CSS 0.0%Language:HLSL 0.0%Language:Clojure 0.0%Language:Prolog 0.0%Language:Dockerfile 0.0%Language:Makefile 0.0%