Members
-
omniauth-authlogic-demo ▣
A demo app for omniauth with authlogic
Ruby ★ 24 15y agoExplain → -
headway
Headway - Selenium Maven TestNG POM Data Driven Framework
Java ★ 18 1y agoExplain → -
eventhorizon-cli-mode
No description.
Python ★ 16 16d agoExplain → -
twig-sdc-yaml-generator
This script scans a directory for Twig files, extracts variable definitions and options from comments, and generates the corresponding .component.yml files required for SDC components.
Python ★ 7 1y agoExplain → -
smol_agent_usage
A Streamlit demo of Hugging Face's SmolAgents library, showcasing a CodeAgent that can reason over natural language queries and execute code. The agent is equipped with DuckDuckGo search so it can pull in live web results as part of its responses.
Python ★ 3 1y agoExplain → -
ai-accessibility-checker
AI Accessibility Checker is a Python CLI and GitHub Action that scans frontend code for WCAG compliance (2.0–2.2, A/AA/AAA). It uses OpenAI to detect issues and provide clear, AI-driven fix suggestions for HTML, CSS, JSX, and more.
Python ★ 3 7mo agoExplain → -
polymer-bg ▣
A polymer element to evenly distribute the photos across rows or columns, making the most of the space provided.
JavaScript ★ 3 9y agoExplain → -
polymer-zoomove ▣
No description.
HTML ★ 3 9y agoExplain → -
polymer-meter ▣
This is a polymer element to indicate the amount of article still left for reading an a page.
HTML ★ 2 9y agoExplain → -
Summary_Multimodal_Search
An alternate multimodal RAG approach that converts extracted text and images from PDFs into LLM-generated summaries before embedding them. Text is summarized with Groq's Llama-3.1-8b-instant and images/tables with GPT-4o-mini, with everything stored in a Chroma vector store for retrieval.
Jupyter Notebook ★ 1 1y agoExplain → -
Video_Chat_Qwen2VL
A Jupyter notebook demonstrating how to use the Qwen2-VL vision-language model to understand and chat about video content. It extracts frames from a video and supports an interactive, multilingual conversational interface for querying what's happening in it.
Jupyter Notebook ★ 1 1y agoExplain → -
Blog_using_AI
An AI News Blog Generator that fetches the latest AI news via the GNews API or accepts a custom article link. It then scrapes the content and uses GPT-4o-mini to write a structured, polished blog post automatically.
Python ★ 1 1mo agoExplain → -
zabardast ▣
Drupal 6 theme
PHP ★ 1 15y agoExplain → -
kaal ▣
Drupal 6 theme suitable for professional bloggers
PHP ★ 1 15y agoExplain → -
thumbit ▣
Simple like/dislike rails plugin
Ruby ★ 1 15y agoExplain → -
drunove ▣
Port of iNove theme to drupal 7, uses blueprint css framework for ease of development
PHP ★ 1 16y agoExplain → -
rdm-drupal ▣
Drupal module to demo migration from a simple rails app, uses migrate api version 2.
PHP ★ 1 14y agoExplain → -
rdm-rails ▣
Rails part of demo rails to drupal migration.
Ruby ★ 1 14y agoExplain → -
zoomove-polymer ▣
A polymer element to use zoomove jquery plugin.
HTML ★ 1 9y agoExplain → -
blog_to_twitter_linkedin_thred_crewaiagent_firecrawl_typefully
No description.
Jupyter Notebook ★ 1 1y agoExplain → -
gulp-postcss
No description.
JavaScript ★ 1 5y agoExplain → -
voice_model_llm
A FastAPI-based voice assistant application with real-time voice activity detection and WebSocket-based audio streaming. It transcribes speech using Groq's Whisper model, generates AI responses, and converts them back to speech via OpenAI TTS.
Python ★ 0 1y agoExplain → -
OpenAI_Swarm-Content-Creation-
A multi-agent content pipeline built on OpenAI's Swarm library, where a researcher agent gathers information via the Tavily API and a blogger agent turns it into polished content. A user-interface agent coordinates the handoff between research and writing in an interactive demo loop.
Jupyter Notebook ★ 0 1y agoExplain → -
AI_Powered_HTML_to_Twig
An AI-powered counterpart to the script-based HTML-to-Twig converter, using OpenAI's API for more intelligent content transformation. It converts HTML into Twig templates with auto-generated loops and conditionals, and converts CSS into SCSS with variable substitution and inline explanations.
Python ★ 0 1y agoExplain → -
Weave_Wandb_Evaluation
Demonstrates how to use Weights & Biases' Weave extension to evaluate and compare LLMs on contextual relevance for question answering. It implements a full RAG evaluation pipeline with custom scorers and a dashboard for visualizing model performance side by side.
Jupyter Notebook ★ 0 1y agoExplain → -
akshayram1-Ai_model_output_comparision_using_gui
A Streamlit web interface built on Andrew Ng's AISuite library for comparing responses from multiple LLM providers side by side. It currently supports OpenAI GPT-4o, Anthropic Claude 3.5 Sonnet, and Groq's LLaMA 3, with adjustable temperature and system prompts per request.
Python ★ 0 1y agoExplain → -
fastest_rag_stack
A high-performance RAG application for chatting with documents, built on Llama 3.3 served through SambaNova's lightning-fast inference engine. It uses LlamaIndex for orchestration and Qdrant as the vector store, with a Streamlit front end for uploading documents and querying them.
Jupyter Notebook ★ 0 1y agoExplain → -
scholarship-data-extractor
A scraper that automates extracting scholarship listings from target websites using Selenium. Google's Gemini AI then structures the raw scraped data, which is exported into a clean Excel file for review.
Python ★ 0 1y agoExplain → -
shopping_helper_agent
A Streamlit shopping assistant that uses Google's Gemini AI to analyze an uploaded product image. Based on user-set preferences like color, purpose, and budget, it returns tailored shopping recommendations with direct product links.
Python ★ 0 1y agoExplain → -
AI_WEBLLM_EXTENSION
A browser extension that runs a quantized Phi model entirely on-device using Web-LLM/WebGPU, built as a take-home assignment exploring local AI in the browser. It supports document summarization and basic code generation fully offline, prioritizing privacy and snappy client-side performance over cloud inference.
TypeScript ★ 0 1y agoExplain → -
Chunking_Strategies
A notebook comparing six different text-chunking methods for RAG pipelines, ranging from manual fixed-size splitting to LLM-driven agentic chunking. Each method is paired with guidance on which use case it suits best, from simple document processing to deep knowledge retrieval.
Jupyter Notebook ★ 0 1y agoExplain → -
Agentic_RAG-CrewAI-
A CrewAI-orchestrated RAG workflow for answering questions about research papers, combining a PDF vectorstore with live web search. Router, retriever, grader, and hallucination-filtering agents work together to ensure the final answer is relevant and factually grounded.
Jupyter Notebook ★ 0 1y agoExplain → -
image_to_webcomponent_JSON_YAML
A set of scripts that analyze a UI screenshot using the Google GenAI API and break down the visible web components into a structured format. Output can be generated as either cleaned JSON or YAML depending on which script variant you run.
Python ★ 0 1y agoExplain → -
ai_data_visualisation_agent_excel
A Streamlit-powered data visualization agent that lets you upload a dataset and ask questions about it in plain English. It auto-selects appropriate chart types and runs the analysis through a sandboxed code-execution environment, drawing on multiple LLMs for different levels of analytical depth.
Python ★ 0 1y agoExplain → -
pc_chat_assistant_executer
A chat-based assistant that lets you control your laptop through natural language instead of digging through settings manually. It can check system specs, manage files and processes, and run Docker or Git commands, while requiring manual confirmation for any sudo operations.
Python ★ 0 1y agoExplain → -
Rag_vs_KG_enhanced_RAG
A Streamlit app that runs traditional vector-based RAG and a Neo4j knowledge-graph-enhanced RAG pipeline side by side on the same documents and questions. Each answer is shown with its response time so you can directly compare retrieval quality, reasoning depth, and latency between the two approaches.
Python ★ 0 29d agoExplain → -
ML_POC_ILAO
A collection of small-scale ML models, including DistilBERT, Logistic Regression, and a Random Forest classifier, trained on dummy datasets for exploratory query classification. Built to demonstrate how each model handles legal-aid query categorization tasks of varying complexity.
Jupyter Notebook ★ 0 29d agoExplain → -
jquery-mentions-input ⑂ ▣
No description.
★ 0 13y agoExplain → -
ui-select2 ⑂ ▣
An AngularJS wrapper for select2
JavaScript ★ 0 12y agoExplain → -
ui-tinymce ⑂ ▣
AngularUI wrapper for TinyMCE
JavaScript ★ 0 12y agoExplain → -
intranet-admin ⑂ ▣
Admin menu and features packages for mean
CSS ★ 0 11y agoExplain → -
meanio-salesfeeder ⑂ ▣
meanio core module
JavaScript ★ 0 11y agoExplain → -
meanio ▣
Mean Io Repository
JavaScript ★ 0 11y agoExplain → -
pm2_task_scheduler ▣
PM2 Weekly Task Scheduler
JavaScript ★ 0 2y agoExplain → -
react-redux-reorderable-grid ▣
No description.
JavaScript ★ 0 8y agoExplain → -
timestamp_generator ▣
Demo module for the lazybuilder concept
PHP ★ 0 9y agoExplain → -
polymertodo ▣
No description.
HTML ★ 0 10y agoExplain → -
hellogitty ⑂ ▣
No description.
CSS ★ 0 11y agoExplain → -
JScrollPane ▣
Directive for JScrollPane
JavaScript ★ 0 11y agoExplain → -
dcap ▣
Drupal Campus Ambassador Program
PHP ★ 0 8y agoExplain → -
drupal-camp-pune ▣
Git repo for Drupal Camp Website
★ 0 11y agoExplain → -
tinymce ▣
Fork of tinymce with fixes
CSS ★ 0 12y agoExplain → -
bounty-rfp
No description.
TypeScript ★ 0 2mo agoExplain → -
cypress-pom-boilerplate ⑂
A robust, reusable Cypress Page Object Model framework for scalable end-to-end testing
★ 0 4mo agoExplain → -
Crew_AI_For_Blog
No description.
Python ★ 0 1y agoExplain → -
Hybrid_Search_Text
No description.
Jupyter Notebook ★ 0 1y agoExplain → -
Qwen_Image_Analyzer
No description.
Jupyter Notebook ★ 0 1y agoExplain → -
Knowledge_Graph
No description.
Jupyter Notebook ★ 0 1y agoExplain → -
RAGAS_FOR_LLM_EVALUATION
No description.
Jupyter Notebook ★ 0 1y agoExplain → -
Product_Image_Analyzer
No description.
Python ★ 0 1y agoExplain → -
Agentic_RAG_System_with_Self-Grading_and_Web_Search
No description.
Jupyter Notebook ★ 0 1y agoExplain → -
html_css-to_-twig_scss_made_drupal_dev_easy
No description.
Python ★ 0 1y agoExplain → -
milvus-docker
Milvus Docker Compose
Jupyter Notebook ★ 0 1y agoExplain → -
demo-data-process-ray-fastapi
DEMO: Dummy Data Processing with Ray and FastAPI
Python ★ 0 2y agoExplain → -
headway-example
This demonstrates automation tests for eCommerce Journey using Headway framework
Java ★ 0 3y agoExplain → -
masonry-layout
Package files of Masonry layout to build in Acquia Site Studio.
★ 0 4y agoExplain → -
fluffiness
No description.
SCSS ★ 0 4y agoExplain → -
wikimob
No description.
JavaScript ★ 0 8y agoExplain → -
qed42.github.io
No description.
HTML ★ 0 8y agoExplain →
No repos match these filters.