Skip to content

Instantly share code, notes, and snippets.

View ZanSara's full-sized avatar

ZanSara ZanSara

View GitHub Profile
@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.
@ZanSara
ZanSara / rag_pipelines_from_scratch_to_production.ipynb
Last active November 21, 2023 15:59
RAG Pipelines from scratch (0.88.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 / Translated_Hybrid_Retrieval.ipynb
Last active October 15, 2023 13:52
Translated Hybrid Retrieval
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.ipynb
Last active October 25, 2023 22:13
Office Hours - RAG Pipelines 2.0
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.