Coding & Development
Browsing page 490 of AI tools for Coding & Development. Sorted by confidence score — our independent quality rating.
rocksdb
RocksDB is a high-performance, embeddable, persistent key-value store library developed and maintained by the Facebook Database Engineering Team. Built upon the foundational work of LevelDB, it is specifically optimized for modern hardware like flash drives and RAM. Its Log-Structured-Merge-Database (LSM) design allows for flexible tradeoffs between Write-Amplification-Factor (WAF), Read-Amplification-Factor (RAF), and Space-Amplification-Factor (SAF). A key differentiator is its multi-threaded compaction capability, making it highly suitable for managing and storing multiple terabytes of data within a single database instance. RocksDB provides a robust solution for developers needing fast, scalable, and persistent data storage within their applications.
Package Download History
Package Download History is a specialized data visualization tool hosted on Hugging Face Spaces, designed to help users monitor the download statistics of Python packages from PyPI. Similar to how GitHub Star History tracks repository stars, this tool focuses on package downloads, offering both cumulative and weekly trend data. Users can input specific Python package names to generate interactive charts, with an option to view data on a logarithmic scale for better visualization of packages with varying download volumes. This makes it an invaluable resource for developers, data scientists, and anyone interested in understanding the adoption and usage patterns of Python libraries.
Polymet (YC S24)
Polymet is an AI Product Designer that empowers product teams to rapidly create production-ready designs and front-end code. Users can simply explain their design requirements or provide an image, and Polymet will generate the interface. It supports designing entire products, individual components, or iterating on existing designs. The tool integrates seamlessly with existing design systems, allowing for the creation of new components and iteration on current ones. It also offers Figma import and export capabilities, and integrates with development workflows including GitHub, public & private npm packages, and Storybook. Polymet provides both a visual editor for granular control over layouts, spacing, and colors, and a code editor for full code control. It facilitates real-time team collaboration and allows for sharing live demos with stakeholders, automating the product development workflow from idea to design to code.
Awesome-Federated-Learning
Awesome-Federated-Learning is a curated list of federated learning publications, primarily re-organized from Arxiv. Hosted on GitHub, it serves as a valuable resource for researchers and practitioners interested in the field of federated learning. The repository includes a wide range of papers categorized by research areas such as statistical challenges, trustworthiness, system challenges, models and applications, and benchmarks. It highlights publications from top-tier conferences like ICML, NeurIPS, ICLR, CVPR, ACL, AAAI, and KDD, detailing their venue, year, targeting problem, and method. The latest updates and ongoing research are now maintained on the FedML repository, ensuring the list remains current and comprehensive.
xOne: 3D Scanner & 3D Editor
xOne is a mobile application designed to simplify the creation of 3D models from real-world objects. Utilizing advanced photogrammetry, LiDAR, and Gaussian Splatting technologies, it allows users to scan and generate realistic 3D models within minutes. The app features specialized scan modes, including Object Scan for small to medium items, Face Scan for human faces or busts, Auto Box Scan for cuboid objects, and Gaussian Splat Scan for landscapes or reflective items. Users can also edit or crop their scans directly within the app using its built-in editing tools. xOne supports various export formats like OBJ, GLTF, FBX, PLY, DAE, USD, and STL, making it suitable for augmented reality, 3D printing, and game development.
splatt3r
Splatt3R is the official implementation of a research project focused on zero-shot Gaussian Splatting from uncalibrated image pairs. This feed-forward model is designed to directly predict 3D Gaussians from standard images, eliminating the need for complex calibration processes. It is particularly useful for computer vision and 3D graphics applications where rapid 3D scene reconstruction from minimal input is critical. The tool provides an initial codebase, a research paper, a project webpage, and a Gradio demo for easy experimentation. Users can set up an Anaconda environment, compile CUDA kernels, and utilize pretrained models and data from ScanNet++ to train their own models or generate 3D scene representations.
spz
spz is an open-source file format developed by Niantic Labs for compressing 3D Gaussian splats. This format significantly reduces file sizes, typically by a factor of 10 compared to traditional PLY files, while maintaining virtually imperceptible visual quality. The project provides a robust C++ library for saving and loading .spz data, along with convenient Python bindings built using nanobind, making it accessible for various development environments. It supports configurable spherical harmonics quantization to balance file size and quality, and includes features like coordinate system conversions and vendor-specific extensions for camera limits. The format is designed for efficient storage and interoperability in 3D graphics applications.
stable-baselines3-contrib
stable-baselines3-contrib is an open-source contrib package for Stable-Baselines3, designed to host experimental reinforcement learning (RL) algorithms and tools. It aims to maintain the simplicity, documentation, and style of Stable-Baselines3 while allowing for the inclusion of less matured implementations, such as those from recent publications. This repository addresses the need for a flexible space where the community can contribute niche utilities, environment wrappers, extended support, and new learning algorithms that might not fit directly into the main Stable-Baselines3 repository. It currently features RL algorithms like Augmented Random Search (ARS), Quantile Regression DQN (QR-DQN), MaskablePPO, RecurrentPPO, Truncated Quantile Critics (TQC), Trust Region Policy Optimization (TRPO), and CrossQ, alongside Gym Wrappers like the Time Feature Wrapper.
SplatVFX
SplatVFX offers an experimental approach to 3D Gaussian Splatting within the Unity VFX Graph, enabling developers and VFX artists to integrate advanced real-time 3D rendering into their projects. While not production-ready, it provides a foundation for exploring complex visual effects and experimental graphics. Users can import `.splat` files, convert `.ply` files, and adjust capacity for larger point clouds. The tool highlights the potential of Gaussian Splatting in Unity, despite current limitations such as color space artifacts and projection inaccuracies, encouraging further development and experimentation in the field.
state-of-open-source-ai
The 'State of Open Source AI' is a comprehensive guide presented as an ebook, designed to bring clarity to the rapidly evolving landscape of open-source AI. It covers a wide range of topics, from model evaluations to deployment strategies, serving as a valuable resource for anyone looking to understand current innovations and avoid FOMO in the fast-paced AI world. The project is hosted on GitHub, encouraging community contributions to keep the content up-to-date. It also provides resources for discussion, including a dedicated Discord channel, Twitter, and a newsletter, fostering engagement within the open-source AI community.
Surprise
Surprise is an open-source Python scikit designed for building and analyzing recommender systems, specifically those dealing with explicit rating data. It offers users precise control over experiments, emphasizing clear documentation for algorithm details. The library simplifies dataset handling, allowing the use of built-in datasets like Movielens and Jester, as well as custom datasets. Surprise includes a variety of prediction algorithms, such as baseline algorithms, neighborhood methods, and matrix factorization-based approaches like SVD, PMF, SVD++, and NMF. It also provides various similarity measures and tools for evaluating, analyzing, and comparing algorithm performance, including cross-validation procedures and exhaustive parameter searches. The project is licensed under BSD 3-Clause, making it suitable for commercial applications.
structure_knowledge_distillation
Structure_knowledge_distillation is an open-source repository providing the official code for the paper 'Structured Knowledge Distillation for Semantic Segmentation' (CVPR 2019 ORAL) and its extension to other dense prediction tasks. This tool facilitates the transfer of structured knowledge from a larger, more complex teacher model to a smaller, more efficient student model. It includes implementations for pixel-wise, pair-wise, and holistic distillation methods, demonstrating improved performance on tasks like semantic segmentation, object detection, and depth estimation. The repository offers pre-trained models and detailed instructions for compiling and running tests, making it a valuable resource for researchers and practitioners in the field of computer vision.
StockSharp
StockSharp is a free, open-source platform designed for algorithmic and quantitative trading, allowing users to develop sophisticated trading robots for a wide array of global markets. This includes crypto exchanges, American, European, Asian, and Russian stock markets, futures, options, Bitcoins, and forex. Users can engage in manual trading or implement automated trading strategies, including conventional and high-frequency trading (HFT). The platform offers various components like Designer for visual strategy creation and C# editing, Hydra for market data loading and storage, and Terminal for charting and trading. Its API, a free C# library, empowers programmers to build any trading strategy, from long-timeframe positional to HFT with direct exchange access.
tensorflow-deepq
tensorflow-deepq offers a foundational demonstration of deep Q-learning principles implemented with Google TensorFlow. This open-source project provides a basic framework for understanding and experimenting with reinforcement learning tasks, particularly focusing on how a DeepQ controller can learn strategies within a simulated environment. Users can define custom controllers and simulations, observe states, collect rewards, and perform actions. While the repository is noted as obsolete by its maintainer, with a more complete implementation available from OpenAI, it still serves as a valuable educational resource for those looking to grasp the core concepts of deep Q-learning and its application using TensorFlow. It includes functionalities for creating GIF animations of learned strategies.
Stravaeger
Stravaeger, formerly known as Valtima IV, is a retro role-playing game inspired by early Ultima series titles, integrating survival and crafting elements found in modern games like Valheim. Players are immersed in a vast, procedurally generated open world featuring hand-crafted scenery, structures, towns, cities, and castles. The game emphasizes exploration, resource gathering, and combat, with players needing to craft better gear to survive against various dangers. Essential mechanics include managing food, rest, shelter, and comfort to avoid death. Players can build their own bases for safety, storage, cooking, and rest. Additionally, cities and towns offer sanctuary where combat is forbidden, providing opportunities to interact with NPCs for valuable information and quests. The game offers a rich, evolving world where strategic decisions impact survival.
iamlive
iamlive is an open-source tool designed to generate Identity and Access Management (IAM) policies for AWS, Azure, and Google Cloud (GCP) environments. It achieves this by monitoring client-side calls using either client-side monitoring (CSM) or an embedded proxy. This functionality is crucial for developers and security professionals aiming to implement the principle of least privilege, ensuring that services and users only have the necessary permissions. The tool supports various modes, including CSM for AWS and proxy mode for all three cloud providers, allowing for flexible integration into existing workflows. It can be installed via pre-built binaries, Go build, Homebrew, Docker, or as a GitHub Action, making it accessible across different development setups. iamlive helps streamline the process of creating precise IAM policies, reducing the risk of overly permissive access.
How to test your SaaS pricing in 5 minutes instead of guessing for 6 months
RightPrice is a pricing validation platform designed for SaaS companies, agencies, and anyone with a priced offering. It allows users to test their pricing strategy in minutes, rather than guessing for months. The tool works by having AI-simulated buyers, modeled on the user's actual target audience, pressure-test the offer and price. Users provide details about their product, price, and target audience, and RightPrice generates a confidence score, a suggested price range, and specific buyer feedback. This data-backed approach helps identify optimal price points, reducing revenue loss due to incorrect pricing and accelerating growth. It's part of the broader Right Suite of go-to-market tools.
I was tired of spending 30 mins just to run a repo, so I built this
RepoFix is a tool designed to drastically cut down the time developers spend on setting up new or existing repositories. By automating the configuration, dependency installation, and environment setup processes, it transforms a task that could take 30 minutes into a matter of minutes. This efficiency gain is particularly valuable for development teams working with multiple codebases or frequently onboarding new members. RepoFix aims to streamline the initial project setup, allowing developers to dive into coding faster and reduce the overhead associated with getting a project operational.
I built a real-time blind tasting party app — from wine nights with paper scoresheets to 16 categories and AI label scanning
Tasting Party is a free, web-based application designed to host social blind tasting events for various categories like wine, bourbon, beer, cocktails, and even non-alcoholic items like pizza and chocolate. Users can set up a tasting in under a minute, add items, and share a party code or QR with guests. Guests then rate each item, pick flavors, and guess prices directly from their phones without needing to download an app or sign up. The platform culminates in "The Big Reveal," where identities are disclosed, winners are crowned, and themed awards like "Smooth Operator" are given. It supports 16 categories, each with tailored ratings, aromas, and awards, making it a versatile tool for any social gathering.
I built a message board where you pay to be the homepage
Say That Sh** is a unique message board platform where visibility is determined by a bidding system. Users can post messages for free, but to guarantee prime placement on the homepage, they must outbid the current message. This creates a dynamic marketplace for attention, blending social interaction with a competitive monetization model. The platform transparently states that 25% of its revenue is donated to the Electronic Frontier Foundation (EFF), adding a philanthropic aspect to its operation. It functions as a digital billboard where the only algorithm is the user's wallet, offering a direct way to get a message seen by the world.
I finally finished a project
Daily Game Spot provides a centralized hub for popular daily games, offering users a single destination to access a wide range of challenges. The platform features categories such as word games, geography, music, trivia, sports, and films/TV, ensuring a diverse selection for different interests. Users can easily find games like Wordle, Connections, and Globle, with new and popular options highlighted. The site emphasizes a free-to-play model with no sign-up required, making it accessible for casual gamers looking for quick, engaging daily entertainment. It also includes a 'Random Game' feature for discovery and allows users to suggest new games.
CypherScribe
CypherScribe is a no-code platform designed to rapidly create and launch interactive, SEO-optimized developer documentation. Users can connect their data sources, customize the appearance with themes, colors, and logos, and claim a custom subdomain for their documentation app, all without writing a single line of code. The platform supports a wide range of content types including headings, paragraphs, tables, code blocks, media, lists, and accordions, and even allows PDF/CSV uploads. It features a rich editor with Markdown support and custom blocks for multilingual code snippets, banners, and toasts. CypherScribe also includes built-in SEO optimization, a search algorithm, and an AI bot trained on your data to assist users. It aims to offload documentation burdens from development teams by providing a fast, customizable, and performant solution.
AutoFlow Studio
NativeBridge.io offers a seamless solution for running native mobile applications directly in a browser, eliminating the need for complex setups. It supports both Android and iOS, providing access to real and emulated devices for comprehensive testing and demonstrations. This platform is designed to facilitate instant demos, reviews, collaboration, and testing, making it an ideal tool for developers and teams. By offering a fast and accessible environment, NativeBridge.io streamlines the mobile app development lifecycle, ensuring that applications can be tested and shared efficiently across various devices without any prior configuration.
Bit Digital | NASDAQ: BTBT
Bit Digital (NASDAQ: BTBT) is a publicly traded digital asset platform specializing in Ethereum-native treasury and staking strategies. The company began accumulating and staking ETH in 2022, establishing itself as a significant player in institutional Ethereum staking infrastructure. Its platform offers advanced validator operations, institutional-grade custody, active protocol governance, and yield optimization. Through strategic partnerships within the Ethereum ecosystem, Bit Digital provides secure, scalable, and compliant access to onchain yield. Additionally, Bit Digital holds a majority equity stake in WhiteFiber (NASDAQ: WYFI), offering strategic exposure to AI and High-Performance Computing (HPC) infrastructure growth, diversifying its portfolio beyond digital asset volatility. This dual focus positions Bit Digital at the convergence of economic and intelligence infrastructure.