ShypdShypd.ai
💻

Coding & Development

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

voicetree

voicetree

54%

Voicetree is an open-source spatial Integrated Development Environment (IDE) specifically built for orchestrating multiple AI agents. It features an interactive graph-view interface, enabling users to work directly within a visual representation of their AI agent ecosystem. Within this environment, nodes can serve various purposes, including representing markdown notes or acting as terminal-based AI agents such as Claude Code and Gemini. A key capability of Voicetree is that agents can spawn sub-agents and access nearby nodes to gather context, facilitating complex AI workflows and interactions.

ObjectDetection-OneStageDet

ObjectDetection-OneStageDet

54%

ObjectDetection-OneStageDet is an open-source object detection framework developed by Tencent, designed to provide a unified platform for single-stage generic object detectors. Currently, it supports YOLOv2 and YOLOv3 implementations, with future plans to integrate YOLO and SSD into a single framework. The tool emphasizes performance and speed, offering good mAP scores and fast inference times, especially with various efficient backbones like TinyYOLO, MobileNet, and ShuffleNet. It provides comprehensive instructions for installation, data preparation, training, evaluation, and benchmarking, making it suitable for developers and researchers working on object detection tasks.

PETR

PETR

54%

PETR (Position Embedding Transformation for Multi-View 3D Object Detection) and its successor PETRv2 offer a unified framework for 3D perception from multi-camera images. PETR encodes 3D coordinate position information into image features, creating 3D position-aware features that enable end-to-end object detection. PETRv2 extends this by incorporating temporal modeling to utilize previous frames' information for improved 3D object detection and introduces a feature-guided position encoder for better data adaptability. It also supports high-quality BEV (Bird's Eye View) segmentation through dedicated segmentation queries. This framework achieves state-of-the-art performance in both 3D object detection and BEV segmentation, making it a robust baseline for future research in autonomous driving and robotics.

nerves

nerves

54%

Nerves offers a comprehensive set of tools and libraries for developing and deploying embedded software using Elixir. It leverages the robust Erlang virtual machine and the Linux kernel to create small, self-contained software images for microprocessor-based systems. While not a full Linux distribution, Nerves integrates the Erlang runtime early in the boot process, allowing Elixir to manage the system. It supports a wide range of hardware, including various Raspberry Pi models and BeagleBone boards, and provides access to the Elixir ecosystem, including Phoenix, LiveView, Elixir Nx, and Livebook. Nerves also includes a C/C++ cross-toolchain for consistent builds across host platforms and offers modules for hardware access, networking, and SSH capabilities.

Rynus

Rynus

54%

Rynus is an AI Agents & Automation tool that is currently under construction. The website indicates that it is a decentralized AI infrastructure network powered by blockchain technology. While specific features are not yet available, the tool is expected to support AI agent building, AI training, and data labeling. Rynus aims to offer a scalable and cost-effective infrastructure for AI development, with the goal of democratizing high-performance computing for developers, enterprises, and communities. Users are encouraged to check back for updates as the platform is being developed.

mjs

mjs

54%

mJS is an embedded JavaScript engine specifically engineered for microcontrollers and other resource-constrained environments. It implements a strict subset of ES6 (JavaScript version 6), ensuring that any valid mJS code is also valid ES6 code, though not vice-versa due to its intentional restrictions. Key design goals include a small memory footprint, requiring approximately 50KB of flash and less than 1KB of RAM on 32-bit ARM systems. It offers seamless C/C++ interoperability through a Foreign Function Interface (FFI), allowing direct calls to existing C functions and supporting callbacks. The engine is part of MongooseOS, enabling scripting for IoT devices. It provides built-in APIs for JSON parsing, string manipulation, and memory management, along with a helper for converting C structs to JS objects.

HiDream Arena

HiDream Arena

54%

HiDream Arena provides a dedicated platform for users to compare different AI image generation models. It specifically supports the evaluation of models such as HiDream-I1-dev, HiDream-I1-full, and FLUX-dev, allowing users to see their outputs side-by-side. This tool is hosted on Hugging Face, making it accessible to a broad audience interested in AI image generation. Its primary function is to facilitate the comparison process, helping users identify the strengths and weaknesses of various models.

umka-lang

umka-lang

54%

Umka is a statically typed embeddable scripting language designed for simplicity and flexibility, featuring compile-time type checking. It follows the principle that explicit is better than implicit, making it suitable for extending applications with scripting capabilities. Key features include a clean syntax inspired by Go, a cross-platform bytecode compiler and virtual machine, garbage collection, and arrays/structures compatible with C. It supports polymorphism via interfaces, multitasking based on fibers, and type inference. Umka can be distributed as a static or dynamic library with a simple C API and is written in C99 source. Unlike Go, Umka is a lightweight interpreter easily embedded, offering features like implicit type casts, default parameters, and a ternary conditional operator. Its multithreading model uses fibers, and garbage collection is reference-counting based.

