Skip to content

Instantly share code, notes, and snippets.

@darshanjain-entrepreneur
darshanjain-entrepreneur / PrivacyPolicy.txt
Created January 17, 2026 20:09
Privacy Policy for DriveSnap
Privacy Policy for DriveSnap
Last Updated: January 18, 2026
1. Data Collection and Usage
DriveSnap ("we," "our," or "us") is dedicated to protecting your privacy. This Privacy Policy explains how our Chrome Extension interacts with your data. We adhere to a strict "Zero-Knowledge" policy: we do not collect, store, or share your personal information.
DriveSnap is a client-side only application. This means:
!pip install librosa scikit-learn pydub soundfile lightgbm xgboost imbalanced-learn
!apt-get install -y ffmpeg
from google.colab import drive
import os
from pydub import AudioSegment
drive.mount('/content/drive')
@darshanjain-entrepreneur
darshanjain-entrepreneur / gist:30a5f00f36cf6fca79def2acacb482c7
Created April 21, 2025 08:01
IT is the code for AI VS HUMAN VOICE DETECTION
# 📦 Step 1: Install dependencies
!pip install librosa scikit-learn pydub soundfile
!apt-get install -y ffmpeg
# 📁 Step 2: Mount Google Drive and define paths
from google.colab import drive
import os
from pydub import AudioSegment