ShypdShypd.ai
💻

Coding & Development

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

Indie Panel

Indie Panel

58%

Indie Panel offers a centralized dashboard for indie developers to manage all their projects. It provides seamless integration with various databases, including Neon, Supabase, and PostgreSQL, allowing users to track essential metrics such as total users, paid conversions, and growth trends. The tool delivers real-time data with automatic caching and daily snapshots, ensuring up-to-date insights. Security is prioritized with AES-256-GCM encryption for all connection strings. Indie Panel simplifies project management by consolidating user metrics and growth monitoring into one intuitive interface, helping developers make informed decisions about their applications.

WorkPing

WorkPing

58%

WorkPing automates the creation of client-ready progress updates directly from GitHub activity. Designed for freelance developers, it analyzes merged pull requests and commits to generate professional summaries. Users can review and edit these AI-generated updates in a clean editor before copying and sending them via email, Slack, or other platforms. The tool offers secure, read-only access to GitHub repositories, including private ones, and allows for the addition of manual notes for non-code work like meetings or blockers, ensuring comprehensive reporting. WorkPing aims to streamline client communication, allowing developers to focus more on their work and less on administrative tasks.

keras-mmoe

keras-mmoe

58%

keras-mmoe provides a TensorFlow Keras implementation of the "Modeling Task Relationships in Multi-task Learning with Multi-gate Mixture-of-Experts" paper (KDD 2018). This open-source repository offers a Python 3.6 implementation, also compatible with Python 2.7, making it accessible for various development environments. It includes an example demo for running the model with the census-income dataset from UCI, which is the same dataset used in Section 6.3 of the original paper. The code is well-documented and designed for easy extension, encouraging contributions from the community for performance improvements, benchmark accuracy, and training on other public datasets. This tool is ideal for developers and researchers working on deep learning and multi-task learning applications.

artyom.js

artyom.js

58%

artyom.js is a robust and constantly updated open-source JavaScript library that wraps the webkitSpeechRecognition and speechSynthesis APIs. It enables developers to integrate voice control, voice commands, speech recognition, and speech synthesis into their web applications. Key features include quick recognition of voice commands, easy addition of dynamic commands, smart commands with wildcards and regular expressions, and the ability to convert voice to text. The library supports synthesizing large blocks of text and works on both desktop browsers and mobile devices. It offers support for multiple languages and provides options for continuous listening, soundex algorithm for accuracy, and a remote command processor. Developers can create custom voice assistants similar to Siri, Google Now, or Cortana within their websites.

temperature_scaling

temperature_scaling

58%

temperature_scaling is an open-source Python module designed to calibrate neural networks by adjusting their confidence scores. Originally created as a demonstration for PyTorch 0.3, it implements temperature scaling, a post-processing technique that divides logits by a learned scalar parameter to minimize negative log-likelihood on a validation set. This helps address the common issue of neural networks outputting overconfident probabilities, ensuring that confidence scores better match true correctness likelihood. While the repository is unmaintained, it offers a clear example of how to integrate temperature scaling into a project for improved model calibration.

Applying_EANNs

Applying_EANNs

58%

Applying_EANNs is a 2D Unity simulation designed to showcase how cars can learn to navigate various courses. The cars are controlled by a feedforward neural network, whose weights are optimized using a modified genetic algorithm. This project provides a practical demonstration of evolutionary artificial neural networks in a simulated environment. Users can tinker with simulation parameters in the Unity Editor or run the built executable with default settings. The neural network architecture includes an input layer, two hidden layers, and an output layer, with its training managed by a customizable genetic algorithm. The user interface displays real-time data for the best performing car, including neural network output, evaluation value, and a generation counter, along with a visual representation of the neural network's weights.

AskEllyn

AskEllyn

58%

AskEllyn is the world's first AI companion specifically designed for individuals diagnosed with breast cancer and their caregivers. This non-medical, private, and free tool offers knowledge, wisdom, and advice from survivors, aiming to ensure no one goes through breast cancer alone. It functions as an empathetic digital friend, validating experiences and empowering users to self-advocate. AskEllyn speaks every language and is committed to remaining free forever through The Lyndall Project, a registered non-profit organization. Beyond the AI chatbot, the platform also features a blog with articles on breast cancer, a best-selling book by Ellyn Winters-Robinson, and speaking engagement opportunities.

logparser

logparser

58%

Logparser provides a comprehensive machine learning toolkit designed for automated log parsing, a critical step in structured log analytics. It enables users to automatically extract event templates from unstructured logs and transform raw log messages into a sequence of structured events. This process is also known as message template extraction, log key extraction, or log message clustering. The toolkit includes various log parsers, such as SLCT, AEL, IPLoM, LKE, Spell, Drain, and DivLog, each backed by academic research. It supports Python 3 and offers benchmarks for evaluating parsing accuracy, making it suitable for both research and practical application in log analysis.

Awesome-Adaptation-of-Agentic-AI

Awesome-Adaptation-of-Agentic-AI

58%

