You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Llama2-Medical-Chatbot is a medical chatbot that uses the Llama-2-7B-Chat-GGML model and the pdf The Gale Encyclopedia of Medicine, Volume 1, 2nd Edition. It is still under development, but it has the potential to be a valuable tool for patients, healthcare professionals, and researchers.
The Llama-2-GGML-CSV-Chatbot is a conversational tool leveraging the powerful Llama-2 7B language model. It facilitates multi-turn interactions based on uploaded CSV data, allowing users to engage in seamless conversations.
A Semantic A* Pathfinding agent that navigates Wikipedia using high-dimensional vector space. Built with Python, BeautifulSoup4, and Sentence-Transformers to bridge unrelated concepts through semantic context rather than just keywords.
Scrapping products from well known e-com. sites like Amazon, Flipkart and Myntra. This tool allows to scrape and compare the products with information like price, delivery, image, company, revirews etc.
Agentic HR Operations Assistant is an NLP-powered system that answers complex HR policy queries using RAG and executes HR actions from natural language.
This project uses Python, Hugging Face (sentence-transformers), Milvus + Docker (container running Vector DB) to create a vector database, populate it with details of many people (names, ages, salaries, addresses and their introductions) and enable searching and querying on the database contents using Cosine-Similarity distances on IVF Flat index.
This project uses Python, Hugging Face (sentence-transformers), Milvus + Docker (container running Vector DB) to create a vector database, populate it with details of many people (names, ages, salaries, addresses and their introductions) and enable searching and querying on the database contents using Cosine-Similarity distances on IVF Flat index.
This is a RAG-powered chatbot for answering questions about West End and Broadway theatre. It combines a curated PDF knowledge base with RAG pipeline to provide accurate ,source backed answers about shows , productions , venues and people behind them.
MEDAI: Production-oriented clinical cohort retrieval and summarization system built from scratch using structured medical data, hybrid retrieval, optional LLM reasoning, Dockerized and Cloud deployment.
Sorted (SortedPC) is a privacy-focused, local-first file organization tool. It uses local AI (all-MiniLM-L6-v2) and FAISS vector search to automatically sort documents based on their semantic meaning rather than rigid keywords, learning your personal sorting habits over time.