ShypdShypd.ai
💻

Coding & Development

Browsing page 77 of AI tools for Open Source & Models in Coding & Development. Sorted by confidence score — our independent quality rating.

neural_complete

neural_complete

60%

Neural Complete is an autocomplete tool specifically designed to assist in writing neural network code. It leverages a generative LSTM neural network, trained on Python code, including Keras imports, to provide intelligent suggestions. Unlike typical autocompletion that finishes words, Neural Complete suggests entire lines of code, taking into account the context from previous lines. This allows it to understand the flow of code and offer more semantically relevant suggestions. The tool includes both character-based and token-based models, offering flexibility in how suggestions are generated. Users are encouraged to train the model on their own data for personalized autocomplete experiences, making it a valuable resource for developers working with neural networks.

ncnn

ncnn

60%

ncnn is a high-performance neural network inference computing framework specifically optimized for mobile platforms. Designed from the ground up with mobile deployment in mind, it boasts no third-party dependencies, ensuring cross-platform compatibility and superior speed on mobile CPU compared to other known open-source frameworks. Developers can leverage ncnn to easily port deep learning algorithms to mobile devices, facilitating the creation of intelligent applications and bringing AI capabilities to users' fingertips. It supports a wide array of convolutional neural networks, including classical, practical, and light-weight architectures, as well as models for detection, segmentation, and pose estimation. ncnn also features ARM NEON assembly-level optimization, sophisticated memory management, multi-core parallel computing, and GPU acceleration via Vulkan API, making it a robust solution for mobile AI.

multimodal-deep-learning

multimodal-deep-learning

60%

Multimodal-deep-learning is a comprehensive repository offering a collection of deep learning-based models designed to tackle various multimodal problems. It focuses on multimodal representation learning and multimodal fusion for downstream tasks, prominently featuring multimodal sentiment analysis. The repository includes implementations of several advanced models like Multimodal-Infomax (MMIM), MISA, and BBFN, each with specific architectures and methodologies for integrating different data modalities. It also provides access to datasets such as MELD, MUStARD, and M2H2, and includes detailed instructions for environment setup, data download, and model training. This resource is particularly valuable for researchers and developers working on complex multimodal AI applications.

AI Singapore

AI Singapore

60%

AI Singapore is a national program launched in May 2017, dedicated to fostering advanced AI capabilities within Singapore. It serves as a nexus for Singapore-based research institutions, AI startups, and established companies, facilitating collaborative efforts in use-inspired research, knowledge creation, tool development, and talent cultivation. The initiative focuses on key areas such as AI Research, Governance, Technology, Innovation, and Products, aiming to generate significant social and economic impact. It also offers various talent development programs, including the AI Apprenticeship Programme (AIAP) and LearnAI, to equip professionals and students with essential AI skills.

pezzo

pezzo

60%

Pezzo is an open-source, developer-first LLMOps platform that provides comprehensive tools for managing and optimizing AI operations. It streamlines prompt design, offering version management and instant delivery capabilities. The platform facilitates collaboration among developers and includes robust features for troubleshooting and observability, allowing users to monitor their AI operations effectively. Pezzo aims to significantly reduce costs and latency associated with AI deployments, making it an ideal solution for developers looking to enhance their LLM workflows. It supports various clients including Node.js, Python, and LangChain, and integrates with open-source technologies like PostgreSQL, ClickHouse, Redis, and Supertokens.

OmDet

OmDet

60%

OmDet is an open-source project providing OmDet-Turbo, a fast transformer-based open-vocabulary object detection model. It excels in real-time detection scenarios while maintaining high performance. A key innovation is the Efficient Fusion Head, which reduces computational burden and inference time. OmDet-Turbo-Base achieves state-of-the-art zero-shot performance on ODinW and OVDEval datasets, with impressive AP scores of 30.1 and 26.86 respectively. It also boasts a rapid inference speed of 100.2 FPS on an A100 GPU for the COCO val2017 dataset. The project offers installation instructions, local inference capabilities, and the option to run as an API server, making it versatile for various applications.

