Skip to content

Instantly share code, notes, and snippets.

View ZanSara's full-sized avatar

ZanSara ZanSara

View GitHub Profile
@ZanSara
ZanSara / emoji-v17.0.json
Created February 10, 2026 23:43
Full list of emojis (revision 17.0) as JSON, with categories and subcategories. Original source: https://www.unicode.org/emoji/charts/full-emoji-listhtml
[
{
"section": "Smileys & Emotion",
"subsections": [
{
"name": "face-smiling",
"columns": [
"№",
"Code",
"Browser",
@ZanSara
ZanSara / claude_sonnet_4.5_system_card-ch1.md
Created January 17, 2026 16:28
Claude Sonnet 4.5 System Card, Ch. 1, Markdown version

1 Introduction

Claude Sonnet 4.5 is a new large language model from Anthropic. It shows particular strengths in software coding, in “agentic” tasks where it runs in a loop and uses tools, and in using computers. It has substantial capability improvements compared to previous Anthropic models on evaluations in areas such as reasoning and mathematics.

This system card provides a detailed set of results from our evaluations of the model’s safety-related characteristics. It includes assessments related to model safeguards, agentic

@ZanSara
ZanSara / claude_sonnet_4.5_system_card.md
Created January 17, 2026 16:11
Claude Sonnet 4.5 System Card, Markdown version

System Card:

Claude Sonnet

4.5

September 2025

anthropic.com

@ZanSara
ZanSara / livekit_agent_credit_card_collection_task.py
Last active October 29, 2025 17:48
LiveKit Agent: Credit card collection Task
"""
This LiveKit Agent showcases how to create a Task that collects credit card information.
This Agent was built from the agent-starter-python template and customized with a Task that collects credit card data
one step at a time.
To get started, first setup the starter as instructed here: https://github.com/livekit-examples/agent-starter-python
then replace the content of agent.py with this gist.
The conversation flow should go as follows:
@ZanSara
ZanSara / video_to_srt.py
Created May 20, 2025 22:52
Video to SRT with Deepgram
#!/usr/bin/env python3
"""
Video to SRT Converter using Deepgram API
This script extracts audio from a video file and uses Deepgram's API to generate
subtitles in SRT format.
Requirements:
deepgram-sdk>=3.11.0
ffmpeg-python>=0.2.0
httpx>=0.24.0
@ZanSara
ZanSara / llama3-haystack.ipynb
Last active April 18, 2024 22:16
Llama3 + Haystack = 💚
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@ZanSara
ZanSara / datahour_optimizing_llms_with_retrieval_augmented_generation_and_haystack_2_0.ipynb
Created December 15, 2023 16:05
DataHour_Optimizing_LLMs_with_Retrieval_Augmented_Generation_and_Haystack_2_0.ipynb
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@ZanSara
ZanSara / rag-pipelines-from-scratch.ipynb
Last active January 18, 2024 09:58
Haystack 2.0 - RAG Pipelines from scratch
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@ZanSara
ZanSara / web_rag.ipynb
Last active January 18, 2024 10:09
Haystack 2.0 - The World of Web RAG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@ZanSara
ZanSara / minimal_indexing_pipeline.ipynb
Last active January 18, 2024 09:58
Haystack 2.0 - Indexing data for RAG applications
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.