Skip to content

Instantly share code, notes, and snippets.

View nathsou's full-sized avatar

Nathan Soufflet nathsou

  • Rhône-Alpes, France
View GitHub Profile
@nathsou
nathsou / clone_all_repos.sh
Created October 21, 2025 06:36
Clone all my github repositories and zip them using the GitHub CLI
#!/bin/bash
set -e
# Get current username
USERNAME=$(gh api user -q .login)
echo "Fetching repositories for user: $USERNAME"
# Create temporary directory
TEMP_DIR=$(mktemp -d)
@nathsou
nathsou / vectorLlama.ipynb
Created August 13, 2023 16:31
Chat with documents using Llama 2
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.