Skip to content
View DipenChawla's full-sized avatar

Block or report DipenChawla

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. kafka-python-workshop kafka-python-workshop Public

    Workshop contents

    Python 1 2

  2. DrugNeuroAnalytics DrugNeuroAnalytics Public

    A system for processing text reviews of neurological drugs by employing ML algorithms to provide an overview of the effectiveness or adverse reactions in the form of an insightful and visually info…

    Python 1 1

  3. Spark-workshop-22 Spark-workshop-22 Public

    copy of slides/nb for workshop

    Jupyter Notebook 1

  4. devops-microservices-kubernetes devops-microservices-kubernetes Public

    Building a microservice architecture of an ML service using Docker and Kubernetes. Part of Udacity's Cloud DevOps Engineer Nanodegree Program.

    Python 1

  5. final_capstone_cloud_nanodegree final_capstone_cloud_nanodegree Public

    Final Cloud Nanodegree Repository

    CSS 1

  6. Bokeh App Visualisation for DrugNeur... Bokeh App Visualisation for DrugNeuroAnalytics
    1
    import pandas as pd
    2
    import bokeh
    3
    from bokeh.plotting import figure
    4
    from bokeh.io import output_file, show, save
    5
    from bokeh.models import ColumnDataSource