Coding & Development
Browsing page 258 of AI tools for Coding & Development. Sorted by confidence score — our independent quality rating.
Tryterracotta
Terracotta AI is an AI-powered infrastructure intelligence platform designed for robust change governance across Terraform, Kubernetes, and Terragrunt. It automates 12 critical checks on every pull request, including cost estimation with live AWS and GCP pricing, drift detection across 119 AWS resource types, and comprehensive security and IAM analysis. The platform also enforces guardrails in plain English, performs blast radius analysis, and offers architecture visualization. With an AI code review feature and a fleet-wide command center dashboard, Terracotta AI ensures infrastructure changes are secure, compliant, and cost-effective before they are merged, streamlining development workflows for technical teams.
Butterfly GAN
Butterfly GAN is an AI image generator specifically designed for creating butterfly images. This tool operates as a Hugging Face Space application, leveraging the Streamlit framework for its user interface. It is licensed under Apache-2.0, making it suitable for various uses, including educational exploration of generative adversarial networks (GANs). While the current live website indicates a runtime error, the tool's core purpose is to demonstrate AI's capability in generating specific image types, offering a focused approach to image creation within the butterfly domain.
TectoAI
TectoAI offers a comprehensive AI governance platform specifically designed for regulated industries. It provides a unified control room for AI visibility, privacy, and governance, allowing organizations to discover AI tools, enforce policies, and monitor risk. Key features include an AI Tool Library for centralized management of deployed AI tools and models, and Mission Control for monitoring agent updates, feature releases, and incidents. TectoAI also includes Tecto Detector, which uses pattern recognition and contextual inference to detect, redact, and replace Personally Identifiable Information (PII) and Sensitive Personal Information (SPI) fully on-premise, ensuring data privacy. The platform is built with clearing-grade security, offering robust full-stack security and enforceable compliance commitments aligned with SOC 2 Type II, ISO 27001, GDPR, and the EU AI Act.
auto-diffuser-config
auto-diffuser-config is an application designed to assist users in generating optimized code for image generation tasks. It simplifies the process by allowing users to input their hardware details and desired model settings. The tool aims to provide detailed configurations, making it easier for developers to set up their AI models efficiently. While the current status indicates a runtime error, its intended purpose is to streamline the code generation process for AI applications, particularly those utilizing the Diffusers library, by tailoring code based on specific hardware and model requirements.
ArXiv New ML Datasets
ArXiv New ML Datasets is a specialized tool designed to help researchers and academics discover new machine learning datasets within the vast collection of arXiv computer science papers. Users can efficiently search for relevant papers using either keyword-based queries or advanced semantic search capabilities. The platform then allows for further refinement of results by research category, making it easier to pinpoint specific areas of interest. This tool is particularly valuable for those looking to stay updated on the latest dataset introductions in the machine learning field, facilitating academic research and data-driven projects by providing a focused and streamlined discovery process.
Awesome-Visual-Transformer
Awesome-Visual-Transformer is a comprehensive, open-source repository dedicated to collecting and organizing academic papers focused on the application of transformers in computer vision (CV). This tool serves as an invaluable resource for researchers, academics, and practitioners looking to stay updated on the latest advancements in this rapidly evolving field. The collection includes original transformer papers, surveys, and numerous arXiv preprints covering diverse topics such as 3D semantic segmentation, object detection, image generation, medical image synthesis, and video processing. Users can easily browse papers, often with links to associated code, making it a practical resource for both theoretical understanding and implementation. The repository encourages community contributions through issues and pull requests, fostering a collaborative environment for knowledge sharing.
Arklex AI
Arklex AI provides a simulation-based evaluation platform for AI agents, enabling teams to generate realistic multi-turn conversations with synthetic users. This approach allows for the evaluation of every turn, identifying failure modes like context loss, tool misuse, and policy violations that often emerge only in complex interactions. Unlike other tools that require pre-existing datasets, Arklex generates test data, covering edge cases where users push back or change their minds. It supports any agent or framework that exposes an HTTP endpoint, speaks the A2A protocol, or is a Python class. Arklex integrates into development workflows as a CI/CD quality gate and a standalone platform for testing, governance, and deployment approval, ensuring agents meet readiness standards before production.
ax
Ax is a TypeScript framework that brings DSPy's approach to building AI applications, allowing developers to describe desired inputs and outputs while the framework handles the underlying prompt engineering. It is production-ready, type-safe, and compatible with over 15 major LLMs, including OpenAI, Anthropic, and Google. Key features include automatic prompt tuning with MiPRO, ACE, and GEPA, built-in streaming, validation, error handling, and OpenTelemetry tracing for observability. Ax supports standard schema validators like Zod, Valibot, and Arktype, and facilitates the creation of agents with tools and multi-agent collaboration. Its RLM (Recursive Language Model) in AxAgent enables long-context analysis with recursive runtime loops, making it suitable for complex document processing and advanced RAG workflows.
auto-gpt-web
auto-gpt-web is an open-source AI agent that empowers users to define initial roles and goals for an AI buddy, which then operates autonomously to achieve these objectives. Inspired by Auto-GPT, this tool features internet access for comprehensive searches and information gathering. A key differentiator is its local storage capability, saving AI definitions, chat history, and credentials directly within the user's browser, ensuring privacy and control. It also includes long-term memory based on a browser-based vector database and an Electron application for conducting search operations, bypassing typical API limitations. Users need an OpenAI API Key and Google Search API Key with a Custom Search Engine ID to utilize its full capabilities.
BLOOMChat
BLOOMChat is an accessible and free-to-use multilingual chatbot model, hosted on Hugging Face Spaces. It is built upon the BLOOM (176B) model and has been instruction-tuned for assistant-style conversations. Users can engage with the AI to get information, ask questions, or simply have a conversation in various languages. The platform emphasizes ease of access, requiring no sign-up or personal information, making it a straightforward tool for quick interactions and explorations of conversational AI capabilities. Its open nature on Hugging Face Spaces also suggests a community-oriented approach to AI development and accessibility.
awesome-llm-security
awesome-llm-security is a curated GitHub repository dedicated to providing a comprehensive collection of resources focused on Large Language Model (LLM) security. It serves as a valuable hub for security researchers, AI developers, and cybersecurity professionals seeking to understand and address vulnerabilities in LLMs. The repository categorizes resources into white-box, black-box, and backdoor attacks, as well as fingerprinting, defense mechanisms, platform security, surveys, and benchmarks. It also lists various tools like Plexiglass, Rebuff, Garak, LLMFuzzer, and LLM Guard, alongside relevant articles and other awesome projects. This resource aims to foster better security practices and research within the LLM ecosystem.
CL EVA02 LoRA ONNX Tagger
CL EVA02 LoRA ONNX Tagger is an AI tool designed for image tagging, specifically for anime images and illustrations. Users can upload an image or provide an image URL to receive predicted tags that describe its content. The tags are categorized into types such as rating, general, and character. The tool also offers a visualization of the generated tags, providing a comprehensive overview of the image's characteristics. It utilizes ONNX models for efficient image classification, making it suitable for tasks like organizing image datasets and supporting computer vision research.
Qix
Qix is an open-source GitHub repository that serves as a comprehensive collection of resources for machine learning, deep learning, and various software development technologies. It includes curated materials and documentation on topics such as PostgreSQL, distributed systems, Node.js, and Golang. The repository is maintained by ty4z2008 and aims to provide valuable reference content for developers and researchers working in these fields. Users can contribute to the project through pull requests, helping to correct information and expand the resource base. It's a community-driven effort to consolidate knowledge and learning paths for complex technical subjects.
pytorch-classification-uncertainty
This repository offers a PyTorch implementation of the paper "Evidential Deep Learning to Quantify Classification Uncertainty." It provides an accessible and easy-to-run demonstration of the concepts presented in the paper, requiring low computational resources. The tool allows users to explore how neural networks can be trained to quantify their prediction confidence, moving beyond standard softmax probabilities. It includes implementations for various loss functions, such as Expected Mean Square Error, Expected Cross Entropy, and Negative Log of the Expected Likelihood, enabling different approaches to uncertainty estimation. The project highlights how this method improves uncertainty detection for out-of-distribution queries and enhances resilience against adversarial perturbations, making it valuable for researchers and developers working on robust AI models.
Drift Detector
Drift Detector is an AI chatbot application hosted on Hugging Face Spaces, designed to facilitate the generation of chat responses using various AI models. Users can interact with the tool by inputting a message and then selecting a preferred AI model from a dropdown menu to receive a response. This functionality makes it suitable for experimenting with different AI agents and observing their conversational outputs. The tool is built using Gradio and is licensed under MIT, making it free to use and accessible for educational purposes and general experimentation within the AI community. The application also supports searching, though specific details on this feature are not provided.
AutoRAG
AutoRAG is an open-source framework designed for the evaluation and optimization of Retrieval-Augmented Generation (RAG) pipelines. It leverages AutoML-style automation to help users identify the most effective RAG pipeline for their specific data and use cases. The tool simplifies the otherwise time-consuming and complex process of making and evaluating various RAG modules. Users can automatically evaluate different RAG module combinations with their own evaluation data, ensuring they find the best fit for their needs. AutoRAG supports a wide range of RAG modules, provides detailed metrics for evaluation, and offers quick installation, data creation, and deployment options for optimal pipelines.
pytextclassifier
pytextclassifier is an open-source Python toolkit designed for text classification tasks, providing a comprehensive suite of algorithms and models. It supports a wide range of classification methods, including traditional machine learning models like Logistic Regression, Random Forest, Decision Tree, K-Nearest Neighbours, Naive Bayes, SVM, and Xgboost, as well as deep learning models such as TextCNN, TextRNN, FastText, and BERT. The toolkit is versatile, handling both English and Chinese text corpora, and can be applied to various use cases like sentiment polarity analysis and text risk classification. It offers functionalities for binary, multi-class, multi-label, and multi-level classification, alongside K-means clustering. The design emphasizes clear algorithms, high performance, and customizable corpus handling, making it suitable for production environments.
Cohere Chat UI
Cohere Chat UI is an application that provides an interactive chat interface for engaging with AI assistants powered by Cohere's chat models. Users can have conversations with the AI by entering text messages, making it suitable for testing and interacting with large language models. The tool offers customizable chat settings, allowing users to tailor their experience. A key feature is the ability to upload documents, which the AI assistant can then reference during conversations, enhancing the relevance and accuracy of its responses. Users can also save or clear their chat history, providing flexibility in managing their interactions. This platform is hosted on Hugging Face Spaces, making it accessible for those interested in exploring Cohere's AI capabilities.
JoS QUANTUM
JoS QUANTUM is a quantum technology company based in Germany, specializing in the development of advanced quantum algorithms and solutions. Their work spans various domains, including quantum machine learning, quantum key distribution (QKD), and optimization problems. The company conducts extensive research, publishing papers on topics such as Pauli Cloners for Pauli Channels, QKD as a Quantum Machine Learning task, and Quadratic Unconstrained Binary Optimization for portfolio optimization. They also hold patents related to the security proof of quantum communication protocols and quantum computing devices. JoS QUANTUM applies its expertise to address complex computational challenges in industries requiring high-performance data analysis and enhanced security.
pytorch-widedeep
Pytorch-widedeep is a flexible open-source package designed for multimodal deep learning within the PyTorch framework. It enables users to effectively combine diverse data types, specifically tabular data with text and images, using Google's Wide and Deep Algorithm. The library supports various architectures, including those with single components like wide, deeptabular, deeptext, or deepimage, as well as complex combinations. It allows for the integration of custom models, provided they expose an `output_dim` property. The package includes preprocessors for different data types and a `Trainer` class to streamline model training, making it a comprehensive solution for advanced data scientists and developers working with complex, multi-modal datasets.
Danbooru Tags Transformer V2 with WD Tagger & Florence 2 Flux Captioner
Danbooru Tags Transformer V2 with WD Tagger & Florence 2 Flux Captioner is an AI tool designed to assist users in creating detailed prompts for AI art generation. By uploading an image, users can leverage the power of WD Tagger and Florence 2 Flux Captioner models to automatically generate relevant tags and captions. The tool offers customization options for these generated prompts, allowing users to fine-tune them to their specific needs. Once satisfied, the prompts can be easily copied to the clipboard for use in various AI art generation platforms. This tool is hosted on Hugging Face Spaces, making it accessible for those looking to enhance their AI art creation workflow.
Djrango Qwen2vl Flux
Djrango Qwen2vl Flux is a Hugging Face Space designed for text-to-image generation. Users can enter a text description, and the application will generate a corresponding image. This tool is ideal for visualizing creative ideas, prototyping designs, or simply generating unique art pieces from textual prompts. It leverages the Qwen2vl model and is built with Gradio, providing an interactive interface for experimentation. The platform is hosted on Hugging Face, making it accessible for testing and exploring the capabilities of AI-driven image generation.
text-classification-surveys
text-classification-surveys is an open-source GitHub repository dedicated to compiling extensive resources for text classification within Natural Language Processing (NLP). It offers a detailed overview of various models, ranging from deep learning approaches like SpanBERT, ALBERT, and BERT, to shallow learning techniques such as LightGBM, SVM, and Random Forest. The repository also covers a wide array of text classification datasets, including MR, SST, IMDB, and Yelp, alongside common evaluation metrics like accuracy, Precision, Recall, and F1. Furthermore, it addresses technical challenges, including multi-label text classification. The content is primarily derived from the paper "A Survey on Text Classification: From Shallow to Deep Learning," making it a valuable resource for researchers and students in the field.
Talk To Qwen Webrtc
Talk To Qwen Webrtc is an AI tool designed for real-time voice interaction with the Qwen2Audio model, leveraging Gradio and WebRTC technologies. Users can speak into a microphone, and the application will transcribe their speech into text. Following transcription, the tool processes the audio input and generates a text-based response, enabling dynamic communication with an AI. This platform is hosted on Hugging Face Spaces, making it accessible for experimentation with AI-driven audio processing and voice agents. It offers a straightforward interface for those looking to explore speech-to-text and AI response generation capabilities.