awesome-neural-geometry

awesome-neural-geometry

60%

awesome-neural-geometry is a comprehensive, curated collection of resources and research focused on the geometry of representations within the brain, deep neural networks, and related fields. This open-source repository, collaboratively generated on the Symmetry and Geometry in Neural Representations Slack Workspace, includes educational materials like textbooks, notes, courses, and videos covering topics such as Abstract Algebra, Differential Geometry, Information Geometry, Dynamics, Topology, and Geometric Machine Learning. It also lists computational neuroscience resources, datasets, software libraries like Geomstats and E3NN, and relevant conferences and workshops. The project is a work-in-progress and actively encourages contributions via pull requests.

pytorch-pruning

pytorch-pruning

60%

pytorch-pruning is an open-source PyTorch implementation of the paper "Pruning Convolutional Neural Networks for Resource Efficient Inference." This tool is designed to optimize deep learning models by reducing their size and improving inference speed. It achieves this by systematically removing filters from convolutional layers. The project demonstrates its effectiveness by pruning a VGG16-based classifier on a small dog/cat dataset, resulting in a significant 3x reduction in CPU runtime and a 4x reduction in model size. While currently pruning filters sequentially, the project notes that future improvements could include a single-pass pruning mechanism for greater efficiency. It also aims to support additional architectures beyond VGG, such as VGG with batch normalization.

prm800k

prm800k

60%

prm800k is an open-source dataset and accompanying tools, released by OpenAI, that provides 800,000 step-level correctness labels for large language model (LLM) solutions to mathematical problems from the MATH dataset. This resource is crucial for researchers and developers aiming to enhance the mathematical reasoning capabilities of AI models through process supervision. The repository includes raw labels, instructions for labelers, Python grading logic for answer correctness, and non-standard MATH train/test splits. It also contains scored samples used to evaluate large-scale ORM and PRM models, making it a comprehensive resource for advancing AI in mathematics.

SAMv2 Mask Generator

SAMv2 Mask Generator

60%

SAMv2 Mask Generator is an AI-powered tool available as a Hugging Face Space by lightly-ai, designed for image segmentation tasks. Users can upload any image and interactively define objects of interest by drawing bounding boxes around them. The tool then automatically generates precise segmentation masks, highlighting the selected objects within the image. This functionality is particularly useful for various computer vision applications, including object detection, image analysis, and data labeling, providing a straightforward method to isolate and analyze specific elements within visual data. It offers a practical solution for researchers, developers, and data annotators working with image datasets.

PyABSA

PyABSA

60%

PyABSA is a modular and reproducible open-source framework designed for Aspect-based Sentiment Analysis (ABSA), bridging the gap from research to production. It offers a unified API for training, evaluation, and inference across multiple ABSA subtasks, including Aspect Polarity Classification (APC), Aspect Term Extraction & Polarity Classification (ATEPC), Aspect Sentiment Triplet Extraction (ASTE), and Aspect Category Opinion Sentiment Triplet Extraction (ASQP/ACOS). The framework comes with a Model Zoo of available checkpoints that auto-download, visualization tools for evaluation metrics, and helpers for dataset annotation. Additionally, PyABSA supports text augmentation for classification and adversarial defense, along with automatic device selection for CPU/GPU. It is ideal for researchers and developers working with sentiment analysis and natural language processing tasks.

ppl.nn

ppl.nn

60%

PPLNN, short for "Primitive Library for Neural Network," is a high-performance deep-learning inference engine designed for efficient AI inferencing. It supports running various ONNX models and offers enhanced compatibility with OpenMMLab. Key features include a new LLM Engine with Flash Attention, Group-query Attention, and Dynamic Batching, alongside Tensor Parallelism and Graph Optimization. It also supports INT8 groupwise KV Cache and INT8 per token per channel Quantization for improved performance and accuracy. The library provides comprehensive documentation for building from source, integrating APIs, and developing new engines and operations across X86, CUDA, RISCV, and ARM platforms. It is an open-source project, welcoming contributions and providing resources for developers.

