Coding & Development
Browsing page 312 of AI tools for Coding & Development. Sorted by confidence score — our independent quality rating.
Math-Model-and-Machine-Learning
Math-Model-and-Machine-Learning is a comprehensive, open-source repository on GitHub, offering a wealth of notes and materials for individuals interested in mathematical modeling, machine learning, deep learning, and large models. Curated by an individual with a strong background in mathematics competitions, including a first prize in the Huawei Cup China Postgraduate Mathematical Modeling Contest, this project aims to support beginners. It includes resources such as competition problems, excellent papers, classic textbooks, and practical guides for machine learning, deep learning, and large models. The project is continuously updated and encourages community contributions to expand its content, making it a valuable learning hub for students and enthusiasts alike.
MCP-Chinese-Getting-Started-Guide
The MCP-Chinese-Getting-Started-Guide is an open-source resource designed to introduce developers to the Model Context Protocol (MCP). MCP is an innovative open-source protocol that standardizes how large language models (LLMs) interact with the external world, enabling seamless access and processing of information from diverse data sources and tools. This guide focuses on implementing MCP servers, particularly for integrating tools like web search, and demonstrates how to develop MCP clients to interact with these servers. It covers practical examples using Python 3.11, uv for project management, and includes debugging with the Inspector visualization tool. The guide also delves into advanced features like Sampling, which allows for human supervision during tool execution, enhancing control and safety.
Z Image Turbo LoRA DLC
Z Image Turbo LoRA DLC is a specialized image generation tool built on the Hugging Face Spaces platform, designed to leverage the Z-Image Turbo model. Users can input a text prompt and then select from a collection of impressive LoRAs (style models) provided in a gallery, or even upload their own custom LoRAs. The application then processes the input to generate a picture, applying the chosen style along with any specified size or seed settings. This tool is ideal for creative content generation, allowing for significant image customization and exploration of diverse artistic styles through its LoRA integration.
ZeroGPU-LLM-Inference
ZeroGPU-LLM-Inference is a powerful AI tool hosted on Hugging Face Spaces, offering a streaming LLM chat experience. Users can type questions or requests and receive immediate, written responses from a language model. A key feature is the optional web-search integration, which pulls short snippets from DuckDuckGo to enrich the model's responses. The application also provides controls for customizing the chat experience, allowing users to tailor interactions to their specific needs. This makes it a versatile tool for various conversational AI applications, from quick information retrieval to more in-depth discussions powered by real-time web data.
MLBox
MLBox is a powerful Automated Machine Learning (AutoML) Python library designed to simplify and accelerate the development of machine learning models. It offers a comprehensive suite of features, including fast reading and distributed data preprocessing, cleaning, and formatting capabilities. The library also provides highly robust feature selection and leak detection, ensuring the quality and relevance of input data. For model optimization, MLBox includes accurate hyper-parameter optimization in high-dimensional spaces. It supports state-of-the-art predictive models for both classification and regression tasks, incorporating techniques like Deep Learning, Stacking, and LightGBM. Additionally, MLBox offers prediction with model interpretation, helping users understand the reasoning behind predictions.
Spheroid AI Avatars
Spheroid AI Avatars is an innovative AI tool that enables users to create and customize interactive 3D AI avatars, which can then be placed anywhere in the real world using augmented reality technology. These avatars are designed to engage with users through voice chat, offering a dynamic and immersive experience. The platform supports various applications, including business, education, advertising, and entertainment. Users can select from a library of 3D models or upload their own, define the avatar's personality, and train it to communicate on specific topics. The avatars can be published and accessed via the XR Hub Augmented Reality App, allowing for real-world interaction. Spheroid AI Avatars also offers the Spheroid Warp tool for creating and managing AR/XR content, making it accessible even without technical knowledge.
sagemaker-python-sdk
The SageMaker Python SDK is an open-source library designed to streamline the process of training and deploying machine learning models on Amazon SageMaker. It supports popular deep learning frameworks like Apache MXNet and PyTorch, as well as Amazon's optimized algorithms. The SDK also allows users to leverage custom algorithms built into SageMaker-compatible Docker containers. Version 3.0.0 introduces a modernized, modular architecture with separate PyPI packages for core, training, and serving capabilities. Key benefits include unified ModelTrainer and ModelBuilder classes, replacing multiple framework-specific classes, and an object-oriented API aligned with AWS APIs, reducing boilerplate and simplifying workflows for developers.
Project Genie
Project Genie is an AI-powered world generation platform built on Google's Genie 3 model, Gemini, and Nano Banana Pro. It enables users to transform simple text descriptions and optional reference images into photorealistic, interactive 3D environments. The platform generates navigable worlds in real-time at 20-24 frames per second with 720p quality, consistent physics, and stable geometry. Users can explore these environments with full camera control, remix existing creations, and download exploration videos. Designed for accessibility, Project Genie eliminates the need for 3D modeling or coding skills, making advanced AI world simulation available to a wide range of creators for game prototyping, educational simulations, film previsualization, and more.
plano
Plano is an AI-native proxy and data plane designed to simplify the development and deployment of agentic applications. It centralizes critical infrastructure concerns such as agent routing and orchestration, rich agentic signals for continuous improvement, guardrail filters for safety and moderation, and smart LLM routing APIs for model agility. By moving this 'hidden middleware' into a unified, out-of-process dataplane, Plano decouples developers from brittle framework abstractions, allowing them to use any language or AI framework and deliver agents faster to production. It provides low-latency orchestration, model agility through semantic routing, zero-code capture of agentic signals and OpenTelemetry traces, and consistent moderation and memory hooks via Filter Chains.
Kulp.AI
Kulp.AI is an AI-powered software builder designed to help users create custom software applications and websites from a simple prompt. It aims to democratize software development by providing a no-code platform, making it accessible to a wider audience, including those without traditional programming skills. The tool focuses on simplifying the process of building AI-powered software, allowing users to quickly bring their ideas to life without writing a single line of code. Kulp.AI emphasizes ease of use, enabling rapid prototyping and deployment of applications.
text2vec
text2vec is an open-source Python library designed for converting text into vector representations, a fundamental task in natural language processing. It provides implementations of various text embedding and text similarity calculation models, including Word2Vec, RankBM25, Sentence-BERT, CoSENT, and BGE. The tool enables users to transform words, sentences, and paragraphs into vector matrices, facilitating tasks like semantic matching and similarity computation. It supports both English and Chinese languages and offers pre-trained models for different use cases, including multilingual options. With features like multi-GPU/CPU inference and a command-line interface, text2vec is built for practical, out-of-the-box use in diverse NLP applications.
CLIProxyAPI
CLIProxyAPI functions as a proxy server, transforming command-line interfaces for AI models like Gemini, Antigravity, ChatGPT Codex, and Claude Code into a unified API service. This allows developers to access powerful, often free, AI models such as Gemini 2.5 Pro, GPT 5, and Claude through a standard API, compatible with OpenAI, Gemini, Claude, and Codex clients and SDKs. It supports local or multi-account CLI access, OAuth for OpenAI Codex and Claude Code, and features like streaming responses, function calling, and multimodal input. The tool also offers multi-account load balancing and a reusable Go SDK for embedding the proxy, making it ideal for integrating diverse AI capabilities into development workflows.
blocks
Blocks is an open-source framework built on top of Theano, designed to simplify the construction and training of neural networks. It offers several key features including the ability to create 'bricks' for parametrized Theano operations, pattern matching for selecting variables and bricks within complex models, and algorithms for model optimization. The framework also supports saving and resuming training sessions, monitoring and analyzing training progress across different datasets, and applying graph transformations like dropout. Blocks is complemented by Fuel, a data processing engine, and has additional components available through Blocks-extras, making it a comprehensive solution for deep learning development.
openplayground
openplayground is an open-source LLM playground designed to run directly on your laptop, offering a comprehensive UI for interacting with large language models. It supports a wide array of models from providers like OpenAI, Anthropic, Cohere, Forefront, HuggingFace, Aleph Alpha, Replicate, Banana, and llama.cpp. Users can leverage a full playground interface complete with history tracking, parameter tuning, and keyboard shortcuts. A key feature is the ability to compare different models side-by-side with the same prompt, individually adjust model parameters, and retry prompts with varied settings. It also automatically detects local models in your HuggingFace cache and allows for the installation of new ones, making it a versatile tool for LLM experimentation and development.
Map Builder AI
Map Builder AI is an advanced AI Developer Engine specifically designed for Roblox creators. It empowers developers to build dream Roblox maps faster by leveraging AI for various tasks, including generating clean and optimized Luau code, fixing bugs, and providing expert settings assistance for complex device menus. The tool also helps with level design brainstorming to create engaging mechanics. It operates on a transparent, credit-based system, eliminating subscriptions and allowing users to pay only for what they need, from quick fixes to full World Engineering. This platform is ideal for both solo developers and teams looking to accelerate their Roblox development workflow.
PLATMA
PLATMA is an extreme no-code platform designed to empower users to create IT solutions and automate business processes without extensive coding knowledge. It offers a comprehensive workspace with ready-made constructors, including a drag-and-drop UI builder for designing interfaces and a workflow builder for automating tasks using blocks. The platform integrates an in-built PostgreSQL database for data manipulation and is developing an AI Builder to transform natural language into draft applications. PLATMA aims to reduce the need for large IT resources, decrease time to market, and eliminate up to 80% of routine tasks, making digitalization accessible for startups, SOHO/SMBs, and even non-IT professionals.
awesome-feature-engineering
awesome-feature-engineering is a comprehensive, curated list of resources dedicated to various feature engineering techniques essential for machine learning. This open-source repository covers a wide array of data types, including numeric, textual, image, categorical, time series, and geospatial data. It provides links to relevant libraries, articles, and tutorials for methods such as scaling, ranking, quantization, Box-Cox transformation, feature interactions, clustering, t-SNE, PCA, Bag of Words, TFIDF, word embeddings, one-hot encoding, count encoding, label encoding, mean encoding, hashing, rolling window features, and lag features. Maintained by Andrei Khobnia, this resource is invaluable for data scientists and machine learning engineers looking to enhance their feature engineering skills and find practical implementations.
alan-sdk-ionic
The Alan AI SDK for Ionic allows developers to integrate Alan AI's intelligent layer into their Ionic applications, enabling voice-driven interactions and actions. This SDK is part of the broader Alan AI Platform, which focuses on Application-Level AI to generate business logic and UI in real-time. Developers can create AI agents using Alan AI Studio to build dialog scripts in JavaScript and then embed these agents into their apps. The platform supports human-like conversations and allows users to control app functionalities through voice commands, making applications more adaptive and responsive. It also offers SDKs for various other platforms like Web, iOS, Android, Flutter, React Native, Apache Cordova, and PowerApps.
CaMarkUp
CaMarkUp is designed to simplify digital content creation and management by streamlining complex markup tasks. The tool aims to make these processes accessible to users regardless of their technical skill level. By integrating workflow automation, CaMarkUp helps users produce high-quality content efficiently, reducing the typical difficulties associated with traditional markup processes. This focus on ease of use and automation suggests it could be beneficial for individuals or teams looking to improve their content production workflow without deep technical expertise in markup languages.
Awesome-DynamicGraphLearning
Awesome-DynamicGraphLearning is a comprehensive, open-source GitHub repository dedicated to collecting and organizing significant research papers and their associated code in the field of machine learning, specifically deep learning, applied to dynamic (temporal) graphs, networks, and knowledge graphs. The repository covers a wide range of topics, including surveys, theoretical advancements, and applications such as recommender systems. It features papers from top conferences and journals like ICML, SIGKDD, ICLR, NeurIPS, WWW, and VLDB, spanning from 2012 to 2025. This curated list serves as an invaluable resource for researchers, academics, and students looking to stay updated on the latest developments and find relevant implementations in dynamic graph learning.
aws-machine-learning-university-accelerated-tab
The AWS Machine Learning University: Accelerated Tabular Data Class offers a comprehensive open-source curriculum designed to introduce individuals to machine learning techniques specifically for tabular data. This repository provides a rich set of educational materials, including detailed slides, interactive notebooks, and real-world datasets. The course covers essential topics such as exploratory data analysis, K-Nearest Neighbors, feature engineering, tree-based models, boosting, and neural networks. It aims to make machine learning accessible to a broad audience, enabling learners to apply these techniques to practical problems. The curriculum culminates in a final project that allows students to practice working with a real-world tabular dataset.
AutoDidact
AutoDidact is an open-source project designed to autonomously train research-agent LLMs on custom data. It leverages reinforcement learning and self-verification to enable small LLMs, such as Llama-8B, to enhance their research and reasoning capabilities. The tool allows LLMs to generate, research, and answer self-created question-answer pairs, learning agentic search through Group Relative Policy Optimization (GRPO). It features an entirely autonomous pipeline, covering question generation, answer research, verification, embedding creation, and reinforcement learning, all running locally on open-source models. Demonstrated results show significant accuracy improvements in research and question answering after minimal training, making it a powerful tool for developers and researchers looking to build self-improving AI agents.
Claude
Claude is Anthropic's advanced AI assistant, designed to empower problem solvers across various domains. It excels at tackling complex challenges, analyzing data, and assisting with code writing, making it a versatile tool for professionals. The platform focuses on providing robust AI capabilities to help users think through their hardest work, streamline workflows, and enhance productivity. Claude is built with an emphasis on safety and accuracy, aiming to provide reliable and secure assistance for both individual and team use cases. Its capabilities extend to simplifying intricate tasks and automating processes, offering a significant advantage in efficiency for those who leverage its powerful AI.
AQLM
AQLM is an official PyTorch repository for extreme compression of large language models (LLMs) through additive quantization. This open-source tool significantly reduces the size of LLMs while maintaining or improving accuracy, making them more efficient for deployment and inference. It supports various models from the LLaMA, Mistral, and Mixtral families, offering pre-quantized models and a finetuning algorithm called PV-tuning. AQLM provides inference kernels optimized for both GPU and CPU, with considerable speedups for specific quantization schemes. The repository includes detailed instructions for installation, model quantization, and evaluation, making it a valuable resource for researchers and developers focused on LLM optimization.