Skip to content
View Innovatewithapple's full-sized avatar
🎯
Focusing
🎯
Focusing

Block or report Innovatewithapple

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. convnextv2-intel-scenes convnextv2-intel-scenes Public

    Scene classification using ConvNeXtV2 and transfer learning in PyTorch on the Intel Image Classification dataset.

    Jupyter Notebook

  2. iOSMegnetometer iOSMegnetometer Public

    This iOS package provides all functionality of magnetometer.

    Swift 1

  3. MVVMGithub MVVMGithub Public

    Using GitHub APIs for MVVM architecture understanding.

    Swift

  4. UiImage Extension for different imag... UiImage Extension for different image conversions
    1
    extension UIImage {
    2
        
    3
        /// Convert UIImage into Black & White
    4
        var noir: UIImage? {
    5
            let context = CIContext(options: nil)