Coding & Development
Browsing page 390 of AI tools for Coding & Development. Sorted by confidence score — our independent quality rating.
Recruitment Workflow
Recruitment Workflow is an open-source tool designed to automate and streamline various tasks involved in the hiring process. Leveraging the CrewAI framework, it orchestrates AI agents to build and execute real-world recruitment applications. This tool helps recruiters and HR professionals by automating initial candidate screening, managing candidate communication, and optimizing workflow efficiency. It is particularly useful for those looking to integrate AI into their talent acquisition strategies to reduce manual effort and improve the speed and quality of hiring. The open-source nature allows for customization and integration into existing HR systems.
Transformers Modular Refactor
Transformers Modular Refactor is an interactive analyzer designed for exploring the Hugging Face Transformers repository. This tool enables users to gain insights into the structure and evolution of modular models by generating detailed timelines, visualizing dependency graphs, and tracking lines of code growth. Users can input a repository URL to analyze specific projects, making it a valuable resource for understanding complex AI model architectures and their development over time. It's particularly useful for developers and researchers working with or contributing to the Transformers library, offering a unique way to visualize and comprehend the codebase.
PaddleSlim
PaddleSlim is an open-source library designed for deep model compression and architecture search, offering a comprehensive suite of strategies to optimize machine learning models. It supports techniques such as low-bit quantization, knowledge distillation, and various sparsity methods, enabling developers to significantly reduce the size and improve the efficiency of their models. Key features include automated compression, which allows direct loading of ONNX and Paddle models for tasks like offline quantization (PTQ), quantization-aware training (QAT), and sparse training. The library also provides tools for performance estimation on various ARM CPU devices and supports deployment with Paddle Inference and Paddle Lite. PaddleSlim is particularly useful for optimizing models for deployment on resource-constrained environments like mobile devices.
Python-Machine-Learning-Second-Edition
Python-Machine-Learning-Second-Edition is a comprehensive code repository accompanying the second edition of the book published by Packt. This resource is designed to support readers in their journey to learn and implement machine learning models. It includes all the necessary project files, allowing users to follow along with the book's examples and exercises. The content specifically focuses on practical applications of machine learning using popular libraries such as TensorFlow and scikit-learn, making it an invaluable asset for those looking to gain hands-on experience in the field. It serves as a practical companion for understanding and applying machine learning concepts.
Deep-Learning-with-PyTorch-Chinese
Deep-Learning-with-PyTorch-Chinese is an open-source project that offers a Chinese translation of the official PyTorch book, "Deep Learning with PyTorch" (essential excerpt version). This repository aims to make learning PyTorch and deep learning accessible to Chinese-speaking individuals, especially those new to the field. It includes the translated text in markdown format and corresponding runnable Jupyter Notebook code examples for each chapter. The project is deployed as a web document on GitHub Pages, making it easy to access the translated content online. It's designed for quick immersion into PyTorch, requiring only basic math and Python programming knowledge.
IDWise
IDWise is an AI-based identity verification solution designed to help businesses streamline customer onboarding, prevent fraud, and ensure compliance with e-KYC and AML regulations. The platform supports over 13,000 ID documents across 200+ countries and territories, with a strong focus on emerging markets. Key features include AI-based identity document recognition and validation, facial verification with liveness detection, and comprehensive AML screening against global watchlists. IDWise prides itself on its truly AI-based, in-house developed technology, offering up to 50 security checks per ID document in seconds. It provides a seamless integration experience through Mobile and Web SDKs, APIs, and low-code/no-code options, aiming to deliver a superior user experience and dramatically accelerate customer conversion.
v2ray-SSR-Clash-Verge-Shadowrocke
v2ray-SSR-Clash-Verge-Shadowrocke is an open-source repository offering free, high-speed server nodes for popular protocols like v2ray, SS, sing-box, Clash, Verge, SSR, and Shadowrocket. This tool is designed to help users bypass internet restrictions and access geo-blocked content on platforms such as YouTube, Netflix, TikTok, ChatGPT, and bilibili. It provides comprehensive subscription guides for setting up these nodes across a wide range of devices, including Windows, Mac, Linux, iOS, Android, and routers. The repository also includes VPN reviews and is compatible with various client applications like Clash, V2ray, and sing-box, making it a versatile solution for scientific internet access.
pytorch-template
The pytorch-template project offers a streamlined foundation for building PyTorch deep learning applications. It establishes a clear, organized folder structure and includes pre-configured settings, allowing developers to quickly set up new projects without starting from scratch. This template facilitates easy configuration management, robust checkpointing for model training, and flexible customization of training loops. By providing a ready-to-use framework, pytorch-template aims to significantly accelerate the development process for PyTorch users, enabling them to focus more on model experimentation and less on boilerplate setup.
Prompt Pup
Prompt Pup, despite its name, is an online slot game platform, not an AI prompt tool. It focuses on providing a flexible and accessible gaming experience by eliminating minimum deposit requirements, allowing users to start playing with any amount. The platform emphasizes convenience with automatic deposit and withdrawal features and claims frequent bonus payouts. It targets a broad audience of online casino enthusiasts, offering a variety of games and a user-friendly interface. The site also highlights its robust security measures, fair play certifications, and dedicated customer service team, available through multiple contact points including 24/7 technical support.
pytorch-original-transformer
pytorch-original-transformer offers a PyTorch implementation of the original transformer model by Vaswani et al., designed to facilitate learning and experimentation with transformers. The repository includes a `playground.py` file with visualizations for complex concepts like positional encodings and custom learning rate schedules, making them easier to grasp. It also provides pretrained models on the IWSLT dataset for English-German machine translation, demonstrating practical application. The tool supports training new models and inference, with well-commented code and setup instructions for a smooth user experience. It's an excellent resource for anyone looking to understand and work with the foundational transformer architecture.
Bridging Technologies
Bridging Technologies is an American multinational technology company with headquarters in California and offices in Mohali, India. They develop, customize, support, and sell software and services, focusing on global enterprise software solutions across various industries. The company builds its legacy through knowledge in areas such as CRM, PRMS, answering services, and social media marketing. Bridging Technologies emphasizes innovation, utilizing AI to help businesses stay competitive, and focuses on the growth of both businesses and their employees. They provide optimal infrastructure with high-performance storage and low-latency networks. Their product offerings include solutions for obtainable financing, online marketing tools, microloans, credit score boosting, tailored payment plans, and AI-driven debt collection.
PoseEstimation-CoreML
PoseEstimation-CoreML is an open-source project designed for inferencing pose estimation on iOS devices utilizing Apple's Core ML framework. This tool allows developers to estimate body poses from still images and real-time video feeds captured by the device's camera. Key features include visualizing poses as heatmaps or lines and points, and the ability to capture and match poses. It supports various models like cpm and hourglass, providing performance metrics across different iPhone models. The project offers clear instructions for integrating models, handling camera permissions, and performing inferences using the Vision framework, making it a valuable resource for iOS machine learning development.
yolov3-channel-and-layer-pruning
yolov3-channel-and-layer-pruning is an open-source project built upon ultralytics/yolov3, designed to optimize YOLOv3 and YOLOv4 object detection models. It leverages the principles of Network Slimming (ICCV 2017) by pruning channels based on BN layer Gamma coefficients, and also incorporates layer pruning. This approach significantly reduces model parameters and computational load, leading to faster inference times. The project offers various channel pruning strategies, including those that handle shortcut connections, and introduces layer pruning to compress model depth. Additionally, it integrates knowledge distillation strategies to help recover or even improve model accuracy after aggressive pruning. The tool supports sparse training, fine-tuning, and offers different sparsity strategies to balance compression and accuracy.
DeepLearningImplementations
DeepLearningImplementations is an open-source GitHub repository offering practical implementations of cutting-edge deep learning research papers. It serves as a valuable resource for developers and researchers looking to understand and apply complex deep learning concepts. The repository features a diverse collection of models, including Densely Connected Convolutional Networks (DenseNet), Visualizing and Understanding Convolutional Networks (DeconvNet), various Generative Adversarial Networks (GANs), and specific implementations like pix2pix and InfoGAN. It also covers techniques for improving stochastic gradient descent and colorful image colorization, with the majority of the code written in Python.
Prismic
Prismic is a headless page builder designed to empower marketers to create on-brand pages quickly and efficiently, while providing developers with the tools to build custom components. It supports popular frameworks like Next.js, Nuxt, and SvelteKit, offering deep, official integrations for seamless development. The platform features a dynamic Page Builder that reduces time to launch new pages, straightforward live previews, and content scheduling for maximum impact. Prismic also incorporates AI component creation and automation for repetitive tasks, allowing teams to multiply their best work. It emphasizes local independence, enabling developers to own their code and focus on delivering competitive builds without legacy tech debt. The tool also offers solutions for ABM personalization and SEO targeting, helping to drive traffic and conversion by automating the creation of optimized landing pages.
reward-bench
RewardBench is an open-source benchmark and evaluation tool specifically designed for assessing the capabilities and safety of reward models, including those utilizing Direct Preference Optimization (DPO). The repository offers common inference code compatible with various reward models such as Starling, PairRM, OpenAssistant, and DPO. It ensures fair evaluation through standardized dataset formatting and testing procedures. Additionally, RewardBench includes robust analysis and visualization tools to help researchers and developers interpret results effectively. It supports quick evaluation of any reward model on any preference set, with features for logging model outputs and accuracy scores, and options for generative models (LLM-as-judge) and DPO models. The platform also facilitates contributing models to a public leaderboard and offers offline ensemble testing.
Advanced Prompt Generator
The Advanced Prompt Generator is a Hugging Face Space designed to refine and enhance user-provided prompts for various AI models. By entering an initial prompt, users can select a specific AI model and fine-tune parameters like 'temperature' to generate more accurate and effective responses. This tool is particularly useful for prompt engineering, allowing developers and researchers to experiment with different prompt variations and optimize their interactions with AI systems. It aims to streamline the process of creating high-quality prompts, ultimately leading to better outcomes from AI models. The tool is licensed under Apache-2.0, indicating its open-source nature and potential for community contributions.
Phala Cloud
Phala Cloud offers a hardware-secured compute platform designed for confidential AI, ensuring verifiable AI with enterprise-grade privacy. It allows users to deploy confidential AI models with Trusted Execution Environment (TEE) protection quickly. The platform supports various pre-configured confidential AI models from providers like MoonshotAI, Qwen, and DeepSeek, ready for deployment on hardware-secured GPU servers. Phala Cloud provides an all-in-one confidential compute platform for AI workloads, offering nearly native performance with 100% privacy. It is built for enterprise security and regulatory requirements, being SOC 2 Type I certified and HIPAA compliant, with ISO 27001 in progress. The platform supports popular AI frameworks like TensorFlow, PyTorch, and Hugging Face, and offers per-minute billing with no minimums or hidden fees.
SGX-Full-OrderBook-Tick-Data-Trading-Strategy
SGX-Full-OrderBook-Tick-Data-Trading-Strategy is an open-source project designed for developing and implementing high-frequency trading (HFT) strategies. It leverages data science and machine learning techniques to analyze full order book tick data, providing insights into market microstructure. The framework is built to capture the intricate dynamics of high-frequency limit order books, which is crucial for HFT. Key features include methods for feature extraction, such as Rise Ratio and Depth Ratio, enabling users to derive meaningful signals from raw tick data. This project is ideal for quantitative researchers and traders looking to backtest and deploy sophisticated trading algorithms.
Bunny Database
Bunny Database provides a SQL service designed for easy creation of SQLite-compatible databases. It's built to offer low-latency access globally, allowing users to start simple and expand regions without rearchitecting. The service integrates with familiar libSQL SDKs for TS/JS, Go, Rust, and .NET, and also supports HTTP connections. A key feature is its cost-effectiveness, as it only incurs storage costs when idle, ensuring users only pay for active usage. It's part of the bunny.net platform, leveraging the same fast and reliable global network. The service is particularly well-suited for read-heavy use cases such as catalogs, directories, metadata filtering, user profiles, and app configurations.
rlcard
RLCard is a comprehensive, open-source toolkit designed for reinforcement learning (RL) in card games. Developed by DATA Lab at Rice and Texas A&M University, it offers a versatile platform for researchers and developers to implement and test various RL and searching algorithms within popular card game environments such as Blackjack, Leduc Hold'em, Texas Hold'em, DouDizhu, Mahjong, UNO, Gin Rummy, and Bridge. The toolkit provides easy-to-use interfaces, supports environment local seeding, multiprocessing, and includes a model zoo with pre-trained and rule-based models. It also integrates with PettingZoo, allowing for multi-agent reinforcement learning experiments.
ScrollGuard for iOS
ScrollGuard for iOS is a productivity tool designed to combat endless scrolling on social media platforms by selectively blocking addictive short-form video content. Unlike traditional screen time apps that restrict entire applications, ScrollGuard focuses on removing only the algorithmic feeds such as Instagram Reels and YouTube Shorts, allowing users to maintain their social connections, messages, stories, and posts. The tool works by creating clean web app versions of Instagram, YouTube, and Facebook on iPhone, blocking distracting content before it loads. It offers customizable blocking features, multi-app support, and an optional Strict Mode for enhanced discipline. All content detection and blocking occur on-device, ensuring user privacy and battery efficiency. ScrollGuard aims to help users regain focus and time without requiring them to delete social media apps entirely.
BringAuto
BringAuto is a technology company focused on bringing automation that delivers results through custom software development and AI integration. They offer a range of services including autonomous logistics, automotive systems, transportation solutions, AI systems, medical technologies, and cybersecurity. The company builds systems from concept to deployment, aiming to optimize operations, reduce costs, and improve decision-making for businesses. By connecting hardware and software into functional autonomous systems, BringAuto minimizes human intervention and reduces the risk of errors, enabling clients to develop products faster, grow, and maintain a competitive edge. Their expertise spans various sectors, providing solutions that enhance efficiency and safety.
RL-Factory
RL-Factory is an open-source framework designed for efficient reinforcement learning (RL) post-training in Agentic Learning. It significantly simplifies the process by decoupling the environment from RL post-training, allowing users to train agents with only a tool configuration and a reward function. A key differentiator is its support for asynchronous tool-calling, which makes RL post-training up to 2x faster than existing frameworks. The platform natively supports one-click DeepSearch training, multi-turn tool-calling, model judge reward mechanisms, and training for various models, including Qwen3. Future updates aim to introduce a WebUI for data processing, environment definition, and project management, alongside support for more models and multimodal agentic learning.