ShypdShypd.ai
💻

Coding & Development

Browsing page 436 of AI tools for Coding & Development. Sorted by confidence score — our independent quality rating.

morph-net

morph-net

57%

Morph-Net is an open-source method for learning deep network structure during training, focusing on continuous relaxation of the network-structure learning problem. It induces activation sparsity by adding regularizers that target resource consumption like FLOPs or model size. The tool allows users to shrink existing models to satisfy constraints such as memory or latency by adjusting the number of output channels in each convolution layer. Morph-Net supports various regularizer types, including LogisticSigmoid for probabilistic channel regularization, GroupLasso for models without BatchNorm, and Gamma for models with BatchNorm. It provides functionality to export learned model structures in JSON format and offers examples for adding FLOPs regularizers.

mkosi

mkosi

57%

mkosi is a powerful open-source tool designed for building highly customized operating system images. It functions as a sophisticated wrapper around common package managers like dnf, apt, pacman, and zypper, enabling users to generate bespoke disk images with a wide array of features and options. mkosi supports various installation methods, including direct execution from its Git repository, pipx, or as a zipapp. It also integrates with kernel-install as a plugin for building initrds and addons, offering flexibility for both full UKI builds and enhancing vendor-provided UKIs with local modifications. The tool is ideal for system administrators and developers who require precise control over their OS image creation process.

Depth Anywhere App

Depth Anywhere App

57%

Depth Anywhere App is an AI-powered tool available as a Hugging Face Space that allows users to easily generate depth maps from uploaded images. By simply providing a photograph, the application processes it to produce an output image that visually represents the distances of objects within the scene. This functionality is particularly useful for tasks requiring 3D understanding from 2D inputs, such as computer vision research, 3D reconstruction, or artistic applications. The tool is built with Gradio, making it accessible through a web interface, and is licensed under Apache-2.0, indicating its open-source nature suitable for various development and educational purposes.

English To Sql

English To Sql

57%

English To Sql is an AI-powered tool designed to translate natural language descriptions into SQL queries. The intention behind the tool is to simplify database management and SQL learning by allowing users to generate complex SQL code from simple English commands, thereby eliminating the need for manual SQL writing. This can be particularly beneficial for individuals who are not proficient in SQL or who wish to accelerate their development process. However, at the time of review, the application hosted on Hugging Face Spaces is encountering a runtime error and is not functional, preventing users from interacting with its features.

lexci innovations

lexci innovations

57%

Lexci Innovations offers an AI-native platform designed to integrate cybersecurity, intelligent systems, and engineering capabilities. This unified platform aims to build, protect, and scale digital ecosystems for modern enterprises. Key offerings include the Lexci Platform, which features autonomous threat detection, zero-trust architecture, and real-time defense systems for enterprise-scale security. It also includes InMind AI, focusing on behavioral intelligence and mental wellness powered by adaptive AI systems. Additionally, Lexci provides full-spectrum engineering services, encompassing web development, LMS systems, app development, cloud development, cloud security, and custom AI integration, all designed to support modern digital infrastructure.

icevision

icevision

57%

IceVision is an open-source, agnostic computer vision framework designed to be pluggable with various training libraries, including Fastai and Pytorch-Lightning. It provides a curated collection of hundreds of high-quality pre-trained models from sources like Torchvision, Open MMLab's MMDetection, Ultralytic's YOLOv5, and Ross Wightman's EfficientDet. The framework orchestrates the entire deep learning workflow, enabling users to train networks efficiently. Unique features include data curation/cleaning with auto-fix, an exploratory data analysis dashboard, pluggable transforms for better model generalization, access to multiple training loop libraries, and multi-task training for combining object detection, segmentation, and classification models.

Corgea

Corgea

57%

