Skip to content
View infoankitp's full-sized avatar

Block or report infoankitp

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

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

Report abuse

Pinned Loading

  1. tf-digit-recognizer tf-digit-recognizer Public

    Digit Recogniser Implementation using Tensorflow

    Python

  2. DeepLearningSpecialization DeepLearningSpecialization Public

    Jupyter Notebook

  3. BasicStatisticsSpark BasicStatisticsSpark Public

    Spark Basic Statistics Library for Spark DataFrames

    Scala

  4. basic_python_lambda.py basic_python_lambda.py
    1
    import json
    2
    def lambda_handler(event, context):
    3
        print( "Event : " , event)  
    4
        #This will print the event passed to lambda_handler in     
    5
        #Cloudwatch Logs
  5. A lambda function which will downloa... A lambda function which will download images using the given link in a zipped format.
    1
    import time
    2
    import boto3
    3
    import urllib
    4
    import datetime
    5
    import os