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.

Content in all repositories owned by your account will be closed.
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. tf-digit-recognizertf-digit-recognizerPublic

    Digit Recogniser Implementation using Tensorflow

    Python

  2. DeepLearningSpecializationDeepLearningSpecializationPublic

    Jupyter Notebook

  3. BasicStatisticsSparkBasicStatisticsSparkPublic

    Spark Basic Statistics Library for Spark DataFrames

    Scala

  4. basic_python_lambda.pybasic_python_lambda.py
    1
    importjson
    2
    deflambda_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
    importtime
    2
    importboto3
    3
    importurllib
    4
    importdatetime
    5
    importos