harithzulfaizal's Stars
practical-tutorials/project-based-learning
Curated list of project-based tutorials
TheAlgorithms/C-Plus-Plus
Collection of various algorithms in mathematics, machine learning, computer science and physics implemented in C++ for educational purposes.
rasbt/LLMs-from-scratch
Implementing a ChatGPT-like LLM in PyTorch from scratch, step by step
openai/CLIP
CLIP (Contrastive Language-Image Pretraining), Predict the most relevant text snippet given an image
DataTalksClub/data-engineering-zoomcamp
Free Data Engineering course!
infiniflow/ragflow
RAGFlow is an open-source RAG (Retrieval-Augmented Generation) engine based on deep document understanding.
kenjihiranabe/The-Art-of-Linear-Algebra
Graphic notes on Gilbert Strang's "Linear Algebra for Everyone"
arc53/DocsGPT
Chatbot for documentation, that allows you to chat with your data. Privately deployable, provides AI knowledge sharing and integrates knowledge into your AI workflow
assafelovic/gpt-researcher
LLM based autonomous agent that conducts local and web research on any topic and generates a comprehensive report with citations.
naklecha/llama3-from-scratch
llama3 implementation one matrix multiplication at a time
VikParuchuri/surya
OCR, layout analysis, reading order, table recognition in 90+ languages
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
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.
Marker-Inc-Korea/AutoRAG
AutoML tool for RAG
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)
thisserand/llama2_local
Azure/gpt-rag-ingestion
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.