Skip to content

GrAIdient is a deep learning framework that aims at challenging the way we train and run models.

License

Notifications You must be signed in to change notification settings

owkin/GrAIdient

Repository files navigation

MAKit

GitHub license tests tests tests

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.

📦 Swift Package Manager

Add the following dependency to your Package.swift manifest:

.package(url: "https://github.com/owkin/MAKit.git", .branch("main")),

📚 Documentation

The documentation is divided into several sections:

👨‍💻 Contributing

Read below to learn how to take part in improving MAKit.

Changelog

All notable changes to MAKit will be documented in the changelog.

Contributing Guide

Read our contributing guide to learn about our development process and how to build and test your changes to MAKit.

Code of Conduct

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.

Licence

MAKit, MATestUtils and MAKitTests are MIT licenced.

MAExamples and MATorchTests both depend on PythonKit and are Apache 2.0 licensed.