Awesome-Adaptation-of-Agentic-AI is a curated repository featuring a comprehensive list of academic papers focused on the adaptation strategies of agentic AI systems. This resource is designed for researchers and practitioners interested in the evolving field of agentic AI, offering insights into various adaptation methods. The repository categorizes papers based on agent adaptation (tool execution signaled, agent output signaled) and tool adaptation (agent-agnostic, agent-supervised), detailing development timelines, methods, venues, tasks, tools, agent backbones, and tuning techniques. It serves as a valuable reference for understanding the latest advancements and research trends in making AI agents more adaptive and intelligent.

Ragnexus

Ragnexus

58%

Ragnexus specializes in building customized personal assistants powered by Retriever-Augmented Generation (RAG) technology. These bespoke AI systems are designed to deliver highly personalized and contextually relevant responses by utilizing private customer information. The platform aims to improve efficiency and productivity by providing accurate information quickly, enhance customer experience through tailored solutions, and reduce costs by automating repetitive tasks. Ragnexus integrates seamlessly with over 40 existing platforms, including Asana, Confluence, Dropbox, GitHub, Google Drive, Jira, Notion, Salesforce, Slack, AWS S3, and Zendesk, eliminating the need for internal AI infrastructure development.

chess-alpha-zero

chess-alpha-zero

58%

chess-alpha-zero is an open-source project dedicated to chess reinforcement learning, implementing methods inspired by DeepMind's AlphaGo Zero. It allows users to train AI models to play chess through self-play, supervised learning, and distributed training. The project provides a modular architecture with 'self' for data generation, 'opt' for model training, and 'eval' for model evaluation. It supports Python 3.6.3, TensorFlow-GPU, and Keras, making it suitable for developers and researchers interested in AI game development and machine learning applications in strategic games. The tool also offers a Universal Chess Interface (UCI) for integration with chess GUIs, allowing users to observe and interact with the trained AI.

business-machine-learning

business-machine-learning

58%

Business Machine Learning (BML) and Business Data Science (BDS) Applications is a comprehensive, open-source resource available on GitHub, offering a curated list of practical applications across diverse business functions. This repository provides insights and examples for Accounting, Customer, Employee, Legal, Management, and Operations, making it a valuable reference for professionals and researchers. It details specific projects such as predictive modeling with GitHub logs, satellite data analysis for financial forecasting, and data imputation techniques. The resource also highlights opportunities for collaboration with Sov.ai, a company focused on integrating advanced machine learning with financial data analysis, and includes a wide range of research and project opportunities.

C-Plus-Plus

C-Plus-Plus

58%

C-Plus-Plus is an open-source repository on GitHub providing a comprehensive collection of algorithms implemented in C++. Designed for educational purposes, it covers a wide range of topics including mathematics, machine learning, computer science, and physics. The repository features well-documented source code with detailed explanations, making it a valuable resource for both educators and students. Each algorithm implementation is atomic, utilizing STL classes without external library dependencies, which allows for in-depth study of the fundamentals. The code adheres to the C++17 standard, ensuring portability across various operating systems and embedded systems like ESP32 and ARM Cortex. It also includes self-checks for implementation correctness and modular designs for easy integration into other applications. Online documentation is generated directly from the source code, offering snippets, execution details, diagrams, and links to C++ STL library functions.

mdlm

mdlm

58%

mdlm is an open-source masked discrete diffusion language model (MDLM) that features a novel substitution-based parameterization. This approach simplifies the absorbing state diffusion loss to a mixture of classical masked language modeling losses, leading to state-of-the-art perplexity numbers on LM1B and OpenWebText among diffusion models. It also achieves competitive zero-shot perplexity with state-of-the-art autoregressive models on various datasets. The repository provides the MDLM framework, simplified loss calculation, baseline implementations, and efficient samplers that make MDLM significantly faster than existing diffusion models, including semi-autoregressive generation capabilities.

Miniworld

Miniworld

58%

MiniWorld is a minimalistic 3D interior environment simulator specifically designed for reinforcement learning and robotics research. It allows users to simulate environments featuring rooms, doors, hallways, and various objects, making it suitable for tasks like training AI agents in office, home, or maze-like settings. Written 100% in Python, MiniWorld is easily modifiable and extensible, offering features such as few dependencies, good performance, lightweight design, and support for domain randomization for sim-to-real transfer. It also provides fully observable top-down views, depth map production, and the ability to display alphanumeric strings on walls. This project has been deprecated as of August 11, 2025, and is no longer receiving updates or support.

DeepCTR-Torch

DeepCTR-Torch

58%

DeepCTR-Torch is a comprehensive, open-source Python package designed for building and experimenting with deep learning-based Click-Through Rate (CTR) models, leveraging the PyTorch framework. It offers a modular and extensible architecture, allowing users to easily implement and customize a wide range of CTR models, including popular architectures like DeepFM, xDeepFM, and Wide & Deep. The package includes numerous core component layers, enabling data scientists and researchers to construct their own custom models efficiently. With its user-friendly API, DeepCTR-Torch simplifies the process of training and predicting with complex models using standard `model.fit()` and `model.predict()` functions, making it an invaluable tool for recommendation systems and advertising applications.