Corgea is an AI-native application security platform designed to autonomously detect, triage, and fix insecure code, packages, infrastructure, and containers within a single workflow. It aims to replace fragmented security scanners with one control plane, enabling teams to maintain security without slowing down development. Key features include AI SAST for higher-signal static analysis with accurate fixes, Dependency Scanning to prioritize exploitable packages, IaC Scanning to prevent cloud misconfigurations, Container Scanning for image-level risk prioritization, and Secrets Scanning to detect leaked credentials. Corgea also offers Code Quality Scanning and Attack Surface Mapping, providing a comprehensive solution for modern application stacks across backend, frontend, and package managers. It integrates seamlessly with developer workflows, offering IDE and SCM integrations like GitHub, GitLab, Azure DevOps, and Bitbucket, and provides developer-friendly feedback and AI-generated fixes directly in pull requests.

GREB

GREB

57%

GREB.ai is presented as a premium domain name available for purchase through Atom, a platform specializing in domain sales. The domain is described as dynamic, cutting-edge, and ideal for startups in the tech world. Atom ensures secure transactions by holding payments until the domain is successfully transferred, guaranteeing the process. Transfers are typically fast, often completed within hours. Buyers have flexible payment options, including paying in full via credit card, crypto, or wire transfer, or opting for installment plans with an immediate down payment to start using the domain. Full ownership transfers upon completion of all payments, with the option to pay off the balance early or cancel.

Meteroid

Meteroid

57%

Meteroid is an open-source monetization platform designed for SaaS companies to launch, test, and scale their business models. It offers comprehensive features for managing subscriptions, invoicing, metering, and quotes, enabling businesses to monetize new features quickly and accurately. The platform helps streamline revenue from quote to cash, empowering sales teams with custom pricing options and eliminating manual work. Built with Rust for performance and reliability, Meteroid processes millions of usage events in real-time. Its API-first architecture ensures seamless integration into existing tech stacks, and being open-source, it provides flexibility and future-proofing.

Roton Consultancies Private Limited

Roton Consultancies Private Limited

57%

Roton Consultancies Private Limited is an export consulting firm dedicated to helping Indian MSMEs scale globally. They offer comprehensive services including market entry and strategy development, buyer access and distributor mapping, and compliance and export enablement. Roton assists organizations in identifying target markets, building go-to-market plans, and connecting with verified global partners. Their expertise covers industry-specific standards and certifications (e.g., GOTS, REACH, HACCP) and they provide support for trade fair participation and buyer meetings. Roton focuses on delivering measurable outcomes within weeks, offering practical solutions like verified distributor lists, country-wise compliance checklists, and booked buyer introductions across sectors such as Textiles, Gems & Jewelry, and Chemicals.

sgmse

sgmse

57%

sgmse is an open-source repository offering official PyTorch implementations of Score-based Generative Models, also known as Diffusion Models, specifically tailored for speech enhancement and dereverberation tasks. It includes code for various research papers, allowing users to reproduce results and build upon existing models. The repository provides pretrained checkpoints for different datasets and tasks, such as speech enhancement on VoiceBank-DEMAND and WSJ0-CHiME3, and dereverberation on WSJ0-REVERB. It supports training and evaluation with options for various SDEs and backbone networks, catering to both 16 kHz and 48 kHz models. Detailed installation instructions and logging options (W&B or local CSV) are also provided, making it a valuable resource for researchers and practitioners in audio processing.

soft-nms

soft-nms

57%

Soft-NMS is an open-source algorithm designed to enhance the accuracy of object detection models. It works by intelligently re-scoring bounding box predictions, providing a more robust alternative to traditional Non-Maximum Suppression (NMS). The tool is integrated with popular object detectors such as R-FCN and Faster-RCNN, allowing users to easily incorporate Soft-NMS into their existing pipelines. It supports both linear and Gaussian weighting schemes, with configurable parameters for fine-tuning. Soft-NMS has demonstrated significant performance improvements in challenges like COCO 2017, where it was adopted by many top-performing submissions. The repository provides code for testing models and includes updated ROI Pooling layers for improved interpolation.

