harithzulfaizal's Stars
practical-tutorials/project-based-learning
Curated list of project-based tutorials
infiniflow/ragflow
RAGFlow is an open-source RAG (Retrieval-Augmented Generation) engine based on deep document understanding.
rasbt/LLMs-from-scratch
Implement a ChatGPT-like LLM in PyTorch from scratch, step by step
TheAlgorithms/C-Plus-Plus
Collection of various algorithms in mathematics, machine learning, computer science and physics implemented in C++ for educational purposes.
DataTalksClub/data-engineering-zoomcamp
Data Engineering Zoomcamp is a free nine-week course that covers the fundamentals of data engineering.
openai/CLIP
CLIP (Contrastive Language-Image Pretraining), Predict the most relevant text snippet given an image
assafelovic/gpt-researcher
LLM based autonomous agent that conducts deep local and web research on any topic and generates a long report with citations.
kenjihiranabe/The-Art-of-Linear-Algebra
Graphic notes on Gilbert Strang's "Linear Algebra for Everyone"
VikParuchuri/surya
OCR, layout analysis, reading order, table recognition in 90+ languages
arc53/DocsGPT
DocsGPT is an open-source genAI tool that helps users get reliable answers from knowledge source, while avoiding hallucinations. It enables private and reliable information retrieval, with tooling and agentic system capability built in.
naklecha/llama3-from-scratch
llama3 implementation one matrix multiplication at a time
h2oai/h2ogpt
Private chat with local GPT with document, images, video, etc. 100% private, Apache 2.0. Supports oLLaMa, Mixtral, llama.cpp, and more. Demo: https://gpt.h2o.ai/ https://gpt-docs.h2o.ai/
iam-veeramalla/aws-devops-zero-to-hero
AWS zero to hero repo for devops engineers to learn AWS in 30 Days. This repo includes projects, presentations, interview questions and real time examples.
ossu/bioinformatics
:microscope: Path to a free self-taught education in Bioinformatics!
huggingface/alignment-handbook
Robust recipes to align language models with human and AI preferences
truefoundry/cognita
RAG (Retrieval Augmented Generation) Framework for building modular, open source applications for production by TrueFoundry
Marker-Inc-Korea/AutoRAG
AutoRAG: An Open-Source Framework for Retrieval-Augmented Generation (RAG) Evaluation & Optimization with AutoML-Style Automation
dvlab-research/LongLoRA
Code and documents of LongLoRA and LongAlpaca (ICLR 2024 Oral)
young-geng/EasyLM
Large language models (LLMs) made easy, EasyLM is a one stop solution for pre-training, finetuning, evaluating and serving LLMs in JAX/Flax.
langchain-ai/streamlit-agent
Reference implementations of several LangChain agents as Streamlit apps
zillow/luminaire
Luminaire is a python package that provides ML driven solutions for monitoring time series data.
AIAnytime/Llama2-Medical-Chatbot
This is a medical bot built using Llama2 and Sentence Transformers. The bot is powered by Langchain and Chainlit. The bot runs on a decent CPU machine with a minimum of 16GB of RAM.
mims-harvard/SubGNN
Subgraph Neural Networks (NeurIPS 2020)
Azure/gpt-rag-ingestion
thisserand/llama2_local
zixun-lan/AEDNet-Adaptive-Edge-Deleting-Network-For-Subgraph-Matching
Neural Subgraph Matching Paper: "AEDNet: Adaptive Edge-Deleting Network For Subgraph Matching". [Neural-Subgraph-Matching Method For Learning-Subgraph-Matching. (Approximate Subgraph matching, SubgraphMatching)]
AIAnytime/azure-search-openai-demo
A sample app for the Retrieval-Augmented Generation pattern running in Azure, using Azure Cognitive Search for retrieval and Azure OpenAI large language models to power ChatGPT-style and Q&A experiences.
pboulieris/FraudNLP
Data loading and preprocessing code for the paper titled 'Fraud Detection with NLP', which demonstrates the use of natural language processing techniques to detect fraud in financial transactions.
doctor-phil/analyzing-economic-networks
Tutorial introduction to economic network analysis and graph clustering in python with networkx
nikitamundra94/100-Days-of-ML-Code
A 100 Day ML Challenge to learn and implement ML/DL concepts ranging from the basics of Machine Learning to advanced Deep Learning.