Machine-Learning-Books-With-Python

Machine-Learning-Books-With-Python

58%

Machine-Learning-Books-With-Python is an open-source GitHub repository designed to assist individuals in mastering machine learning concepts using Python. It offers comprehensive chapter-by-chapter notes, practical exercises, and corresponding code implementations for a variety of machine learning books. This resource is ideal for students and developers looking to deepen their understanding and practical skills in machine learning. The repository aims to provide a structured learning path, allowing users to follow along with popular textbooks and apply their knowledge directly through coding examples and solutions. It serves as a valuable companion for self-study and academic courses.

dl-docker

dl-docker

58%

dl-docker offers an all-in-one Docker image designed for deep learning, simplifying the setup process by pre-packaging popular frameworks such as TensorFlow, Caffe, Theano, Keras, and Torch. It supports both CPU and GPU configurations, with the GPU version including CUDA 8.0 and cuDNN v5. The image also comes with essential libraries like iPython/Jupyter Notebook, Numpy, SciPy, Pandas, Scikit Learn, Matplotlib, and OpenCV. Users can either pull pre-built CPU images from Docker Hub or build both CPU and GPU versions locally. This solution addresses the 'dependency hell' often encountered when installing multiple deep learning frameworks, providing an isolated and fully functional OS environment for development.

deep-learning-uncertainty

deep-learning-uncertainty

58%

deep-learning-uncertainty is an open-source repository dedicated to predictive uncertainty estimation in deep learning models. It offers a comprehensive literature survey, detailed paper reviews, and experimental setups for various baseline methods. The repository also includes a collection of implementations, making it a valuable resource for researchers and engineers. This tool is designed to help users understand, quantify, and improve the reliability of predictions made by deep learning models, addressing critical aspects of model trustworthiness and robustness. It serves as a central hub for exploring established and emerging techniques in uncertainty quantification.

domain-transfer-network

domain-transfer-network

58%

Domain Transfer Network (DTN) is a TensorFlow-based implementation for unsupervised cross-domain image generation. This tool enables users to transfer image characteristics from one domain to another, such as converting SVHN images to MNIST, without requiring paired training data. It is designed for researchers and developers interested in image synthesis and domain adaptation, providing a practical framework for experimenting with generative models. The repository includes Python scripts for dataset download, preprocessing, model pretraining, training, and evaluation, making it a comprehensive resource for those working with generative adversarial networks (GANs) and similar architectures.

dream-textures

dream-textures

58%

Dream Textures is a powerful Blender add-on that brings Stable Diffusion capabilities right into your 3D workflow. It enables artists to generate a wide range of assets, including textures, concept art, and background elements, simply by using text prompts. A key feature is its 'Seamless' option, which ensures textures tile perfectly without visible seams, making it invaluable for 3D modeling and game development. The tool also allows for re-styling animations using the Cycles render pass and offers 'Project Dream Texture' for texturing entire scenes with depth-to-image. Users can run models locally for faster iteration or utilize DreamStudio for cloud processing if hardware is limited. It also includes AI upscaling for low-resolution generations and a history feature to recall and manage past creations.

moa

moa

58%

MOA (Massive Online Analysis) is a popular open-source framework designed for Big Data stream mining. It provides a comprehensive suite of machine learning algorithms, including classification, regression, clustering, outlier detection, concept drift detection, and recommender systems. Built in Java, MOA is related to the WEKA project but is specifically engineered to handle more demanding, large-scale, and real-time data stream processing challenges. The framework is extensible, allowing users to integrate new mining algorithms, stream generators, or evaluation measures, and serves as a benchmark suite for the stream mining community.

faceID_beta

faceID_beta

58%

faceID_beta is an open-source project available on GitHub that provides an implementation of iPhone X's FaceID technology. It leverages face embeddings and siamese networks, processing RGBD images for facial recognition. The project is primarily presented as a Jupyter Notebook file, with an automatically generated Python file also available. This makes it particularly suitable for developers and researchers interested in understanding and experimenting with advanced facial recognition techniques. The repository includes details on the implementation and encourages users to explore the notebook version for a clearer understanding of the code's structure and functionality.

DriveLM

DriveLM

58%

DriveLM is an open-source project focused on advancing autonomous driving research through Graph Visual Question Answering (GVQA). It provides comprehensive datasets, DriveLM-Data, built upon nuScenes and CARLA, specifically designed for driving with language. The project also offers DriveLM-Agent, a VLM-based baseline approach for jointly performing GVQA and end-to-end driving. DriveLM serves as a main track in the CVPR 2024 Autonomous Driving Challenge, offering a baseline, test data, submission format, and evaluation pipeline. It addresses the community's challenges by providing a benchmark for driving with language, exploring embodied applications of LLMs/VLMs, and investigating closed-loop planning with language.