jackeldestripat's Stars
langchain-ai/langchain
🦜🔗 Build context-aware reasoning applications
elastic/elasticsearch
Free and Open Source, Distributed, RESTful Search Engine
infiniflow/ragflow
RAGFlow is an open-source RAG (Retrieval-Augmented Generation) engine based on deep document understanding.
feder-cr/Auto_Jobs_Applier_AIHawk
Auto_Jobs_Applier_AIHawk is a tool that automates the jobs application process. Utilizing artificial intelligence, it enables users to apply for multiple job offers in an automated and personalized way.
deepset-ai/haystack
AI orchestration framework to build customizable, production-ready LLM applications. Connect components (models, vector DBs, file converters) to pipelines or agents that can interact with your data. With advanced retrieval methods, it's best suited for building RAG, question answering, semantic search or conversational agent chatbots.
openai/swarm
Educational framework exploring ergonomic, lightweight multi-agent orchestration. Managed by OpenAI Solution team.
joonspk-research/generative_agents
Generative Agents: Interactive Simulacra of Human Behavior
NirDiamant/RAG_Techniques
This repository showcases various advanced techniques for Retrieval-Augmented Generation (RAG) systems. RAG systems combine information retrieval with generative models to provide accurate and contextually rich responses.
pycaret/pycaret
An open-source, low-code machine learning library in Python
kyutai-labs/moshi
Moshi is a speech-text foundation model and full-duplex spoken dialogue framework. It uses Mimi, a state-of-the-art streaming neural audio codec.
NirDiamant/GenAI_Agents
This repository provides tutorials and implementations for various Generative AI Agent techniques, from basic to advanced. It serves as a comprehensive guide for building intelligent, interactive AI systems.
yisol/IDM-VTON
[ECCV2024] IDM-VTON : Improving Diffusion Models for Authentic Virtual Try-on in the Wild
ostris/ai-toolkit
Various AI scripts. Mostly Stable Diffusion stuff.
xenova/whisper-web
ML-powered speech recognition directly in your browser
aixcoder-plugin/aiXcoder-7B
official repository of aiXcoder-7B Code Large Language Model
PowerHouseMan/ComfyUI-AdvancedLivePortrait
IAHispano/Applio
A simple, high-quality voice conversion tool focused on ease of use and performance.
gabrielchua/open-notebooklm
Convert any PDF into a podcast episode!
XLabs-AI/x-flux-comfyui
florestefano1975/comfyui-portrait-master
This node was designed to help AI image creators to generate prompts for human portraits.
kijai/ComfyUI-Florence2
Inference Microsoft Florence2 VLM
cubiq/PuLID_ComfyUI
PuLID native implementation for ComfyUI
stivenhacker/GhostStrike
Deploy stealthy reverse shells using advanced process hollowing with GhostStrike – a C++ tool for ethical hacking and Red Team operations.
MIATECHPARTNERS/PromptChains
Prompt chains maximize intelligence and results when using LLMs
Andrew-Jang/RAGHub
A community-driven collection of RAG (Retrieval-Augmented Generation) frameworks, projects, and resources. Contribute and explore the evolving RAG ecosystem.
langgenius/webapp-conversation
jac3km4/comfyweb
A simple interface for ComfyUI that replaces graphs with beautiful forms.
daxcay/ComfyUI-WA
Comfy UI in WhatsApp.
lesteroliver911/contextual-doc-retrieval-opneai-reranker
Contextual Doc Retrieval is a Python-based system leveraging OpenAI GPT-4o and Cohere for re-ranking and query expansion, combined with BM25 for accurate document retrieval. It parses PDFs, chunks content contextually, and enhances search precision with AI-powered contextual understanding and re-ranking.
lesteroliver911/contextual-chunking-graphpowered-rag
An advanced retrieval system that combines semantic vector search with token-based search, using contextual chunking and knowledge graphs to improve accuracy. It ensures precise query responses with LLM-based answer checking and graph visualization.