TwinLabs.ai

TwinLabs.ai

57%

TwinLabs.ai offers a Digital Twin platform that transforms real-world spaces into intelligent 3D views, leveraging existing CCTV infrastructure. This allows businesses to connect their spaces, assets, and customer behavior into a single, intelligent view, providing real-time data on how customers interact with assets, spaces, and services. The platform moves beyond disconnected reports and camera heatmaps, offering a living 3D scene that shows what's happening, where, and why it matters. It integrates multiple layers of intelligence on top of physical layouts, creating a single source of truth for optimizing performance and making proactive decisions. TwinLabs.ai is applicable across various sectors, including gyms, leisure centers, retail, events, and corporate campuses, and can be deployed rapidly.

MyStoreGuardian

MyStoreGuardian

57%

MyStoreGuardian provides automated monitoring for e-commerce stores by simulating real customer journeys. This tool continuously verifies that the checkout flow functions correctly, visiting product pages 24/7 to detect any issues. If a customer cannot complete a purchase due to problems like broken 'Add to Cart' buttons or other checkout errors, MyStoreGuardian instantly alerts the store owner. It is designed to work seamlessly with various popular e-commerce platforms, including Shopify, WooCommerce, and BigCommerce, ensuring broad compatibility and peace of mind for online retailers. By proactively identifying and reporting critical issues, MyStoreGuardian helps prevent lost sales and maintains a smooth shopping experience for customers.

Behind SaaS

Behind SaaS

57%

Behind SaaS is a development agency dedicated to assisting non-technical founders in bringing their Software as a Service (SaaS) ideas to fruition. The agency focuses on leveraging no-code development methodologies to efficiently build and launch SaaS products. They provide comprehensive support throughout the entire development process, from initial concept and ideation to the final product launch. This approach aims to democratize SaaS creation, making it accessible to entrepreneurs without a technical background by handling all aspects of development.

Ranger-Deep-Learning-Optimizer

Ranger-Deep-Learning-Optimizer

57%

Ranger-Deep-Learning-Optimizer is an open-source project that provides a synergistic optimizer for deep learning models. It integrates three key techniques: RAdam (Rectified Adam), Gradient Centralization (GC), and LookAhead, into a single codebase. This combination is designed to enhance the efficiency and stability of the training process, leading to better model performance. The latest version, 20.9.4, updates Gradient Centralization to GC2 and addresses deprecation warnings in PyTorch 1.60. Users can customize GC settings, and the project recommends specific learning rate schedules for optimal results. A beta version, Ranger21, is also available with further improvements.

Proof Crater

Proof Crater

57%

Proof Crater is a privacy-first commitment engine designed for blockchain data, allowing teams to anchor complex datasets on-chain and verify them later using zero-knowledge proofs and cryptographic evidence. Its flagship ZK Vault functionality facilitates fully anonymous, non-custodial asset distribution, ideal for private payrolls or airdrops. Recipients can claim funds to any clean address via a relayer, with proofs generated locally to ensure privacy. Beyond payments, it serves as a robust, independently verifiable snapshot registry, capturing historical on-chain state for audits, governance, and compliance. Proof Crater is chain-agnostic and prioritizes privacy and scrutiny over speed, providing a foundation for long-lived, auditable obligations.

App Prompter - AI App Builder

App Prompter - AI App Builder

57%

App Prompter is a revolutionary AI-powered app builder designed to turn creative ideas into fully functional mobile applications in minutes, requiring no coding skills. It features AI-powered generation where users simply describe their app idea and the AI creates it, along with instant previews to see the app come to life immediately. The platform allows for easy editing through simple prompts and securely saves all created apps locally on the device. Users can also share their creations with others. With a modern, user-friendly UI and no mandatory ads, App Prompter offers a clean experience. It operates on a credit system with in-app purchase options, making it perfect for entrepreneurs testing app concepts, students learning app development, creative professionals prototyping ideas, and small business owners needing simple apps.

