Showing 95 open source projects for "python::module"

View related business solutions
  • Gen AI apps are built with MongoDB Atlas Icon
    Gen AI apps are built with MongoDB Atlas

    The database for AI-powered applications.

    MongoDB Atlas is the developer-friendly database used to build, scale, and run gen AI and LLM-powered apps—without needing a separate vector database. Atlas offers built-in vector search, global availability across 115+ regions, and flexible document modeling. Start building AI apps faster, all in one place.
    Start Free
  • Cloud-based help desk software with ServoDesk Icon
    Cloud-based help desk software with ServoDesk

    Full access to Enterprise features. No credit card required.

    What if You Could Automate 90% of Your Repetitive Tasks in Under 30 Days? At ServoDesk, we help businesses like yours automate operations with AI, allowing you to cut service times in half and increase productivity by 25% - without hiring more staff.
    Try ServoDesk for free
  • 1
    Ant Design Pro

    Ant Design Pro

    Out-of-box UI solution for enterprise applications

    An out-of-box UI solution for enterprise applications as a React boilerplate. Ant Design Pro is a production-ready solution for admin interfaces. Built on the design principles developed by Ant Design, this project introduces higher level components; we have developed templates, components, and a corresponding design kit to improve the user and development experience for admin interfaces. Ant Design Pro is a front-end scaffolding. By default, readers have already understood some basic...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    bundlejs

    bundlejs

    An online tool to quickly bundle & minify your projects

    bundlejs is a web-based JavaScript bundle size analyzer that helps developers understand the impact of their dependencies. It provides real-time insights into bundle size, minification, and tree-shaking effectiveness.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    ngx-auth-firebaseui

    ngx-auth-firebaseui

    Angular Material UI component for firebase authentication

    Open Source Library for Angular Web Apps to integrate a material user interface built for firebase authentication. Angular UI component for firebase authentication. This library is an angular module (including angular components and services) that allows to authenticate your users with your firebase project. NgxAuthFirebseUI is compatible with angular material and angular flexLayout. It uses a responsive and accessible web design UX/UI from google material concepts and components (supporting desktop, tablet and mobile view) incl. smooth animations for a better UX. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    Intern

    Intern

    A next-generation code testing stack for JavaScript

    Intern is a complete test system for JavaScript designed to help you write and run consistent, high-quality test cases for your JavaScript libraries and applications. It can be used to test any JavaScript code. Intern is minimally prescriptive and enforces only a basic set of best practices designed to ensure your tests stay maintainable over time. Its extensible architecture allows you to write custom test interfaces, executors, and reporters to influence how your tests run & easily...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Create and run cloud-based virtual machines. Icon
    Create and run cloud-based virtual machines.

    Secure and customizable compute service that lets you create and run virtual machines.

    Computing infrastructure in predefined or custom machine sizes to accelerate your cloud transformation. General purpose (E2, N1, N2, N2D) machines provide a good balance of price and performance. Compute optimized (C2) machines offer high-end vCPU performance for compute-intensive workloads. Memory optimized (M2) machines offer the highest memory and are great for in-memory databases. Accelerator optimized (A2) machines are based on the A100 GPU, for very demanding applications.
    Try for free
  • 5
    GraphQL Koa Middleware

    GraphQL Koa Middleware

    Create a GraphQL HTTP server with Koa

    Create a GraphQL HTTP server with Koa. This module includes a TypeScript declaration file to enable auto-complete in compatible editors and type information for TypeScript projects. By default, the koa request is passed as the GraphQL context. Since most koa middleware operates by adding extra data to the request object, this means you can use most koa middleware just by inserting it before graphqlHTTP is mounted.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    Apache SkyWalking Rocketbot UI

    Apache SkyWalking Rocketbot UI

    SkyWalking RocketBot UI

    ...End-to-end distributed tracing. Service topology analysis, service-centric observability and API dashboards. Java, .Net Core, PHP, NodeJS, Golang, LUA, Rust, C++, Client JavaScript and Python agents with active development and maintenance. Rover agent works as a metrics collector and profiler powered by eBPF to diagnose CPU and network performance. 100+ billion telemetry data could be collected and analyzed from one SkyWalking cluster. Metrics, Traces, and Logs from mature ecosystems are supported, e.g. Zipkin, OpenTelemetry, Prometheus, Zabbix, Fluentd. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7

    truthy

    Open source headless CMS API written using NestJS, that has pre built

    Open source headless CMS API written using NestJS, that has pre built modules like User Management, Role Management, Permission Management, Email Module, Account Settings, OTP, Throttling, RBAC support, Localization, and many more.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    TensorFlow.js models

    TensorFlow.js models

    Pretrained models for TensorFlow.js

    ...New models should have a test NPM script. You can run the unit tests for any of the models by running "yarn test" inside a directory. Use off-the-shelf JavaScript models or convert Python TensorFlow models to run in the browser or under Node.js. Build and train models directly in JavaScript using flexible and intuitive APIs. Develop ML models in JavaScript, and use ML directly in the browser or in Node.js.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    NativeScript Schematics

    NativeScript Schematics

    nativescript, mobile, schematics, angular

    nativescript-schematics is a tool for generating and managing NativeScript projects using Angular CLI. It simplifies project scaffolding and code generation for NativeScript and Angular hybrid applications.
    Downloads: 0 This Week
    Last Update:
    See Project
  • AestheticsPro Medical Spa Software Icon
    AestheticsPro Medical Spa Software

    Our new software release will dramatically improve your medspa business performance while enhancing the customer experience

    AestheticsPro is the most complete Aesthetics Software on the market today. HIPAA Cloud Compliant with electronic charting, integrated POS, targeted marketing and results driven reporting; AestheticsPro delivers the tools you need to manage your medical spa business. It is our mission To Provide an All-in-One Cutting Edge Software to the Aesthetics Industry.
    Learn More
  • 10
    AvoRed

    AvoRed

    AvoRed an Open Source Laravel Shopping Cart

    ...It's an ingenious and modular eCommerce that is easily customizable according to your needs, with a modern responsive mobile-friendly interface as default. Our Product Management module is extremely simple to learn so that you can easily manage Product Categories, Images, Attributes, and Properties. This gives you more time to focus on your core business activities. When it comes to ordering management, AvoRed keeps track of the order itself and manages data for the customer. It also gives you information regarding your product's inventory and the quantity available to fill your orders. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    GraphQL HTTP Server Middleware

    GraphQL HTTP Server Middleware

    Create a GraphQL HTTP server with Express

    Create a GraphQL HTTP server with any HTTP web framework that supports connect styled middleware, including Connect itself, Express and Restify. This module includes a TypeScript declaration file to enable auto complete in compatible editors and type information for TypeScript projects. Use .get or .post (or both) rather than .use to configure your route handler. If you want to show GraphiQL in the browser, set graphiql, true on your .get handler. An optional function for adding additional metadata to the GraphQL response as a key-value object is provided. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    0x Monorepo

    0x Monorepo

    0x protocol monorepo - includes our smart contracts

    ...Visit our developer portal for a comprehensive list of core & community-maintained packages. All packages maintained with this monorepo are listed. You will also need to have Python 3 installed, in order to build and run the tests of abi-gen's command-line interface, which is integrated with the yarn build, yarn test, and yarn lint commands described below. More specifically, your local pip should resolve to the Python 3 version of pip, not a Python 2.x version.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 13
    React PWA

    React PWA

    An upgradable boilerplate for Progressive web applications (PWA)

    ...The very difficulty faced when developing enterprise applications is code splitting. We don't need everything in a single JS file. Why not create individual JS files for each respective module/page! We make it really easy here to just create a page that returns an array of routes.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    electron-webpack

    electron-webpack

    Scripts and configurations to compile Electron applications

    ...If you’ve been in the JavaScript world for even a short period of time, you are very aware that things are always changing, and development setup is no exclusion. Putting all development scripts into a single updatable module just makes sense. Sure a full-featured boilerplate works too, but doing also involves needing to manually update those pesky webpack configuration files that some may call magic when something new comes out.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Windows-Build-Tools

    Windows-Build-Tools

    Install C++ Build Tools for Windows using npm

    Windows-Build-Tools is a Node.js installer that provides a straightforward way to set up the necessary build tools on Windows, including the Visual C++ Build Tools and Python, facilitating the compilation of native Node.js modules.
    Downloads: 12 This Week
    Last Update:
    See Project
  • 16
    Notadd

    Notadd

    A microservice development architecture based on nest.js.

    Notadd is an open-source, Nest.js framework-based microservice development architecture that allows you to build a microservices system using the right modules and addons for different business needs. Notadd officially provides an abstract public service layer. Within the service layer, each module provides the Grpc interface for the Notadd main program to call. For example, a CMS system, you can use the officially provided nt-module-cms and nt-module-user modules as the underlying service layer. Then use the Notadd main program to write your API layer code according to the protobuf message protocol defined by the service layer. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    brain.js

    brain.js

    GPU accelerated Neural networks in JavaScript for Browsers

    GPU accelerated Neural networks in JavaScript for Browsers and Node.js. brain.js is a GPU accelerated library for Neural Networks written in JavaScript. Brain.js depends on a native module headless-go for GPU support. In most cases installing brain.js from npm should just work. However, if you run into problems, this means prebuilt binaries are not able to download from GitHub repositories and you might need to build it yourself. Brain.js is super simple to use. You do not need to know Neural Networks in detail to work with this. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    SB Admin in Angular 13 and Bootstrap 5

    SB Admin in Angular 13 and Bootstrap 5

    Simple Dashboard Admin App built using Angular 8 and Bootstrap 4

    ...Note that this seed project requires node >=v12.0.0 and npm >=6. Run ng generate component component-name to generate a new component. You can also use ng generate directive/pipe/service/class/module. Run ng test to execute the unit tests via Karma. Run ng e2e to execute the end-to-end tests via Protractor. Before running the tests make sure you are serving the app via ng serve.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Oyente

    Oyente

    An Analysis Tool for Smart Contracts

    A container with the required dependencies configured can be found here. The image is however outdated. We are working on pushing the latest image to dockerhub for your convenience. If you experience any issues with this image, please try to build a new docker image by pulling this codebase before open an issue. A collection of the utilities that were developed for the paper are in misc_utils. Use them at your own risk - they have mostly been disposable. This is an improved version of the...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Emmet

    Emmet

    The essential toolkit for web-developers

    With Emmet, you can type expressions (abbreviations) similar to CSS selectors and convert them into code fragment with a single keystroke. As a web-developer, you already know how to use Emmet. Abbreviation syntax is similar to CSS Selectors with shortcuts for id, class, custom attributes, element nesting and so on. Unlike default editor snippets, Emmet abbreviations are dynamic and parsed as-you-type. No need to predefine them for each project, just type MyComponent>custom-element to...
    Downloads: 6 This Week
    Last Update:
    See Project