AI Commons

AI Commons

60%

AI Commons is a non-profit initiative dedicated to leveraging Artificial Intelligence as a common good to benefit humanity. It strives to build an equitable, accessible, ethical, and decentralized collaboration framework for AI-based problem-solving. The platform aims to engage a broad diversity of actors, including AI practitioners, entrepreneurs, academia, NGOs, and industry players, to focus on a wider range of solutions that respond to diverse global needs. By fostering a common voice, AI Commons seeks to address the world's challenges and ensure that the promise of AI benefits everyone. It serves as a hub for community and partners to contribute to making AI an integral part of everyone's future life.

reasoning-from-scratch

reasoning-from-scratch

60%

reasoning-from-scratch is the official code repository for the book *Build a Reasoning Model (From Scratch)*, offering a hands-on approach to understanding and implementing reasoning large language models (LLMs) in PyTorch. Users start with a pre-trained base LLM and progressively add reasoning capabilities, mirroring approaches used in large-scale models like DeepSeek R1 and GPT-5 Thinking. The repository includes code for generating text, evaluating reasoning models, improving reasoning with inference-time scaling and self-refinement, and training models with reinforcement learning. It also covers distilling reasoning models for efficiency and provides bonus materials on topics like GPU optimization, advanced evaluation methods, and building chat interfaces. The code is designed to run on consumer hardware, with GPU utilization if available, making it accessible for a wide audience.

ReID-Survey

ReID-Survey

60%

ReID-Survey is an open-source GitHub repository dedicated to deep learning for person re-identification. It offers comprehensive surveys, including an in-depth analysis of Transformer's impact across various Re-ID directions and a survey on deep learning for person re-identification with a powerful AGW baseline. The repository provides implementations for unsupervised Re-ID, cross-modality visible-infrared unsupervised Re-ID, and a unified experimental standard for animal Re-ID. Researchers can find code, datasets, and detailed experimental results for various Re-ID tasks, making it a valuable resource for advancing research in this field.

Quantitative-Research-Projects

Quantitative-Research-Projects

60%

Quantitative-Research-Projects is a curated GitHub repository offering a collection of quantitative finance research projects. The projects delve into various aspects of financial analysis, including sector rotation, multi-factor models, and advanced AI-driven strategies utilizing machine learning and deep learning techniques. These strategies are applied across high, mid, and low frequencies, providing a comprehensive view of quantitative finance. Each project within the repository is accompanied by full code and detailed analysis, making it a valuable resource for researchers and practitioners. The collection is continuously updated, ensuring access to the latest research and methodologies in the field.

robustlearn

robustlearn

60%

robustlearn is an open-source library developed by Microsoft for research in robust machine learning, focusing on responsible AI. It offers a unified platform for exploring various aspects of robustness, including adversarial and backdoor attack and defense mechanisms, out-of-distribution (OOD) generalization, and safe transfer learning. The library hosts several projects like SpecFormer for adversarial robustness in Vision Transformers, NMtune for understanding label noise in pre-training, and RiFT for improving generalization of adversarial training. It also includes projects addressing OOD generalization for time series classification, domain-specific risk minimization, and activity recognition. robustlearn is designed to be extensible, allowing researchers to develop and test their own robust machine learning models.

API Governance

API Governance

60%

API Governance is an AI-powered tool designed to automate API reviews, ensuring that public, web, and mobile APIs adhere to industry best practices and standards. It leverages AI trained on 10,000 public APIs to detect and resolve critical API design and implementation issues, guided by the industry-leading API Governance Top-10™ List. This tool helps API developers follow best practices, accelerate development cycles, and deliver consistent, high-quality APIs. CTOs and leaders can use it to ensure industry-standard APIs, accelerate adoption, and simplify integration, while API integrators benefit from reduced integration issues, lower maintenance costs, and faster ROI. The platform offers various plans, including a free tier, to support different organizational needs.

