Skip to content

Instantly share code, notes, and snippets.

View shawonis08's full-sized avatar
🏠
Working from home

Shahidul Islam shawonis08

🏠
Working from home
View GitHub Profile
@khansun
khansun / LinuxCUDAtoolkits.md
Last active April 9, 2024 15:37
Multiple versions of CUDA toolkit and CUDNN installation guide for Linux and WSL2

Solve python environment related issues to utilize CUDA enabled GPUs

NVIDIA GPU Driver

  • Check status from terminal: nvidia-smi.

  • Skip this step if you have the following output:


+-----------------------------------------------------------------------------+
@reinvanoyen
reinvanoyen / terminal-prompt-git-branch-zsh.md
Last active September 10, 2024 02:06
Add Git Branch Name to Terminal Prompt (MacOS zsh)

Add Git Branch Name to Terminal Prompt (zsh)

Updated for MacOS with zsh

  • Catalina
  • Big Sur
  • Monterey
  • Ventura
  • Sonoma

screenshot

@brykneval
brykneval / convert_dataturks_to_spacy.py
Last active May 13, 2020 05:45 — forked from DataTurks/convert_dataturks_to_spacy.py
Creates NER training data in Spacy format from JSON downloaded from Dataturks.
############################################ NOTE ########################################################
#
# Creates NER training data in Spacy format from JSON downloaded from Dataturks.
#
# Outputs the Spacy training data which can be used for Spacy training.
#
############################################################################################################
def convert_dataturks_to_spacy(dataturks_JSON_FilePath):
try:
training_data = []