📈
Baby Steps
Highlights
- Pro
Pinned Loading
-
My-Dashboard
My-Dashboard PublicFlask 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
-
Sentiment-YFinance
Sentiment-YFinance PublicSentiment Analysis on Yahoo Finance conversations
Python
-
Group by Similarity
Group by Similarity 1import os
2import shutil
3from difflib import SequenceMatcher
45def similarity(a, b):
-
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.
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.