smolGPT

smolGPT

60%

smolGPT offers a minimal PyTorch implementation for training small Large Language Models (LLMs) from scratch, designed primarily for educational purposes and simplicity. It boasts a pure PyTorch codebase with no abstraction overhead, incorporating modern architectural elements like Flash Attention (when available), RMSNorm, SwiGLU, and optional Rotary embeddings (RoPE). The tool supports efficient training features including mixed precision (bfloat16/float16), gradient accumulation, learning rate decay with warmup, weight decay, and gradient clipping. It also includes built-in TinyStories dataset processing and SentencePiece tokenizer training integration, making it a comprehensive yet accessible platform for learning LLM development.

server

server

60%

Triton Inference Server is an open-source inference serving software designed to streamline AI inferencing across various environments, including cloud, data centers, edge, and embedded devices. It supports a wide array of deep learning and machine learning frameworks such as TensorRT, PyTorch, ONNX, OpenVINO, and Python. Triton optimizes performance for different query types, including real-time, batched, ensembles, and audio/video streaming. Key features include concurrent model execution, dynamic batching, sequence batching for stateful models, and a Backend API for custom operations. It also provides HTTP/REST and gRPC inference protocols, C and Java APIs for in-process use cases, and metrics for GPU utilization and server latency. Triton is part of NVIDIA AI Enterprise, offering enterprise support.

SPO

SPO

60%

SPO (Self-Supervised Prompt Optimization) is an AI tool hosted on Hugging Face Spaces designed to enhance the performance of language models by optimizing user prompts. It allows users to create or select templates, configure various settings, and initiate an optimization process to achieve better responses from AI models. This application is particularly useful for prompt engineers and researchers looking to fine-tune their interactions with large language models, ensuring more accurate and relevant outputs through a self-supervised learning approach. The tool aims to streamline the prompt engineering workflow, making it easier to experiment with and improve prompt effectiveness.

Simd

Simd

60%

Simd is a free, open-source C++ image processing and machine learning library designed for C and C++ programmers. It offers a wide array of high-performance algorithms, including pixel format conversion, image scaling and filtration, statistical information extraction, motion detection, object detection, classification, and neural network functionalities. The library is highly optimized, utilizing various SIMD CPU extensions such as SSE, AVX, AVX-512, and AMX for x86/x64, NEON for ARM, and HVX for Hexagon architectures. Simd provides both a C API and C++ classes for ease of access, supporting dynamic and static linking across Windows and Linux with MSVS, G++, and Clang compilers. It also includes a Python wrapper for broader accessibility.

Seed-Coder

Seed-Coder

60%

Seed-Coder, developed by ByteDance Seed, is a family of lightweight yet powerful open-source code LLMs. It comprises base, instruct, and reasoning models, all of 8B size. A key differentiator is its model-centric approach, predominantly leveraging LLMs for code data filtering and curation, significantly minimizing manual effort in pretraining data construction. Seed-Coder aims to enhance coding capabilities by allowing LLMs to effectively curate their own training data. The project openly shares detailed insights into its model-centric data pipeline, covering GitHub data, commits data, and code-related web data. It achieves state-of-the-art performance among open-source models of comparable size across various coding tasks, including code generation, completion, editing, reasoning, and software engineering.

Seed1.5-VL

Seed1.5-VL

60%

Seed1.5-VL is a powerful and efficient vision-language foundation model developed by the ByteDance Seed Team. It is engineered to advance general-purpose multimodal understanding and reasoning, demonstrating state-of-the-art performance across numerous public benchmarks. The model features a relatively modest architecture, comprising a 532M vision encoder and a 20B active parameter MoE LLM, yet it excels in complex reasoning tasks, OCR, diagram understanding, visual grounding, 3D spatial understanding, and video comprehension. Seed1.5-VL also shows strong capabilities in interactive agent tasks like GUI control and gameplay, making it versatile for various applications. The project provides a usage cookbook with diverse code samples to help developers effectively leverage its API.