1463 Integrations with Python
View a list of Python integrations and software that integrates with Python below. Compare the best Python integrations as well as features, ratings, user reviews, and pricing of software that integrates with Python. Here are the current Python integrations in 2026:
-
1
Gradio
Gradio
Build & Share Delightful Machine Learning Apps. Gradio is the fastest way to demo your machine learning model with a friendly web interface so that anyone can use it, anywhere! Gradio can be installed with pip. Creating a Gradio interface only requires adding a couple lines of code to your project. You can choose from a variety of interface types to interface your function. Gradio can be embedded in Python notebooks or presented as a webpage. A Gradio interface can automatically generate a public link you can share with colleagues that lets them interact with the model on your computer remotely from their own devices. Once you've created an interface, you can permanently host it on Hugging Face. Hugging Face Spaces will host the interface on its servers and provide you with a link you can share. -
2
KeyCAPTCHA
KeyCAPTCHA
More than 50.000 sites worldwide use our protection. Improve your captcha in 5 minutes. We have captcha plugins for 19 popular content management systems such as Concrete5, phpBB, Simple Machines Forum, MediaWiki, PunBB, MyBB, Movable Type, DataLife Engine, Phorum, Woltlab BB, OpenCart, Pligg, and XOOPS. -
3
MosaicML
MosaicML
Train and serve large AI models at scale with a single command. Point to your S3 bucket and go. We handle the rest, orchestration, efficiency, node failures, and infrastructure. Simple and scalable. MosaicML enables you to easily train and deploy large AI models on your data, in your secure environment. Stay on the cutting edge with our latest recipes, techniques, and foundation models. Developed and rigorously tested by our research team. With a few simple steps, deploy inside your private cloud. Your data and models never leave your firewalls. Start in one cloud, and continue on another, without skipping a beat. Own the model that's trained on your own data. Introspect and better explain the model decisions. Filter the content and data based on your business needs. Seamlessly integrate with your existing data pipelines, experiment trackers, and other tools. We are fully interoperable, cloud-agnostic, and enterprise proved. -
4
Litestar
Litestar
Everything that's needed to build modern APIs, from data serialization and validation to websockets, ORM integration, session management, authentication and more. Litestar puts great emphasis on developer experience and performance: It's one of the fastest ASGI frameworks and developing with it is just as fast. Asynchronous at heart, but with synchronous execution not as a second class citizen: Synchronous applications run without performance penalties. Interfaces for various key/value stores that seamlessly integrate with your application and third party extensions. Response caching with minimal configuration and overhead to speed up response times. Response caching with minimal configuration and overhead to speed up response times. Session and JWT based authentication and utilities at your disposal to start building your authentication layer with ease. -
5
Sanic
Sanic
Intuitive API with smart defaults and no bloat allows you to get straight to work building your app. Build the way you want to build without letting your tooling constrain you. Built from the ground up with speed and scalability as a main concern. It is ready to power web applications big and small. Out of the box, it comes bundled with a web server ready to power your web applications. Sanic is one of the overall most popular frameworks on PyPI, and the top async enabled framework. The project is maintained and run by the community for the community. -
6
Giotto
Giotto
It is based on the concept of Model, View and Controllers. The framework is designed to enforce a clean style that results in code that is maintainable over a long period. Other popular web frameworks are built with a mindset of launching fast. This results in code that will deploy quickly, but falls under it’s own complexity after many iterations. An example of a controller process is Apache, or gunicorn. A manifest is given to the controller process when it is started. All incoming requests to the controller process will be routed to a program contained within the manifest. A manifest is just a collection of programs. A user makes a request to the controller process. This can be a web request, or a command line invocation, or any other action that is handled by a controller process. -
7
Growler
Growler
Growler is a web framework built atop asyncio, the asynchronous library described in PEP 3156 and added to the standard library in python 3.4. It takes a cue from the Connect & Express frameworks in the nodejs ecosystem, using a single application object and series of middleware to process HTTP requests. The custom chain of middleware provides an easy way to implement complex applications. The pip utility allows packages to provide optional requirements, so features may be installed only upon request. This meshes well with the minimal nature of the Growler project: don't install anything the user doesn't need. That being said, there are (will be) community packages that are blessed by the growler developers (after ensuring they work as expected and are well tested with each version of growler) that will be available as extras directly from the growler package. -
8
hug
hug
Drastically simplify API development over multiple interfaces. With hug, design and develop your API once, then expose it however your clients need to consume it. Be it locally, over HTTP, or through the command line - hug is the fastest and most modern way to create APIs on Python3. hug has been built from the ground up with performance in mind. It is built to consume resources only when necessary and is then compiled with Cython to achieve amazing performance. As a result, hug consistently benchmarks as one of the fastest Python frameworks and without question takes the crown as the fastest high-level framework for Python 3. hug makes it easy to expose multiple versions of your API. With hug you can simply specify what version or range of versions an endpoint supports and then automatically have that enforced and communicated to your API's users. -
9
Starlette
Starlette
Starlette includes an application class Starlette that nicely ties together all of its other functionality. A list of middleware to run for every request. A starlette application will always automatically include two middleware classes. ServerErrorMiddleware is added as the very outermost middleware, to handle any uncaught errors occurring anywhere in the entire stack. ExceptionMiddleware is added as the very innermost middleware, to deal with handled exception cases occurring in the routing or endpoints. Startup handler callables do not take any arguments and may be either standard functions or async functions. Shutdown handler callables do not take any arguments and may be either standard functions or async functions. -
10
AIOHTTP
AIOHTTP
Supports both client and server side of HTTP protocol, both client and server web-sockets out-of-the-box, and avoids callback hell and web-server with middlewares and pluggable routing. -
11
asyncio
asyncio
asyncio is used as a foundation for multiple Python asynchronous frameworks that provide high-performance network and web-servers, database connection libraries, distributed task queues, etc. asyncio is often a perfect fit for IO-bound and high-level structured network code. -
12
Falcon
Falcon
Falcon is a blazing fast, minimalist Python web API framework for building robust app backends and microservices. The framework works great with both asyncio (ASGI) and gevent/meinheld (WSGI). The Falcon web framework encourages the REST architectural style. Resource classes implement HTTP method handlers that resolve requests and perform state transitions. Falcon complements more general Python web frameworks by providing extra reliability, flexibility, and performance wherever you need it. A number of Falcon add-ons, templates, and complementary packages are available for use in your projects. We've listed several of these on the Falcon wiki as a starting point, but you may also wish to search PyPI for additional resources. -
13
CherryPy
CherryPy
CherryPy allows developers to build web applications in much the same way they would build any other object-oriented Python program. This results in smaller source code developed in less time. CherryPy is now more than ten years old, and it has proven to be fast and reliable. It is being used in production by many sites, from the simplest to the most demanding. In order to make the most of CherryPy, you should start with the tutorials that will lead you through the most common aspects of the framework. Once done, you will probably want to browse through the basics and advanced sections that will demonstrate how to implement certain operations. Finally, you will want to carefully read the configuration and extend sections that go in-depth regarding the powerful features provided by the framework. -
14
Gunicorn
Gunicorn
Gunicorn 'Green Unicorn' is a Python WSGI HTTP Server for UNIX. It's a pre-fork worker model. The Gunicorn server is broadly compatible with various web frameworks, simply implemented, light on server resources, and fairly speedy. -
15
Bottle
Bottle
Bottle is a fast, simple and lightweight WSGI micro web-framework for Python. It is distributed as a single file module and has no dependencies other than the Python Standard Library. Requests to function-call mapping with support for clean and dynamic URLs. Fast and pythonic built-in template engine and support for mako, jinja2 and cheetah templates. Convenient access to form data, file uploads, cookies, headers and other HTTP-related metadata. Built-in HTTP development server and support for paste, bjoern, gae, cherrypy or any other WSGI capable HTTP server. -
16
Quadratic
Quadratic
Quadratic enables your team to work together on data analysis to deliver faster results. You already know how to use a spreadsheet, but you’ve never had this much power. Quadratic speaks Formulas and Python (SQL & JavaScript coming soon). Use the language you and your team already know. Single-line formulas are hard to read. In Quadratic you can expand your recipes to as many lines as you need. Quadratic has Python library support built-in. Bring the latest open-source tools directly to your spreadsheet. The last line of code is returned to the spreadsheet. Raw values, 1/2D arrays, and Pandas DataFrames are supported by default. Pull or fetch data from an external API, and it updates automatically in Quadratic's cells. Navigate with ease, zoom out for the big picture, and zoom in to focus on the details. Arrange and navigate your data how it makes sense in your head, not how a tool forces you to do it. -
17
UnionML
Union
Creating ML apps should be simple and frictionless. UnionML is an open-source Python framework built on top of Flyte™, unifying the complex ecosystem of ML tools into a single interface. Combine the tools that you love using a simple, standardized API so you can stop writing so much boilerplate and focus on what matters: the data and the models that learn from them. Fit the rich ecosystem of tools and frameworks into a common protocol for machine learning. Using industry-standard machine learning methods, implement endpoints for fetching data, training models, serving predictions (and much more) to write a complete ML stack in one place. Data science, ML engineering, and MLOps practitioners can all gather around UnionML apps as a way of defining a single source of truth about your ML system’s behavior. -
18
Dify
Dify
Dify is an open-source platform designed to streamline the development and operation of generative AI applications. It offers a comprehensive suite of tools, including an intuitive orchestration studio for visual workflow design, a Prompt IDE for prompt testing and refinement, and enterprise-level LLMOps capabilities for monitoring and optimizing large language models. Dify supports integration with various LLMs, such as OpenAI's GPT series and open-source models like Llama, providing flexibility for developers to select models that best fit their needs. Additionally, its Backend-as-a-Service (BaaS) features enable seamless incorporation of AI functionalities into existing enterprise systems, facilitating the creation of AI-powered chatbots, document summarization tools, and virtual assistants. -
19
Howdy
Howdy
We help companies hire product-oriented developers at unparalleled rates, available to work in your time zone with the highest retention rate in the industry. Say goodbye to spoon-feeding contractors and hello to product-oriented devs who live and breathe the full product life cycle. From discovery to development, they sweat the small stuff to deliver a top-notch user experience.Hiring top developers shouldn’t feel like pinching pennies. Our squad has the chops to tackle any biz or industry challenge, all while keepin' your budget in check. Keeping your dev team happy, satisfied, and sticking around for the long haul is our specialty. And we've got the secret sauce and super special retention strategies to make it happen. -
20
E6 TRITIUM
Episode Six
From top 50 global banks to fintechs, E6 gives you the infrastructure to quickly deliver industry-leading payments solutions and the flexibility to adapt in real-time. No matter the changing trends, you’ll be in the lead with our payment technology. Stop letting decades-old technology hold back 21st-century opportunity. TRITIUM, E6's powerful payments platform, offers a solution flexible enough to redefine paytech, and secure and reliable enough to make your CIO smile. Whether you’re looking to modernize your payment technology stack, grow your business, or jump ahead of the competition, TRITIUM is the only choice. You didn’t get here by chance, tell us what you want to do. From launching new, innovative products to powering BaaS, TRITIUM offers a single, flexible payment platform that can power almost any payments use case. Our modern payment platform and technology will simplify your paytech stack and help you lower costs. -
21
Granica
Granica
The Granica AI efficiency platform reduces the cost to store and access data while preserving its privacy to unlock it for training. Granica is developer-first, petabyte-scale, and AWS/GCP-native. Granica makes AI pipelines more efficient, privacy-preserving, and more performant. Efficiency is a new layer in the AI stack. Byte-granular data reduction uses novel compression algorithms, cutting costs to store and transfer objects in Amazon S3 and Google Cloud Storage by up to 80% and API costs by up to 90%. Estimate in 30 mins in your cloud environment, on a read-only sample of your S3/GCS data. No need for budget allocation or total cost of ownership analysis. Granica deploys into your environment and VPC, respecting all of your security policies. Granica supports a wide range of data types for AI/ML/analytics, with lossy and fully lossless compression variants. Detect and protect sensitive data even before it is persisted into your cloud object store. -
22
Editor.do
Editor.do
Editor.do is an all-in-one online IDE and hosting platform that allows you to create, code, host and deploy stunning & fast static websites in seconds. You can easily deploy your site files or a zip containing all your project files to our NVMe SSD storage servers, ensuring the fastest possible loading speed for your site. Our IDE supports over 150 programming languages with real-time code rendering and a panel of shortcuts and tools to search, replace, cut, select, and quickly manipulate your code. Editor.do offers over 1000 free and open-source templates covering a wide range of categories and libraries that can be imported directly from GitHub. Plus, ChatGPT is integrated and is always close at hand to help you correct, complete, or improve your code or text. Editor.do is an ideal platform for developers and designers of all skill levels who want to create stunning, fast, and secure websites in a fraction of the time.Starting Price: $3 per month -
23
Authorizer
Authorizer
Build secure apps 10x faster. Low code tool and low cost deployment. Own your user data in your preferred database. Authenticate users with multiple auth recipes. Authorize users based on your business roles. OAuth2 and OpenID compatible APIs. Authentication and authorization have never been this simple before. Deploy production-ready Authorizer instance using one-click deployment options available. Open Authorizer instance endpoint in the browser. Sign up as an admin with a secure password. Configure environment variables from the dashboard. Authorizer object can be instantiated with JSON object. You can use Authorizer off the shelf and provide an amazing digital experience in just 3 minutes. We rather have you focused on your core business and build stuff that matters. Auth with best services baked in. Secure Session management implemented with HTTP-only cookies. Authorization Code flow implemented for mobile-based auth. -
24
Sweep AI
Sweep AI
Spend time reviewing code generated by AI, not writing it. Sweep generates repository-level code at your command. Cut down your dev time on mundane tasks, like tests, documentation, and refactoring. Review all changes by Sweep, directly in Github, and comment if any changes need to be made. Push the commit if all looks good. All you have to do is write a ticket, and Sweep will do all of the heavy-lifting for you, allowing you to focus on the more important engineering problems. -
25
Parsagon
Parsagon
Tell Parsagon what you want to do - our AI will write code to do it. -
26
Monster API
Monster API
Effortlessly access powerful generative AI models with our auto-scaling APIs, zero management required. Generative AI models like stable diffusion, pix2pix and dreambooth are now an API call away. Build applications on top of such generative AI models using our scalable rest APIs which integrate seamlessly and come at a fraction of the cost of other alternatives. Seamless integrations with your existing systems, without the need for extensive development. Easily integrate our APIs into your workflow with support for stacks like CURL, Python, Node.js and PHP. We access the unused computing power of millions of decentralised crypto mining rigs worldwide and optimize them for machine learning and package them with popular generative AI models like Stable Diffusion. By harnessing these decentralized resources, we can provide you with a scalable, globally accessible, and, most importantly, affordable platform for Generative AI delivered through seamlessly integrable APIs. -
27
dstack
dstack
dstack is an orchestration layer designed for modern ML teams, providing a unified control plane for development, training, and inference on GPUs across cloud, Kubernetes, or on-prem environments. By simplifying cluster management and workload scheduling, it eliminates the complexity of Helm charts and Kubernetes operators. The platform supports both cloud-native and on-prem clusters, with quick connections via Kubernetes or SSH fleets. Developers can spin up containerized environments that link directly to their IDEs, streamlining the machine learning workflow from prototyping to deployment. dstack also enables seamless scaling from single-node experiments to distributed training while optimizing GPU usage and costs. With secure, auto-scaling endpoints compatible with OpenAI standards, it empowers teams to deploy models quickly and reliably. -
28
Qtile
Qtile
Optimize your workflow by configuring your environment to fit how you work. Efficiently use screen real estate by automatically arranging windows with minimal visual cruft. It's easy to write your own layouts, widgets, and built-in commands. There's always someone to lend a hand when you need help. Leverage the full power and flexibility of the language to make it fit your needs. We aim to always support the last three versions of CPython, the reference Python interpreter. We usually support the latest stable version of PyPy as well. You can check the versions and interpreters we currently run our test suite against in our tox configuration file. -
29
Vaex
Vaex
At Vaex.io we aim to democratize big data and make it available to anyone, on any machine, at any scale. Cut development time by 80%, your prototype is your solution. Create automatic pipelines for any model. Empower your data scientists. Turn any laptop into a big data powerhouse, no clusters, no engineers. We provide reliable and fast data driven solutions. With our state-of-the-art technology we build and deploy machine learning models faster than anyone on the market. Turn your data scientist into big data engineers. We provide comprehensive training of your employees, enabling you to take full advantage of our technology. Combines memory mapping, a sophisticated expression system, and fast out-of-core algorithms. Efficiently visualize and explore big datasets, and build machine learning models on a single machine. -
30
AskYourDatabase
AskYourDatabase
Forget complex SQL or Python scripts, connect your database, and start chatting with your data. This plugin is a ChatGPT demo for further development. It only supports PostgreSQL, but you can copy and use it as a starting point for developing your own plugin. After you install it, you can try it with your PostgreSQL database, if you don't have one, you can try Vercel Postgres and get a free Postgres DB. -
31
Polars
Polars
Knowing of data wrangling habits, Polars exposes a complete Python API, including the full set of features to manipulate DataFrames using an expression language that will empower you to create readable and performant code. Polars is written in Rust, uncompromising in its choices to provide a feature-complete DataFrame API to the Rust ecosystem. Use it as a DataFrame library or as a query engine backend for your data models. -
32
Ever Efficient AI
Ever Efficient AI
Ever Efficient AI offers a powerful yet accessible AI automation platform helping businesses maximize efficiency - without hiring a full-time AI engineer on the team. Their flexible subscription plans connect you with AI experts who build customized data solutions tailored to your specific workflows and industry. No complex modeling or coding is required on your end. The collaborative process lets those with domain expertise guide tool development. EverEfficientAI's team manages the technical complexity behind the scenes, converting your datasets and processes into optimized AI systems. Bi-weekly agile sprints adapt the tools over time while providing transparency. With a focus on usability and rapid integration, EverEfficientAI makes advanced AI easily actionable by any organization. The future of work is here - are you ready to let your data work smarter for you?Starting Price: $3,497 per month -
33
StableCode
Stability AI
StableCode offers a unique way for developers to become more efficient by using three different models to help in their coding. The base model was first trained on a diverse set of programming languages from the stack-dataset (v1.2) from BigCode and then trained further with popular languages like Python, Go, Java, Javascript, C, markdown and C++. In total, we trained our models on 560B tokens of code on our HPC cluster. After the base model had been established, the instruction model was then tuned for specific use cases to help solve complex programming tasks. ~120,000 code instruction/response pairs in Alpaca format were trained on the base model to achieve this result. StableCode is the ideal building block for those wanting to learn more about coding, and the long-context window model is the perfect assistant to ensure single and multiple-line autocomplete suggestions are available for the user. This model is built to handle a lot more code at once. -
34
Enable hybrid cloud developers of all experience levels to write code with AI-generated recommendations. What if you could translate plain English to code? IBM watsonx Code Assistant allows you to do just that. Powered by IBM watsonx.ai foundation models (FM), IBM watsonx Code Assistant makes it easier for anyone to write code with AI-generated recommendations, bringing the power of IT automation to your entire organization as a strategic, accessible asset for more users—not just the subject-matter experts. This means automatically suggesting code for developers based on natural language inputs. IBM watsonx Code Assistant is infused with watsonx.ai FMs that are purpose-built, created with deployment efficiency in mind, and which enable organizations to customize the models, while also applying enterprise standards and best practices.
-
35
NVIDIA Holoscan
NVIDIA
NVIDIA® Holoscan is a domain-agnostic AI computing platform that delivers the accelerated, full-stack infrastructure required for scalable, software-defined, and real-time processing of streaming data running at the edge or in the cloud. Holoscan supports a camera serial interface and front-end sensors for video capture, ultrasound research, data acquisition, and connection to legacy medical devices. Use the NVIDIA Holoscan SDK’s data transfer latency tool to measure complete, end-to-end latency for video processing applications. Access AI reference pipelines for radar, high-energy light sources, endoscopy, ultrasound, and other streaming video applications. NVIDIA Holoscan includes optimized libraries for network connectivity, data processing, and AI, as well as examples to create and run low-latency data-streaming applications using either C++, Python, or Graph Composer. -
36
Intel Quantum Simulator
Intel Quantum Simulator
It is based on a complete representation of the qubit state but avoids the explicit representation of gates and other quantum operations in terms of matrices. Intel-QS uses the MPI (message-passing-interface) protocol to handle communication between the distributed resources used to store and manipulate quantum states. Intel-QS builds as a shared library which, once linked to the application program, allows to take advantage of the high-performance implementation of circuit simulations. The library can be built on a variety of different systems, from laptops to HPC server systems. -
37
Advanced Email Parser
aeparser.com
Advanced Email Parser is a powerful, user-friendly, and one of the oldest solutions on the market for automation for email processing. Email plays a great role in today's business, being an effective means of information exchange. Information received via email is often used in other applications. Advanced Email Parser makes email processing more effective, as it enables you to parse data, process it, and transfer it to other applications automatically. Extract data from email and store it in the database. Use database requests to generate and send personal emails. Parse orders received by email and save them as database records. Download HTML pages or files from the web and use them as attachments. Compress attachments as ZIP archives or other compression algorithms. Automate processing emails for your store, payment systems, or supporting services. Attach documents to the generated email response. -
38
Flojoy
Flojoy
Within 5 minutes of downloading Flojoy Studio, you'll be building and running powerful Python-based engineering and AI apps - all without any coding knowledge. Engineers use Flojoy Studio to stream measurements from robotics, microcontrollers, single board computers, test stations, and benchtop instruments to Flojoy Cloud. Once in Flojoy Cloud, this research data can be analyzed, archived, downloaded, and annotated by team members. Flojoy is the de facto resource for open-source instrument control in Python. Flojoy is on a mission to support every major motion platform (robotic arms, stepper motors, servos, linear actuators, pneumatics, and more) with first-class and open-source Python support.Starting Price: $150 per month -
39
Cirrascale
Cirrascale
Our high-throughput storage systems can serve millions of small, random files to GPU-based training servers accelerating overall training times. We offer high-bandwidth, low-latency networks for connecting distributed training servers as well as transporting data between storage and servers. Other cloud providers squeeze you with extra fees and charges to get your data out of their storage clouds, and those can add up fast. We consider ourselves an extension of your team. We work with you to set up scheduling services, help with best practices, and provide superior support. Workflows can vary from company to company. Cirrascale works to ensure you get the right solution for your needs to get you the best results. Cirrascale is the only provider that works with you to tailor your cloud instances to increase performance, remove bottlenecks, and optimize your workflow. Cloud-based solutions to accelerate your training, simulation, and re-simulation time.Starting Price: $2.49 per hour -
40
SysSCRIPT
Systech
SysSCRIPT™ is a beginner-friendly scripting solution that anyone can use for machine-to-machine applications or the Internet of Things. In a traditional M2M solution, custom software is created to execute on an embedded Linux operating system located on the gateway. This custom software may be created in Python, C, JavaScript, or any other programming language supported by Linux. This is a good solution, but requires significant development time, and must be created by experienced software engineers. With SysSCRIPT, the software development process is streamlined. Instead of months of expensive development time, this is reduced to just a few minutes – and can be done by non-engineering resources. The world of the Internet of Things becomes much simpler and more practical when integrators, VARS, and even end users are able to create applications to meet just about any need. -
41
Yamak.ai
Yamak.ai
Train and deploy GPT models for any use case with the first no-code AI platform for businesses. Our prompt experts are here to help you. If you're looking to fine-tune open source models with your own data, our cost-effective tools are specifically designed for the same. Securely deploy your own open source model across multiple clouds without the need to rely on third-party vendors for your valuable data. Our team of experts will deliver the perfect app tailored to your specific requirements. Our tool enables you to effortlessly monitor your usage and reduce costs. Partner with us and let our expert team address your pain points effectively. Efficiently classify your customer calls and automate your company’s customer service with ease. Our advanced solution empowers you to streamline customer interactions and enhance service delivery. Build a robust system that detects fraud and anomalies in your data based on previously flagged data points. -
42
Wasmer
Wasmer
Create apps that run everywhere, publish, share with the community, and deploy to the edge, globally. Serve sandboxed WebAssembly apps anywhere through a single runtime and do in days what others do in months. Using a binary for each platform and chip is the past. Rise above with lightweight containerized apps that simply run everywhere. Supports almost every programming language. Truly universal, runs everywhere & fast as native. Packages are limited by their languages no more. Collaborate across stacks, leverage the ecosystem, and contribute your own packages. Get the scalability of serverless and the reusability of the cloud. Deploy to the edge, save your users time and yourself money. Faster, affordable & indefinitely scalable. All languages are fully containerized & collaborative. Plug your own backend, compiler, or runner. Run apps at close to native speed and outperform the competition. -
43
Kestra
Kestra
Kestra is an open-source, event-driven orchestrator that simplifies data operations and improves collaboration between engineers and business users. By bringing Infrastructure as Code best practices to data pipelines, Kestra allows you to build reliable workflows and manage them with confidence. Thanks to the declarative YAML interface for defining orchestration logic, everyone who benefits from analytics can participate in the data pipeline creation process. The UI automatically adjusts the YAML definition any time you make changes to a workflow from the UI or via an API call. Therefore, the orchestration logic is defined declaratively in code, even if some workflow components are modified in other ways. -
44
Kolena
Kolena
Kolena AI is an enterprise automation platform designed for real estate, financial services, and insurance brands. It streamlines workflows by converting complex documents into structured, actionable outputs in minutes. Prebuilt AI agents handle tasks like lease abstractions, investment memos, rent roll spreadsheets, and compliance checklists, reducing manual effort and increasing accuracy. The platform also supports custom agents, allowing businesses to tailor automation to their unique workflows. With precision extraction, compliance validation, and integration into systems like Salesforce, Kolena AI enhances efficiency and consistency. Trusted by leading companies, it helps teams scale smarter by replacing manual reviews and legacy OCR with AI-powered automation. -
45
Ntropy
Ntropy
Ship faster integrating with our Python SDK or Rest API in minutes. No prior setups or data formatting. You can get going straight away as soon as you have incoming data and your first customers. We have built and fine-tuned custom language models to recognize entities, automatically crawl the web in real-time and pick the best match, as well as assign labels with superhuman accuracy in a fraction of the time. Everybody has a data enrichment model that is trying to be good at one thing, US or Europe, business or consumer. These models are poor at generalizing and are not capable of human-level output. With us, you can leverage the power of the world's largest and most performant models embedded in your products, at a fraction of cost and time. -
46
Surmount AI
Surmount AI
Easily link all of your equities, crypto, and forex investment accounts in one place to view, manage, and automate. Easily find & evaluate pre-built investment strategies with genuine track records. We handle all the hard parts and let you focus on building, testing, & monetizing your ideas. Test your strategy across any timeframe, prebuilt, or custom scenario to see how it would have performed and view powerful insights & areas for optimization. Rebalancing & tax loss harvesting are handled for you in the background. -
47
ZapHire
ZapHire
Find the perfect fit for your team faster with our AI-powered recruitment tool. Our algorithms rank, categorize, and curate candidates based on their skills, experience, and expertise, saving you time and money. ZapHire's AI conducts comprehensive background checks on candidates, using data from top channels like Github, Stackoverflow, Twitter, LinkedIn, and ProductHunt. With over 40 million indexed accounts and specialized algorithms, we provide accurate scores and ranks to help you confidently choose the best candidate for the job. Our candidate sourcing services leverage advanced AI technology to help you identify and attract top talent faster and more efficiently than ever before. Access to 40+ million candidate profiles to find the right fit for your job openings. AI algorithms quickly identify and filter candidates, helping you fill positions faster. Regularly updated insights so you can quickly identify the best candidates. -
48
Total Processing
Total Processing
Our expert team will help you avoid complex and unnecessary issues when taking payments. We make processing payments as seamless and secure as possible. Let your customers make payments online when and how they want with a seamless integration of payment methods. Make card payments even easier with our smart checkout solutions. Reduce cart abandonment and increase authorization rates. Manage your merchant account and online business with one seamless, flexible, integrated software. Accept payments on a huge range of ecommerce platforms, in-app services, payment plug-ins, shopping carts and custom solutions to enhance your payment pages. -
49
Google Cirq
Google
Cirq is a Python software library for writing, manipulating, and optimizing quantum circuits, and then running them on quantum computers and quantum simulators. Cirq provides useful abstractions for dealing with today’s noisy intermediate-scale quantum computers, where details of the hardware are vital to achieving state-of-the-art results. Cirq comes with built-in simulators, both for wave functions and for density matrices. These can handle noisy quantum channels using monte carlo or full density matrix simulations. In addition, Cirq works with a state-of-the-art wavefunction simulator: qsim. These simulators can be used to mock quantum hardware with the quantum virtual machine. Cirq is used to run experiments on Google's quantum processors. Learn more about the latest experiments and access the code to se how to run them yourself. -
50
Qiskit
IBM
Qiskit includes a comprehensive set of quantum gates and a variety of pre-built circuits so users at all levels can use Qiskit for research and application development. The transpiler translates Qiskit code into an optimized circuit using a backend’s native gate set, allowing users to program for any quantum processor. Users can transpile with Qiskit's default optimization, use a custom configuration or develop their own plugin. Qiskit helps users schedule and run quantum programs on a variety of local simulators and cloud-based quantum processors. It supports several quantum hardware designs, such as superconducting qubits and trapped ions. Ready to explore Qiskit’s capabilities for yourself? Learn how to run Qiskit in the cloud or your local Python environment.