Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Tensorflow | 177,777 | 327 | 77 | 10 hours ago | 46 | October 23, 2019 | 2,054 | apache-2.0 | C++ | |
An Open Source Machine Learning Framework for Everyone | ||||||||||
Transformers | 112,324 | 64 | 1,869 | 10 hours ago | 114 | July 18, 2023 | 820 | apache-2.0 | Python | |
🤗 Transformers: State-of-the-art Machine Learning for Pytorch, TensorFlow, and JAX. | ||||||||||
Pytorch | 71,037 | 3,341 | 6,728 | 10 hours ago | 37 | May 08, 2023 | 12,776 | other | Python | |
Tensors and Dynamic neural networks in Python with strong GPU acceleration | ||||||||||
Cs Video Courses | 60,215 | 4 days ago | 5 | |||||||
List of Computer Science courses with video lectures. | ||||||||||
Keras | 59,402 | 578 | 10 hours ago | 80 | June 27, 2023 | 86 | apache-2.0 | Python | ||
Deep Learning for humans | ||||||||||
D2l Zh | 48,273 | 1 | 1 | 8 days ago | 47 | December 15, 2022 | 48 | apache-2.0 | Python | |
《动手学深度学习》:面向中文读者、能运行、可讨论。中英文版被70多个国家的500多所大学用于教学。 | ||||||||||
Faceswap | 47,035 | 10 days ago | 23 | gpl-3.0 | Python | |||||
Deepfakes Software For All | ||||||||||
Tensorflow Examples | 42,312 | a year ago | 218 | other | Jupyter Notebook | |||||
TensorFlow Tutorial and Examples for Beginners (support TF v1 & v2) | ||||||||||
Deepfacelab | 42,238 | 24 days ago | 536 | gpl-3.0 | Python | |||||
DeepFaceLab is the leading software for creating deepfakes. | ||||||||||
Yolov5 | 41,780 | a day ago | 8 | September 21, 2021 | 227 | agpl-3.0 | Python | |||
YOLOv5 🚀 in PyTorch > ONNX > CoreML > TFLite |
Last Update: January 12, 2018.
Curated list of resources for iOS developers in following topics:
Most of the de-facto standard tools in AI-related domains are written in iOS-unfriendly languages (Python/Java/R/Matlab) so finding something appropriate for your iOS application may be a challenging task.
This list consists mainly of libraries written in Objective-C, Swift, C, C++, JavaScript and some other languages that can be easily ported to iOS. Also, I included links to some relevant web APIs, blog posts, videos and learning materials.
Resources are sorted alphabetically or randomly. The order doesn't reflect my personal preferences or anything else. Some of the resources are awesome, some are great, some are fun, and some can serve as an inspiration.
Have fun!
Pull-requests are welcome here.
Currently CoreML is compatible (partially) with the following machine learning packages via coremltools python package:
Third-party converters to CoreML format are also available for some models from:
There are many curated lists of pre-trained neural networks in Core ML format: [1], [2], [3].
Core ML currently doesn't support training models, but still, you can replace model by downloading a new one from a server in runtime. Here is a demo of how to do it. It uses generator part of MNIST GAN as Core ML model.
Library | Algorithms | Language | License | Code | Dependency manager |
---|---|---|---|---|---|
AIToolbox |
|
Swift | Apache 2.0 | ||
![]() dlib |
|
C++ | Boost | GitHub | |
FANN |
|
C++ | GNU LGPL 2.1 | GitHub | Cocoa Pods |
lbimproved | k-nearest neighbors and Dynamic Time Warping | C++ | Apache 2.0 | GitHub | |
MAChineLearning |
|
Objective-C | BSD 3-clause | GitHub | |
![]() MLKit |
|
Swift | MIT | GitHub | Cocoa Pods |
![]() Mendel |
Evolutionary/genetic algorithms | Swift | ? | GitHub | |
multilinear-math |
|
Swift | Apache 2.0 | GitHub | Swift Package Manager |
![]() |
|
C++ | 3-clause BSD | GitHub | Cocoa Pods |
![]() Shark |
|
C++ | GNU LGPL | GitHub | Cocoa Pods |
![]() YCML |
|
Objective-C | GNU GPL 3.0 | GitHub | |
Kalvar Lin's libraries |
|
Objective-C | MIT | GitHub |
Multilayer perceptron implementations:
These libraries doesn't support training, so you need to pre-train models in some ML framework.
OpenCL for iOS - just a test.
Exploring GPGPU on iOS.
GPU-accelerated video processing for Mac and iOS. Article.
Concurrency and OpenGL ES - Apple programming guide.
OpenCV on iOS GPU usage - SO discussion.
Please note that in this section, I'm not trying to collect another list of ALL machine learning study resources, but only composing a list of things that I found useful.