ADB Remote

ADB Remote

57%

ADB Remote is a lightweight desktop tool designed for Android developers, streamlining common ADB and Gradle operations into a single, intuitive interface. It's ideal for quick tasks such as checking logcat, pulling files, running builds on a device, or testing specific branches, situations where launching a full IDE like Android Studio would be overkill. The tool automatically detects Gradle configurations, available build variants, and connected devices. Key features include a file explorer for direct device filesystem browsing, Git operations for branch/tag checkout, a live logcat viewer with filtering, and various ADB commands like clearing app data or taking screenshots. It also offers a visual screenshot comparison tool for UI regression testing and integrates with preferred terminals/IDEs.

Macrocosmos

Macrocosmos

57%

Macrocosmos aims to decentralize AI by providing a platform for fast, flexible, and efficient compute. It focuses on building an ecosystem of intelligence through a globally distributed pretraining architecture, allowing for permissionless, accessible, and scalable pretraining. The platform utilizes game-theoretic AI to foster open-ended intelligence, driving continuous improvement and transparent, 'white box' AI. Macrocosmos also offers systems for efficient data collection, incentivizing speed and scale to create large open-source repositories of social data, such as Gravity, which has scraped 55 billion rows. The core philosophy emphasizes open systems, perpetual competition, and endless evolution to outcompete proprietary rivals and drive innovation.

bondingAI

bondingAI

57%

bondingAI offers an AI Operating System designed for enterprises, integrating data, AI intelligence, and business workflows into a unified platform. Powered by xLLM, a proprietary enterprise language model, it focuses on delivering private, deterministic, and explainable AI solutions. The platform aims to address common enterprise AI challenges such as security, cost, and hallucinations, enabling businesses to run operations through a single intelligent interface. It supports information query, data analytics, actions, agentic rules, and explainable AI, allowing for custom AI model building tailored to specific business data, processes, and culture. bondingAI emphasizes privacy, accountability, and fairness, with features like human-in-the-loop governance and private deployment options.

gdx-ai

gdx-ai

57%

gdx-ai is an Artificial Intelligence framework designed for game development, written entirely in Java. While it is a libGDX extension, it can be used independently, though it requires the libGDX jar for its optimized collections. The framework focuses on high-performance AI techniques commonly used in the game industry, covering essential areas like Movement AI (Steering Behaviors, Formation Motion), Pathfinding (A*, Hierarchical, Path Smoothing, Interruptible), Decision Making (State Machine, Behavior Trees), and Infrastructure (Message Handling, Scheduling). It aims to provide robust solutions for creating intelligent non-player characters (NPCs) and dynamic game environments.

rowy.io

rowy.io

57%

Rowy provides a low-code backend solution built on Google Cloud and Firebase, presenting database management through a familiar spreadsheet UI. It enables users to build powerful backend cloud functions and APIs directly from the browser, supporting over 30 field types and full scalability. The platform simplifies backend logic development by handling boilerplate tasks, allowing users to leverage any npm package or API. Rowy also facilitates team collaboration on a single source of truth with auditing and access controls down to the field level, alongside field validation and default values. It supports automations, derivative fields, action fields, extensions to external services like SendGrid and Slack, and webhooks for receiving data from various sources. Rowy is open-source and offers templates for quick development, making it suitable for both developers and non-technical team members.

wib.ai & PayPal

wib.ai & PayPal

57%

WIB.ai is a domain name currently listed for sale on Spaceship.com, a platform specializing in domain transactions. The service emphasizes secure payments and offers guided transfer support to ensure a smooth acquisition process for buyers. Spaceship.com handles the transaction, providing buyer protection and flexible payment methods. While the domain itself is the product, the platform facilitates its purchase, making it suitable for individuals or entities looking to acquire a specific domain for their online presence. The listing includes options to make an offer, subject to the seller's minimum price, and provides details on transfer speed and payment security.