Skip to content

Term Archive

Python

Entries connected to "Python", gathered in one place for quick browsing.

Entries 20
Categories 25
Tags 203

Collection filter

Refine this page

Narrow the entries already loaded here by title, summary, category, or tag.

8 entries shown

OpenAI Whisper Speech Recognition Guide

Whisper is a general-purpose speech recognition model. It is trained on a large dataset of diverse audio and is also a multi-task model that can perform multilingual speech recognition as well as speech translation and language identification. GitHub Repository Installation pip install git+https://github.com/openai/whisper.git Fix CUDA not detecting GPU Whisper will default to the CPU if a GPU is not detected, which is considerably slower. pip uninstall torch pip install torch torchvision torchaudio --extra-index-url https://download.pytorch.org/whl/cu116 Example usage # Transcribe whisper input.mp3 --model medium.en --language en --task transcribe # Translate whisper japanese.wav --model large --language Japanese --task translate Available models and languages There are five model sizes, four with English-only versions, offering speed and accuracy tradeoffs. Below are the names of the available models and their approximate memory requirements and relative speed.

OpenAI Whisper Speech Recognition Guide

Phishing Email Decoding Tools

atob() obfuscation This p5.js script is designed to find and decode base64-encoded strings that are nested within one another. The script has several functions that work together to achieve this goal: isBase64(str): This function checks if a given string str is a valid base64-encoded string. It uses a regular expression to test the string and the atob() function to try decoding the string. If the decoding is successful, the function returns true; otherwise, it returns false.

Phishing Email Decoding Tools

MiDaS Depth Estimation Guide

GitHub Repository During installation, I ran into an issue where the CUDA package wasn’t found. Had to modify environment.yaml to: name: midas-py310 channels: - pytorch - defaults dependencies: - nvidia::cuda-toolkit=11.7.0 - python=3.10.8 - pytorch::pytorch=1.13.0 - torchvision=0.14.0 - pip=22.3.1 - numpy=1.23.4 - pip: - opencv-python==4.6.0.66 - imutils==0.5.4 - timm==0.6.12 - einops==0.6.0 Commands that were helpful for troubleshooting CUDA:

MiDaS Depth Estimation Guide

Recently Created

Latest entries created

The 10 most recently created entries, sorted by each entry's publish date.

  1. Convert Markdown To PDF With Python Mar 27, 2026
  2. Automated Batch Image Compression with Python Jul 30, 2024
  3. Visualizing and Analyzing Windows Folder Permissions Jun 1, 2024
  4. Window Monitoring with Machine Vision Mar 25, 2024
  5. Local AI API: Image-to-Text, Text-to-Speech, and LLM APIs Feb 5, 2024
  6. Visualizing Directory Structures with PyVis Dec 28, 2023
  7. Graphing a LAN with PyVis Dec 28, 2023
  8. Generating Knowledge Graphs with LLMs and PyVis Dec 14, 2023
  9. Setting Up a Local Large Language Model (LLM) Environment Oct 17, 2023
  10. Python NetworkX Library for Network Graph Visualization Aug 15, 2023

Recently Updated

Latest revisions across entries

The 10 most recently updated entries, sorted by each entry's last modification date.

  1. Python NetworkX Library for Network Graph Visualization Mar 31, 2026
  2. Convert Markdown To PDF With Python Mar 27, 2026
  3. Window Monitoring with Machine Vision Jan 15, 2026
  4. Deep Floyd IF Jan 15, 2026
  5. Phishing Email Decoding Tools Jan 15, 2026
  6. Stable Diffusion Scripts Jan 15, 2026
  7. Frame Interpolation Large Motion (FILM) Jan 15, 2026
  8. Generating Knowledge Graphs with LLMs and PyVis Jan 12, 2026
  9. Automated Batch Image Compression with Python Dec 12, 2025
  10. Visualizing and Analyzing Windows Folder Permissions Dec 12, 2025

Relationship Map

Memory Field

Use the relationship map to follow related categories, tags, and entries beyond the current list.

Categories 0
Tags 0
Entries 0