ArslanKAS
Data Scientist using predictive modeling and data visualization to turn data into meaningful insights.
University of Agriculture FaisalabadFaisalabad
Pinned Repositories
Building-Machine-Learning-Demos-with-Gradio
In this course you'll learn to use Gradio to create user-friendly apps with minimal code: Summarize text using a large language model, generate image captions, and chat with an open source LLM. Gain practical knowledge to build interactive demos faster.
Functions-Tools-and-Agents-with-LangChain
Explore new advancements like ChatGPT’s function calling capability, and build a conversational agent using a new syntax called LangChain Expression Language (LCEL) for tasks like tagging, extraction, tool selection, and routing.
LangChain-for-LLM-App-Development
The framework to take LLMs out of the box. Learn to use LangChain to call LLMs into new environments, and use memories, chains, and agents to take on new and complex tasks.
Large-Language-Models-with-Semantic-Search
Explore from keyword search to dense retrieval and reranking, which injects the intelligence of LLMs into your search system, making it faster and more effective.
ML_pipeline
Machine Learning Project Pipeline
Multimodal-RAG---Chat-with-Videos
Pair-Programming-with-LLM
Learn how LLMs can enhance, debug, and document your code in this new course built in collaboration with Google
Prompt-Engineering-by-OpenAI
In ChatGPT Prompt Engineering for Developers, you will learn how to use a large language model (LLM) to quickly build new and powerful applications.
Python-Chilla-2.0
All the content that I learned through two Courses. One is called "Python Chilla" and the second one is called "100 Days of Machine Learning"
Quality-and-Safety-for-LLM-Applications
Explore new metrics and best practices to monitor your LLM systems and ensure safety and quality
ArslanKAS's Repositories
ArslanKAS/LangChain-for-LLM-App-Development
The framework to take LLMs out of the box. Learn to use LangChain to call LLMs into new environments, and use memories, chains, and agents to take on new and complex tasks.
ArslanKAS/Functions-Tools-and-Agents-with-LangChain
Explore new advancements like ChatGPT’s function calling capability, and build a conversational agent using a new syntax called LangChain Expression Language (LCEL) for tasks like tagging, extraction, tool selection, and routing.
ArslanKAS/Building-Machine-Learning-Demos-with-Gradio
In this course you'll learn to use Gradio to create user-friendly apps with minimal code: Summarize text using a large language model, generate image captions, and chat with an open source LLM. Gain practical knowledge to build interactive demos faster.
ArslanKAS/Large-Language-Models-with-Semantic-Search
Explore from keyword search to dense retrieval and reranking, which injects the intelligence of LLMs into your search system, making it faster and more effective.
ArslanKAS/Multimodal-RAG---Chat-with-Videos
ArslanKAS/Python-Chilla-2.0
All the content that I learned through two Courses. One is called "Python Chilla" and the second one is called "100 Days of Machine Learning"
ArslanKAS/Quality-and-Safety-for-LLM-Applications
Explore new metrics and best practices to monitor your LLM systems and ensure safety and quality
ArslanKAS/Pair-Programming-with-LLM
Learn how LLMs can enhance, debug, and document your code in this new course built in collaboration with Google
ArslanKAS/ArslanKAS
Config files for my GitHub profile.
ArslanKAS/AI-Agents-in-LangGraph
Learn about LangGraph’s components and how they enable the development, debugging, and maintenance of AI agents.
ArslanKAS/Getting-Started-with-Mistral
Learn about selecting the right Mistral model for your use case, and get hands-on with features like effective prompting techniques, function calling, JSON mode, and Retrieval Augmented Generation (RAG).
ArslanKAS/Serverless-LLM-Amazon-Bedrock
You’ll learn how to deploy a large language model-based application into production using serverless technology
ArslanKAS/Docker
ArslanKAS/FastAPI
Create APIs in Python using FastAPI
ArslanKAS/LearnDataWithMark
Code and scripts behind the @LearnDataWithMark YouTube channel
ArslanKAS/Python-API-using-Flask
A little demo on how to create APIs in Python using Flask
ArslanKAS/Quantization-Fundamentals
Learn to compressing models through methods such as quantization to make them more efficient, faster, and accessible
ArslanKAS/Reasoning-with-o1
Learn how to effectively prompt and use OpenAI’s o1 model in Reasoning with o1
ArslanKAS/Data-Science-Gen-AI-Playlist-2024
ArslanKAS/json_repair
A python module to repair invalid JSON, commonly used to parse the output of LLMs
ArslanKAS/LLM_Everything
Just a simple repo that covers everything I learn about LLMs (hands-on only)
ArslanKAS/LLMOps
you’ll go through the LLMOps pipeline of pre-processing training data for supervised instruction tuning, and adapt a supervised tuning pipeline to train and deploy a custom LLM
ArslanKAS/MLOps-using-Mlflow
ArslanKAS/Open-Source-Models-with-Hugging-Face
In this course, you’ll select open source models from Hugging Face Hub to perform NLP, audio, image and multimodal tasks using the Hugging Face transformers library.
ArslanKAS/promptcraft
PromptCraft is a prompt perturbation toolkit from the character, word, and sentence levels for prompt robustness analysis. PyPI Package: pypi.org/project/promptcraft
ArslanKAS/PyUIBuilder
The webflow for Python GUI. GUI builder for Tkinter, CustomTkinter, Kivy and PySide (upcoming)
ArslanKAS/simple-local-rag
Build a RAG (Retrieval Augmented Generation) pipeline from scratch and have it all run locally.
ArslanKAS/test_aws
ArslanKAS/thefuzz
Fuzzy String Matching in Python
ArslanKAS/Updated-Langchain
Awesome Series by Krish Naik