h4cker/ai_research/LangChain/README.md

193 lines
20 KiB
Markdown
Raw Permalink Normal View History

2024-11-21 12:46:01 +00:00
# LangChain Resources
This section includes several resources and examples of using LangChain. I also teach a "RAG for Cybersecurity" course in O'Reilly where I have many additional step-by-step examples at: https://github.com/santosomar/RAG-for-cybersecurity
2023-10-24 02:02:42 +00:00
2024-11-21 12:46:01 +00:00
## LangChain Smith and Cookbook
- [LangChain Smith](https://smith.LangChain.com/hub?organizationId=1efeb0d9-eab7-54d7-bfd6-22070d7756de): a unified developer platform for building, testing, and monitoring LLM applications.
- [Chat LangChain](https://chat.LangChain.com/): Ask me anything about LangChain's Python documentation!
- [LangChain Cookbook](https://github.com/LangChain-ai/LangChain/tree/master/cookbook): The cookbook examples, etc.
- [LangGraph Documentation](https://LangChain-ai.github.io/langgraph/)
2023-10-24 02:02:42 +00:00
2024-11-21 12:46:01 +00:00
## LangChain Framework Repositories and Additional References
2023-10-24 02:02:42 +00:00
2024-11-21 12:46:01 +00:00
- [LangChain](https://github.com/LangChain-ai/LangChain): the original 🐍 Python implementation
- [LangChain.js](https://github.com/hwchase17/LangChainjs): the js brother
2023-10-24 02:02:42 +00:00
- [Youtube Channel](https://www.youtube.com/channel/UCC-lyoTfSrcJzA1ab3APAgw)
- [Discord](https://discord.gg/6adMQxSpJS): discussion
2024-11-21 12:46:01 +00:00
- [LangChain Blog](https://blog.LangChain.dev/): The Official LangChain blog
- [LangChainHub](https://github.com/hwchase17/LangChain-hub): collection of all artifacts useful for working with LangChain primitives such as prompts, chains and agents
- [LangServe](https://github.com/LangChain-ai/langserve): LangServe helps developers deploy LangChain runnables and chains as a REST API.
2023-10-24 02:02:42 +00:00
2023-10-24 02:09:24 +00:00
## Highly Abstracted Tools
2023-10-24 02:02:42 +00:00
2024-11-21 12:46:01 +00:00
- [Flowise](https://github.com/FlowiseAI/Flowise): Drag & drop UI to build your customized LLM flow using LangChainJS
2023-10-24 02:09:24 +00:00
- [Langflow](https://github.com/logspace-ai/langflow): LangFlow is a UI for LangChain
2023-10-24 02:02:42 +00:00
### Services
2023-10-24 02:09:24 +00:00
- [GPTCache](https://github.com/zilliztech/GPTCache): A Library for Creating Semantic Cache for LLM Queries
- [Gorilla](https://github.com/ShishirPatil/gorilla): An API store for LLMs
- [LlamaHub](https://github.com/emptycrown/llama-hub): a library of data loaders for LLMs made by the community
2024-11-21 12:46:01 +00:00
- [EVAL](https://github.com/corca-ai/EVAL): Elastic Versatile Agent with LangChain. will execute all your requests.
- [Auto-evaluator](https://github.com/PineappleExpress808/auto-evaluator): a lightweight evaluation tool for question-answering using LangChain
- [LangChain visualizer](https://github.com/amosjyng/LangChain-visualizer): visualization and debugging tool for LangChain workflows
2023-10-24 02:09:24 +00:00
- [LLM Strategy](https://github.com/BlackHC/llm-strategy): implementing the Strategy Pattern using LLMs
- [datasetGPT](https://github.com/radi-cho/datasetGPT): A command-line interface to generate textual and conversational datasets with LLMs.
- [spellbook-forge](https://github.com/rafalzawadzki/spellbook-forge): Make your LLM prompts executable and version controlled.
2024-11-21 12:46:01 +00:00
- [Auto Evaluator](https://github.com/LangChain-ai/auto-evaluator): LangChain auto evaluator
- [Jina](https://github.com/jina-ai/LangChain-serve): LangChain Apps on Production with Jina
2023-10-24 02:09:24 +00:00
- [Gradio Tools](https://github.com/freddyaboulton/gradio-tools): Gradio 🤝 LLM Agents
2024-11-21 12:46:01 +00:00
- [steamship-LangChain](https://github.com/steamship-core/steamship-LangChain): adapters for Steamship, enabling LangChain developers to rapidly deploy their apps on Steamship 🐍
2023-10-24 02:09:24 +00:00
- [LangForge](https://github.com/mme/langforge): A Toolkit for Creating and Deploying LangChain Apps
- [BentoChain](https://github.com/ssheng/BentoChain): LangChain Deployment on BentoML
- [LangCorn](https://github.com/msoedov/langcorn): Serving LangChain apps automagically with FastApi
2024-11-21 12:46:01 +00:00
- [LangChain Service](https://github.com/kyrolabs/LangChain-service): Opinionated LangChain setup with Qdrant vector store and Kong gateway
2023-10-24 02:09:24 +00:00
- [Lanarky](https://github.com/ajndkr/lanarky): 🚢 Ship production-ready LLM projects with FastAPI
- [Dify](https://github.com/langgenius/dify): One API for plugins and datasets, one interface for prompt engineering and visual operation, all for creating powerful AI applications.
2024-11-21 12:46:01 +00:00
- [LangChainJS Worker](https://github.com/rickyrobinett/LangChainjs-workers): LangChainJS worker on cloudflare
2023-10-24 02:09:24 +00:00
- [Chainlit](https://github.com/Chainlit/chainlit): Build Python LLM apps in minutes ⚡️
- [Psychic](https://github.com/psychic-api/psychic): Universal APIs for unstructured data. Sync documents from SaaS tools to a SQL or vector database, where they can be easily queried by AI applications like ChatGPT.
- [Zep](https://github.com/getzep/zep): Zep: A long-term memory store for LLM / Chatbot applications
2024-11-21 12:46:01 +00:00
- [LangChain Decorators](https://github.com/ju-bezdek/LangChain-decorators): a layer on the top op LangChain that provides syntactic sugar 🍭 for writing custom LangChain prompts and chains
- [FastAPI + Chroma](https://github.com/experienced-dev/chatgpt-plugin-fastapi-LangChain-chroma): An Example Plugin for ChatGPT, Utilizing FastAPI, LangChain and Chroma
- [AilingBot](https://github.com/ericzhang-cn/ailingbot): Quickly integrate applications built on LangChain into IM such as Slack, WeChat Work, Feishu, DingTalk.
2023-10-24 02:09:24 +00:00
- [Llama2 Embedding Server](https://github.com/Dicklesworthstone/llama_embeddings_fastapi_service): Llama2 Embeddings FastAPI Service using LangChain
2023-10-24 02:02:42 +00:00
### Agents
2023-10-24 02:09:24 +00:00
- [Private GPT](https://github.com/imartinez/privateGPT): Interact privately with your documents using the power of GPT, 100% privately, no data leaks
- [CollosalAI Chat](https://github.com/hpcaitech/ColossalAI/tree/main/applications/Chat): implement LLM with RLHF, powered by the Colossal-AI project
2024-11-21 12:46:01 +00:00
- [AgentGPT](https://github.com/reworkd/AgentGPT): AI Agents with LangChain & OpenAI (Vercel / Nextjs)
2023-10-24 02:09:24 +00:00
- [Local GPT](https://github.com/PromtEngineer/localGPT): Inspired on Private GPT with the GPT4ALL model replaced with the Vicuna-7B model and using the InstructorEmbeddings instead of LlamaEmbeddings
- [GPT Researcher](https://github.com/assafelovic/gpt-researcher): GPT Researcher is an autonomous agent designed for comprehensive online research on a variety of tasks.
- [ThinkGPT](https://github.com/alaeddine-13/thinkgpt): Agent techniques to augment your LLM and push it beyond its limits
- [Camel-AutoGPT](https://github.com/SamurAIGPT/Camel-AutoGPT): role-playing approach for LLMs and auto-agents like BabyAGI & AutoGPT
2024-11-21 12:46:01 +00:00
- [RasaGPT](https://github.com/paulpierre/RasaGPT): RasaGPT is the first headless LLM chatbot platform built on top of Rasa and LangChain.
2023-10-24 02:09:24 +00:00
- [SkyAGI](https://github.com/litanlitudan/skyagi): Emerging human-behavior simulation capability in LLM agents
- [PyCodeAGI](https://github.com/chakkaradeep/pyCodeAGI): A small AGI experiment to generate a Python app given what app the user wants to build
- [BabyAGI UI](https://github.com/miurla/babyagi-ui): Make it easier to run and develop with babyagi in a web app, like a ChatGPT
- [SuperAgent](https://github.com/homanp/superagent): Deploy LLM Agents to production
- [Voyager](https://github.com/MineDojo/Voyager): An Open-Ended Embodied Agent with Large Language Models
- [ix](https://github.com/kreneskyp/ix): Autonomous GPT-4 agent platform
- [DuetGPT](https://github.com/kristoferlund/duet-gpt): A conversational semi-autonomous developer assistant, AI pair programming without the copypasta.
2024-11-21 12:46:01 +00:00
- [Multi-Modal LangChain agents in Production](https://github.com/steamship-packages/LangChain-agent-production-starter): Deploy LangChain Agents and connect them to Telegram
- [DemoGPT](https://github.com/melih-unsal/DemoGPT): DemoGPT enables you to create quick demos by just using prompt. It applies ToT approach on LangChain documentation tree.
2023-10-24 02:09:24 +00:00
- [SuperAGI](https://github.com/TransformerOptimus/SuperAGI): SuperAGI - A dev-first open source autonomous AI agent framework
- [Autonomous HR Chatbot](https://github.com/stepanogil/autonomous-hr-chatbot): An autonomous agent that can answer HR related queries autonomously using the tools it has on hand
- [BlockAGI](https://github.com/blockpipe/blockagi): BlockAGI conducts iterative, domain-specific research, and outputs detailed narrative reports to showcase its findings
- [waggledance.ai](https://github.com/agi-merge/waggle-dance): An opinionated, concurrent system of AI Agents. It implements Plan-Validate-Solve with data and tools for general goal-solving.
2023-10-24 02:02:42 +00:00
### Templates
2023-10-24 02:09:24 +00:00
- [AI](https://github.com/vercel-labs/ai): Vercel template to build AI-powered applications with React, Svelte, and Vue, fist class support for LangChain
2024-11-21 12:46:01 +00:00
- [create-t3-turbo-ai](https://github.com/zckly/create-t3-turbo-ai): t3 based, LangChain-friendly boilerplate for building type-safe, full-stack, LLM-powered web apps with Nextjs and Prisma
2023-10-24 02:09:24 +00:00
- [LangChain.js LLM Template](https://github.com/Conner1115/LangChain.js-LLM-Template): LangChain LLM template that allows you to train your own custom AI LLM model.
2024-11-21 12:46:01 +00:00
- [Streamlit Template](https://github.com/hwchase17/LangChain-streamlit-template): template for how to deploy a LangChain on Streamlit
- [Codespaces Template](https://github.com/lostintangent/codespaces-LangChain): a Codespaces template for getting up-and-running with LangChain in seconds!
- [Gradio Template](https://github.com/hwchase17/LangChain-gradio-template): template for how to deploy a LangChain on Gradio
2023-10-24 02:09:24 +00:00
- [AI Getting Started](https://github.com/a16z-infra/ai-getting-started): A Javascript AI getting started stack for weekend projects, including image/text models, vector stores, auth, and deployment configs
- [Embedchain](https://github.com/embedchain/embedchain): Framework to easily create LLM powered bots over any dataset.
2023-10-24 02:02:42 +00:00
### Platforms
- [Modal](https://modal.com/docs/guide/ex/potus_speech_qanda): End-to-end stack for cloud/ML compute
- [Metal](https://getmetal.io/): Metal is a managed service that allows you to build AI products without the hassle of managing infrastructure
- [Graphsignal](https://graphsignal.com/): Observability for AI agents and LLM-powered applications. Trace, monitor and debug LangChain in production.
- [Mona](https://github.com/monalabs/mona-openai): Live monitoring for your OpenAI usage
2023-10-24 02:09:24 +00:00
- [Openllmetry](https://github.com/traceloop/openllmetry): Open-source observability for your LLM application, based on OpenTelemetry
2023-10-24 02:02:42 +00:00
## Open Source Projects
### Knowledge Management
2023-10-24 02:09:24 +00:00
- [Quiver](https://github.com/StanGirard/quiver): Dump your brain into your GenerativeAI Vault
- [DocsGPT](https://github.com/arc53/docsgpt): GPT-powered chat for documentation search & assistance.
- [Chaindesk](https://github.com/gmpetrov/databerry): The no-code platform for semantic search and documents retrieval
- [Knowledge GPT](https://github.com/mmz-001/knowledge_gpt): Accurate answers and instant citations for your documents.
- [Knowledge](https://github.com/KnowledgeCanvas/knowledge): Knowledge is a tool for saving, searching, accessing, and exploring all of your favorite websites, documents and files.
- [Anything LLM](https://github.com/Mintplex-Labs/anything-llm): A full-stack application that turns any documents into an intelligent chatbot with a sleek UI and easier way to manage your workspaces.
- [DocNavigator](https://github.com/vgulerianb/DocNavigator): AI-powered chatbot builder that is designed to improve the user experience on product documentation/support websites
- [ChatFiles](https://github.com/guangzhengli/ChatFiles): Upload your document and then chat with it. Powered by GPT / Embedding / TS / NextJS.
- [DataChad](https://github.com/gustavz/DataChad): A streamlit app that let's you chat with any data source. Supporting both OpenAI and local mode with GPT4All.
- [Second Brain AI Agent](https://github.com/flepied/second-brain-agent): A streamlit app automaticall dialog with your second brain notes using OpenAI and ChromaDB locally.
- [examor](https://github.com/codeacme17/examor): A website application that allows you to take exams based on your knowledge notes. Let you really remember what you have learned and written.
2023-10-24 02:02:42 +00:00
### Other / Chatbots
2023-10-24 02:09:24 +00:00
- [DB GPT](https://github.com/csunny/DB-GPT): Interact your data and environment using the local GPT, no data leaks, 100% privately, 100% security
- [AudioGPT](https://github.com/AIGC-Audio/AudioGPT): Understanding and Generating Speech, Music, Sound, and Talking Head
- [Paper QA](https://github.com/whitead/paper-qa): LLM Chain for answering questions from documents with citations
2024-11-21 12:46:01 +00:00
- [Chat LangChain](https://github.com/hwchase17/chat-LangChain): locally hosted chatbot specifically focused on question answering over the LangChain documentation
- [LangChain Chat](https://github.com/zahidkhawaja/LangChain-chat-nextjs): another Next.js frontend for LangChain Chat.
2023-10-24 02:09:24 +00:00
- [Book GPT](https://github.com/fraserxu/book-gpt): drop a book, start asking question.
2024-11-21 12:46:01 +00:00
- [Chat LangChainJS](https://github.com/sullivan-sean/chat-LangChainjs): NextJS version of Chat LangChain
2023-10-24 02:09:24 +00:00
- [Doc Search](https://github.com/namuan/dr-doc-search): converse with book - Built with GPT-3
2024-11-21 12:46:01 +00:00
- [Fact Checker](https://github.com/jagilley/fact-checker): fact-checking LLM outputs with LangChain
2023-10-24 02:02:42 +00:00
- [MM ReAct](https://github.com/microsoft/MM-REACT): Multi Modal ReAct Design
2024-11-21 12:46:01 +00:00
- [QABot](https://github.com/hardbyte/qabot): Query local or remote files or databases with natural language queries powered by LangChain and openai
2023-10-24 02:09:24 +00:00
- [GPT Automator](https://github.com/chidiwilliams/GPT-Automator): Your voice-controlled Mac assistant.
2024-11-21 12:46:01 +00:00
- [Teams LangChainJS](https://github.com/SidU/teams-LangChain-js): Demonstration of LangChainJS with Teams / Bot Framework bots
- [ChatGPT](https://github.com/biff-ai/chatgpt-LangChainjs-example): ChatGPT & LangChain example for node.js & Docker
2023-10-24 02:09:24 +00:00
- [FlowGPT](https://github.com/nilooy/flowgpt): Generate diagram with AI
2024-11-21 12:46:01 +00:00
- [LangChain-text-summarizer](https://github.com/alphasecio/LangChain-text-summarizer): A sample streamlit application summarizing text using LangChain
- [LangChain Chat Websocket](https://github.com/pors/LangChain-chat-websockets): About LangChain LLM chat with streaming response over websockets
- [LangChain_yt_tools](https://github.com/venuv/LangChain_yt_tools): LangChain tools to search/extract/transcribe text transcripts of Youtube videos
2023-10-24 02:09:24 +00:00
- [SmartPilot](https://github.com/jaredkirby/SmartPilot): A Python program leveraging OpenAI's language models to generate, analyze, and select the best answer to a given question
- [Howdol](https://github.com/bborn/howdoi.ai): a helpful chatbot that can answer questions
- [MrsStax](https://github.com/normandmickey/MrsStax): QA Slack Bot
- [ThoughtSource⚡](https://github.com/OpenBioLink/ThoughtSource): A framework for the science of machine thinking
2024-11-21 12:46:01 +00:00
- [ChatGPT LangChain](https://huggingface.co/spaces/JavaFXpert/Chat-GPT-LangChain): ChatGPT clone using LangChain on Huggingface
- [Chat Math Techniques](https://huggingface.co/spaces/JavaFXpert/gpt-math-techniques): LangChain chat with math techniques on Huggingface
2023-10-24 02:09:24 +00:00
- [Notion QA](https://github.com/hwchase17/notion-qa): Notion Question-Answering Bot
2023-10-24 02:02:42 +00:00
- [QNimGPT](https://huggingface.co/spaces/rituthombre/QNim): Play Nim against an IBM Quantum Computer simulator or OpenAI GPT-3.5
2023-10-24 02:09:24 +00:00
- [ChatPDF](https://github.com/akshata29/chatpdf): ChatGPT + Enterprise data with Azure OpenAI
2023-10-24 02:02:42 +00:00
- [Chat with Scanned Documents](https://github.com/tony-xlh/Chat-with-Scanned-Documents): A demo chatting with documents scanned with Dynamic Web TWAIN.
2023-10-24 02:09:24 +00:00
- [snowChat ❄️](https://github.com/kaarthik108/snowChat): Chat with you're snowflake database
2023-10-24 02:02:42 +00:00
- [Airtable-QnA](https://github.com/ikram-shah/airtable-qna): 🌟 a question-answering tool for your Airtable content
- [WingmanAI](https://github.com/e-johnstonn/wingmanAI): tool for interacting with real-time transcription of both system and microphone audio
2023-10-24 02:09:24 +00:00
- [TutorGPT](https://github.com/plastic-labs/tutor-gpt): Dynamic few-shot metaprompting for the task of tutoring.
- [Cheshire Cat](https://github.com/cheshire-cat-ai/core): Custom AGI boT with ready-to-use chat integration and plugins development platform.
- [Got Chaat Bot](https://github.com/parker84/GoT-chat-bot): Repo for creating GoT Chatbots (ex: talk with Tyrion Lannister)
- [Dialoqbase](https://github.com/n4ze3m/dialoqbase): web application that allows you to create custom chatbots with your own knowledge base
2024-11-21 12:46:01 +00:00
- [CSV-AI 🧠](https://python.LangChain.com/en/latest/modules/indexes/document_loaders/examples/snowflake.html): CSV-AI is the ultimate app powered by LangChain that allows you to unlock hidden insights in your CSV files.
2023-10-24 02:09:24 +00:00
- [MindGeniusAI](https://github.com/xianjianlf2/MindGeniusAI): Auto generate MindMap with ChatGPT
2024-11-21 12:46:01 +00:00
- [Robby-Chatbot](https://github.com/yvann-hub/Robby-chatbot): AI chatbot 🤖 for chat with CSV, PDF, TXT files 📄 and YTB videos 🎥 | using LangChain🦜 | OpenAI | Streamlit ⚡.
2023-10-24 02:09:24 +00:00
- [AI Chatbot](https://github.com/vercel-labs/ai-chatbot): A full-featured, hackable Next.js AI chatbot built by Vercel Labs
- [Instrukt](https://github.com/blob42/Instrukt): A fully-fledged AI environment in the terminal. Build, test and instruct agents.
- [OpenChat](https://github.com/openchatai/OpenChat/): LLMs custom-chatbots console ⚡.
- [Twitter Agent](https://github.com/ahmedbesbes/twitter-agent/): Scrape tweets, summarize them and chat with them in an interactive terminal.
2023-10-24 02:02:42 +00:00
- [GPT Migrate](https://github.com/0xpayne/gpt-migrate): Easily migrate your codebase from one framework or language to another.
2023-10-24 02:09:24 +00:00
- [Code Interpreter API](https://github.com/shroominic/codeinterpreter-api): About Open source implementation of the ChatGPT Code Interpreter
- [Recommender](https://github.com/vishwasg217/recommender): Create captivating email marketing campaigns tailored to your business needs
- [Autonomous HR Chatbot](https://github.com/stepanogil/autonomous-hr-chatbot) An autonomous HR agent that can answer user queries using tools
- [Lobe Chat](https://github.com/lobehub/lobe-chat) An open-source, extensible (Function Calling), high-performance chatbot framework
- [Funcchain](https://github.com/shroominic/funcchain): write prompts, pythonic
2024-11-21 12:46:01 +00:00
- [PersonalityChatbot](https://github.com/btrcm00/chatbot-with-LangChain): LangChain chatbot for chat with personality using LangChain🦜 | LangSmith | MongoDB.
2023-10-24 02:02:42 +00:00
## Learn
### Notebooks
2024-11-21 12:46:01 +00:00
- [LangChain Tutorials](https://github.com/gkamradt/LangChain-tutorials): overview and tutorial of the LangChain Library
2023-10-24 02:09:24 +00:00
- [LangChain Chinese Getting Started Guide](https://github.com/liaokongVFX/LangChain-Chinese-Getting-Started-Guide): Chinese LangChain Tutorial for Beginners
2023-10-24 02:02:42 +00:00
- [Flan5 LLM](https://colab.research.google.com/drive/1AVh9dOsG9DKzfK7gOFrJuitPIcLPqlbO?usp=sharing): PDF QA using LangChain for chain of thought and multi-task instructions, Flan5 on HuggingFace
2024-11-21 12:46:01 +00:00
- [LangChain Handbook](https://github.com/pinecone-io/examples/tree/master/generation/LangChain/handbook): Pinecone / James Briggs' LangChain handbook
2023-10-24 02:02:42 +00:00
- [Query the YouTube video transcripts](https://colab.research.google.com/drive/1sKSTjt9cPstl_WMZ86JsgEqFG-aSAwkn?usp=sharing): Query the YouTube video transcripts, returning timestamps as sources to legitimize the answers
- [llm-lobbyist](https://github.com/JohnNay/llm-lobbyist): Large Language Models as Corporate Lobbyists
2024-11-21 12:46:01 +00:00
- [LangChain Semantic Search](https://github.com/venuv/LangChain_semantic_search): Search and indexing your own Google Drive Files using GPT3, LangChain, and Python
2023-10-24 02:02:42 +00:00
- [GPT Political Compass](https://colab.research.google.com/drive/1xt2IsFPGYMEQdoJFNgWNAjWGxa60VXdV)
- [llm-grovers-search-party](https://github.com/JavaFXpert/llm-grovers-search-party): Leveraging Qiskit, OpenAI and LangChain to demonstrate Grover's algorithm
- [TextWorld ReAct Agent](https://colab.research.google.com/drive/19WTIWC3prw5LDMHmRMvqNV2loD9FHls6?usp=sharing)
- [LangChain <> Wolfram Alpha](https://colab.research.google.com/drive/1AAyEdTz-Z6ShKvewbt1ZHUICqak0MiwR?usp=sharing)
2024-11-21 12:46:01 +00:00
- [BYO Knowledge Graph](https://github.com/prof-frink-lab/sLangChain/blob/main/docs/modules/knowledge_graph/examples/byo_knowledge_graph.ipynb)
2023-10-24 02:09:24 +00:00
- [Large Language Models Course](https://github.com/peremartra/Large-Language-Model-Notebooks-Course)
2023-10-24 02:02:42 +00:00
### Videos Playlists
- [LangChain Series by Sam Witteveen](https://www.youtube.com/watch?v=J_0qvRt4LNk&list=PL8motc6AQftk1Bs42EW45kwYbyJ4jOdiZ)
- [LangChain Tutorials Playlist](https://www.youtube.com/playlist?list=PL611FKPtL866MnlDPHvI3KwVGqCB-QJAx)
- [LangChain James Briggs' Playlist](https://www.youtube.com/watch?v=nE2skSRWTTs&list=PLIUOU7oqGTLieV9uTIFMm6_4PXg-hlN6F)
- [Greg Kamradt Playlist](https://www.youtube.com/watch?v=_v_fgW2SkkQ&list=PLqZXAkvF1bPNQER9mLmDbntNfSpzdDIU5)