Stereo-RCNN

Stereo-RCNN

54%

Stereo-RCNN is an open-source implementation for accurate 3D object detection and estimation, primarily developed for autonomous driving applications. This tool leverages stereo images to perform simultaneous object detection and association, enhancing the precision of 3D box estimations. It also incorporates a dense alignment module for refining 3D box predictions. The project supports Pytorch 1.0.0 and Python 3.6, with a light-weight version available for scenarios with limited GPU memory. Researchers and developers can utilize Stereo-RCNN for tasks requiring robust 3D perception from image-only data, offering a valuable resource for advancing autonomous systems.

java-html-sanitizer

java-html-sanitizer

54%

The OWASP Java HTML Sanitizer is an open-source library designed to protect web applications from Cross-Site Scripting (XSS) attacks by sanitizing untrusted HTML content. Written in Java, it offers a fast and easily configurable solution for developers to safely embed third-party HTML. The tool provides prepackaged policies for common sanitization needs, as well as the flexibility to craft custom policies for specific requirements, such as transforming elements or adding attributes. It also includes a preprocessor feature for structural changes before policy application and telemetry to track discarded elements or attributes, aiding in security monitoring. The project emphasizes security best practices, an extensive test suite, and adversarial security review.

Apps

Apps

54%

Appy Pie is an AI no-code platform designed to transform simple prompts into functional apps and websites. Users can generate mobile apps, web apps, and websites for Android, iOS, and the web, going from idea to a publish-ready application in minutes. The platform supports direct publishing to the App Store and Google Play. Key features include an AI app generator, AI website builder, and a drag-and-drop interface for visual editing. It offers built-in business features such as payments, subscriptions, bookings, push notifications, analytics, and user authentication. Appy Pie emphasizes security and compliance, being GDPR, HIPAA-ready, SOC 2 Type II, and ISO 27001 compliant. It caters to non-technical users, requiring no coding skills, and provides templates for various business categories.

MAGI-1 AI Video Generator

MAGI-1 AI Video Generator

54%

MAGI-1 AI Video Generator is an open-source solution designed for creating videos. The tool utilizes a chunk-wise prompting mechanism, which enables users to achieve consistent and highly controllable video generation. This feature makes it particularly suitable for individuals and organizations who require a customizable approach to their video creation workflows, allowing for precise control over the output.

Tensorflow_Object_Tracking_Video

Tensorflow_Object_Tracking_Video

54%

Tensorflow_Object_Tracking_Video is an open-source project developed for object tracking in videos, encompassing localization, detection, and classification. Originally created for the ImageNET VID competition, it leverages TensorFlow technology. The project integrates popular object detection systems like YOLO (You Only Look Once) and TensorBox, along with Inception for classification. It features a modular architecture that includes a general object detector, a tracker, and a smoother. The repository provides scripts for both YOLO and VID TENSORBOX usage, allowing users to process videos, set parameters, and obtain real-time object tracking results. It also includes dataset scripts for preparing and processing data for training, particularly for the VID classes, and offers pre-trained weights for Inception and TensorBox.

RaDe-GS

RaDe-GS

54%

RaDe-GS, or Rasterizing Depth in Gaussian Splatting, is a cutting-edge Content & Design tool developed by HKUST-SAIL. It significantly enhances the performance and accuracy of 3D scene reconstruction and rendering by incorporating advanced techniques like multi-view regularization and refined densification strategies. The project provides updated code and formulations, enabling users to achieve superior results on challenging datasets such as DTU and Tanks and Temples. It also supports novel view synthesis and geometry evaluation, making it a powerful resource for researchers and developers working with 3D Gaussian Splatting. The tool is built upon the original 3D Gaussian Splatting implementation and integrates ideas from several recent works to offer a robust and efficient solution for 3D graphics tasks.

Lucid AI: Dream Meaning& Tarot

Lucid AI: Dream Meaning& Tarot

54%

Lucid AI: Dream Meaning& Tarot is a mobile application designed to provide users with insights into their subconscious mind and personal growth. The app leverages AI to offer dream interpretation, helping users understand the deeper meanings behind their dreams. Beyond dream analysis, it provides spiritual guidance through daily horoscopes and tarot readings, aiming to offer perspectives on life's challenges and opportunities. It also includes features for maintaining a dream journal, allowing users to track and reflect on their dream experiences over time. Additionally, the app incorporates tools focused on enhancing lucid dreaming capabilities and improving overall sleep quality, making it a comprehensive platform for self-discovery and mental well-being.

GeniA

GeniA

54%

GeniA is an upcoming AI tool in the Coding & Development category, with its official launch anticipated in the near future. The current website, genia.dev, serves as a placeholder, indicating a "Lançamento em breve" (Launch soon) message. While specific features and functionalities are not yet detailed, the tool is positioned within the AI domain, suggesting it will likely offer solutions related to artificial intelligence for developers or engineering teams. The website's copyright notice for 2025 implies a planned release date or ongoing development towards that timeframe. Further details regarding its capabilities, pricing, and target audience are expected upon its official launch.

