Skip to content
View Shubhang's full-sized avatar
📈
Baby Steps
📈
Baby Steps

Highlights

  • Pro

Organizations

@OpenVessel @Nittany-Data-Labs
Block or Report

Block or report Shubhang

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

  1. My-Dashboard My-Dashboard Public

    Flask webapp to help people analyze trends between internet conversations and stock prices, it can also collect and summarize legal updates specific to different sectors of the economy.

    Python

  2. Sentiment-YFinance Sentiment-YFinance Public

    Sentiment Analysis on Yahoo Finance conversations

  3. anon-chat anon-chat Public

    JavaScript 1

  4. Heardle-2 Heardle-2 Public

    JavaScript 1

  5. Group by Similarity Group by Similarity
    1
    import os
    2
    import shutil
    3
    from difflib import SequenceMatcher
    4
    
                  
    5
    def similarity(a, b):
  6. Visualizing Audio with Python: Music... Visualizing Audio with Python: Music Visualizer using NumPy, Matplotlib, MoviePy, and PyDub | GitHub Gist
    1
    # Author: Shubhang, 2023
    2
    # Description: This Python script demonstrates how to visualize audio using NumPy, Matplotlib, and MoviePy. 
    3
    # It reads an audio file in WAV format, converts the audio samples to a NumPy array, 
    4
    # and creates a video animation from a plot of the audio samples. 
    5
    # The resulting video file shows the amplitude of the audio samples over time.