Maximal Activation Kit.
A deep-learning framework for computer vision.
This framework aims at promoting full control and understanding of the main operations needed to train deep learning models in the computer vision area.
Add the following dependency to your Package.swift
manifest:
.package(url: "https://github.com/owkin/MAKit.git", .branch("main")),
The documentation is divided into several sections:
Read below to learn how to take part in improving MAKit.
All notable changes to MAKit will be documented in the changelog.
Read our contributing guide to learn about our development process and how to build and test your changes to MAKit.
MAKit has adopted a Code of Conduct that we expect project participants to adhere to. Please read the full text so that you can understand what actions will and will not be tolerated.
MAKit, MATestUtils and MAKitTests are MIT licenced.
MAExamples and MATorchTests both depend on PythonKit and are Apache 2.0 licensed.