Skip to content
View kepler62f's full-sized avatar

Block or report kepler62f

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 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. big-data-analytics big-data-analytics Public

    A Big Data Analytics cluster with Spark and JupyterHub deployed via Docker Swarm

    Python

  2. quickstart-kafka-zookeeper quickstart-kafka-zookeeper Public

    A simple Kafka cluster with Java producer and Python consumer using Google protobuf protocol.

    Java

  3. cnn-audio-classification cnn-audio-classification Public

    Sound classification using audio spectrogram and Convolutional Neural Network (CNN)

    Jupyter Notebook 1

  4. Record audio stream from a microphon... Record audio stream from a microphone to wav files (with overlaps) using pyaudio
    1
    from datetime import datetime
    2
    
                  
    3
    import pyaudio
    4
    import wave
    5
    
                  
  5. demo-serverless-lambda demo-serverless-lambda Public

    Deploy Python AWS Lambda functions using Serverless framework

    Python