Smoothieware

Smoothieware

54%

Smoothieware is a free, open-source, high-performance G-code interpreter and CNC controller specifically designed for the LPC17xx micro-controller (ARM Cortex M3 architecture). It is written in Object-Oriented C++ and provides modular control for various CNC applications. The motion control component is a port of the grbl project. Smoothieware can run on a variety of boards including mBed, LPCXpresso, SmoothieBoard, and R2C2. Users can either build the firmware themselves or use prebuilt binaries. The project encourages community contributions and offers detailed documentation for developers and users alike.

luaradio

luaradio

54%

LuaRadio is a lightweight and embeddable flow graph signal processing framework specifically designed for software-defined radio (SDR). Built on LuaJIT, it offers a small binary footprint and no external hard dependencies, making it highly portable. The framework provides a comprehensive suite of source, sink, and processing blocks, along with a simple API for defining and running flow graphs, creating custom blocks, and managing data types. It's ideal for rapidly prototyping software radios, developing modulation/demodulation utilities, and conducting signal processing experiments. LuaRadio can also be embedded into existing radio applications, serving as a user-scriptable engine for advanced signal processing tasks. It supports computational acceleration through LuaJIT's FFI to wrap external libraries like VOLK, liquid-dsp, and others, ensuring efficient performance.

berry

berry

54%

Berry is an ultra-lightweight, dynamically typed embedded scripting language specifically designed for lower-performance embedded devices and microcontrollers. Its interpreter-core is less than 40KiB and can operate with under 4KiB of heap memory on ARM Cortex M4 CPUs. Written entirely in ANSI C99, Berry features an optimized one-pass compiler and a register-based virtual machine, ensuring fast execution. It supports imperative, object-oriented, and functional programming paradigms, offering dynamic scalability for host systems. Key advantages include its small footprint, efficient RAM usage through compile-time object construction, and a simple, natural syntax with garbage collection and easy FFI. Berry provides a comprehensive set of base types, operators, control structures, and module management, making it a powerful yet resource-efficient solution for embedded systems.

bolthold

bolthold

54%

BoltHold is an embeddable NoSQL store designed for Go types, built on top of a BoltDB instance. It offers a higher-level interface to BoltDB, simplifying the process of encoding, decoding, and searching through data. Developers can define indexes using struct tags or by implementing a Storer interface, allowing for efficient querying of large datasets. The tool supports various query operators, including equality, range, and regular expressions, and allows for chaining multiple criteria. BoltHold also facilitates operations like updating and deleting data based on query results, and provides functionality for aggregate queries and iterating through records without loading the entire dataset into memory. It supports unique constraints and auto-incrementing keys, making it a robust solution for Go developers needing a streamlined NoSQL database.

fast-depth

fast-depth

54%

FastDepth is an open-source project that provides trained models and evaluation code for fast monocular depth estimation, specifically optimized for embedded systems. The project includes resources for setting up the environment, downloading pre-trained models, evaluating performance, and deploying models on hardware like the NVIDIA Jetson TX2. It leverages PyTorch for model training and evaluation, and the TVM compiler stack for efficient cross-compilation and deployment. The repository offers various MobileNet-NNConv5 architectures, including pruned versions with additive skip connections, demonstrating significant performance improvements in terms of RMSE and delta1 metrics compared to prior work, with very low runtimes on embedded GPUs.

LCM-LoRA on SDXL

LCM-LoRA on SDXL

54%

LCM-LoRA on SDXL is an AI image generation tool designed to produce high-quality images. It integrates Latent Consistency Models (LCM) and LoRA (Low-Rank Adaptation) techniques, built upon the robust SDXL architecture. This combination allows for efficient and effective image generation. The tool is accessible to a broad audience, particularly AI enthusiasts and developers, and is offered for free on the Hugging Face platform.

LD T3D

LD T3D

54%

LD T3D is an AI-powered tool that facilitates the creation of 3D models. It leverages artificial intelligence to generate 3D assets, streamlining the modeling process for its users. The tool is accessible for free on the Hugging Face platform, making it a valuable resource for individuals and professionals looking to integrate AI into their 3D design workflows. It caters to a diverse audience, including 3D artists, game developers, and AI researchers who require efficient 3D asset generation capabilities.

Keye VL 8B Preview

Keye VL 8B Preview

54%

Keye VL 8B Preview is an AI chatbot that specializes in visual question answering and image captioning. This tool is built to understand and process multimodal inputs, allowing users to interact with images by asking questions and generating descriptive captions. It leverages advanced AI models to interpret visual information and provide relevant textual responses. The tool is available for free, making it accessible for various applications requiring visual AI capabilities.