Search Results for "python framework" - Page 25

Showing 1519 open source projects for "python framework"

View related business solutions
  • Get the most trusted enterprise browser Icon
    Get the most trusted enterprise browser

    Advanced built-in security helps IT prevent breaches before they happen

    Defend against security incidents with Chrome Enterprise. Create customizable controls, manage extensions and set proactive alerts to keep your data and employees protected without slowing down productivity.
    Download Chrome
  • 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
  • 1
    pwncat

    pwncat

    Fancy reverse and bind shell handler

    pwncat is a command and control framework that turns a basic reverse or bind shell into a fully-featured exploitation platform. After initial connection, the framework will probe the remote system to identify useful binaries natively available on the target system. It will then attempt to start a pseudoterminal on the remote host and provide you with raw terminal access. pwncat doesn’t stop there, though. On top of raw terminal access, pwncat can programmatically interact with the remote host...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    VSGAN

    VSGAN

    VapourSynth Single Image Super-Resolution Generative Adversarial

    Single Image Super-Resolution Generative Adversarial Network (GAN) which uses the VapourSynth processing framework to handle input and output image data. Transform, Filter, or Enhance your input video, or the VSGAN result with VapourSynth, a Script-based NLE. You can chain models or re-run the model twice-over (or more). Have low VRAM? Don’t worry! The Network will be applied in quadrants of the image to reduce up-front VRAM usage. You can use any RGB video input, including float32 (e.g., RGBS...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    Volume Calculator

    Volume Calculator

    This calculator is to easily calculate the volume of geometric solids

    This calculator is to easily calculate the volume of geometric solids including a Cylinder, Cone, Cuboid, and Sphere. The input values can be given in multiple metric/units: mm, cm, in, and the volume of every shape is calculated differently using different formulas. User can select the desired shape from the Shape drop-down list and the entry fields will automatically configure as per input requirements for each mentioned shape. Application is built using Python programing language (3.10...
    Downloads: 5 This Week
    Last Update:
    See Project
  • 4
    SVoice (Speech Voice Separation)

    SVoice (Speech Voice Separation)

    We provide a PyTorch implementation of the paper Voice Separation

    SVoice is a PyTorch-based implementation of Facebook Research’s study on speaker voice separation as described in the paper “Voice Separation with an Unknown Number of Multiple Speakers.” This project presents a deep learning framework capable of separating mixed audio sequences where several people speak simultaneously, without prior knowledge of how many speakers are present. The model employs gated neural networks with recurrent processing blocks that disentangle voices over multiple...
    Downloads: 1 This Week
    Last Update:
    See Project
  • Photo and Video Editing APIs and SDKs Icon
    Photo and Video Editing APIs and SDKs

    Trusted by 150 million+ creators and businesses globally

    Unlock Picsart's full editing suite by embedding our Editor SDK directly into your platform. Offer your users the power of a full design suite without leaving your site.
    Learn More
  • 5

    RCDCap

    RCDCap is a remote capture preprocessor

    RCDCap is a packet processing framework. At its core, it incorporates basic mechanisms for local and remote capturing and decapsulation of packets (CISCO ERSPAN and HP ERM are supported). It can be extended to support many types of packet-based traffic analysis by creating plug-ins and loading them in the main application. It includes many optimizations to ensure high performance traffic processing. Some of them are: multithreaded traffic processing; explicit thread pinning; configurable packet...
    Downloads: 5 This Week
    Last Update:
    See Project
  • 6
    SLM Lab

    SLM Lab

    Modular Deep Reinforcement Learning framework in PyTorch

    SLM Lab is a modular and extensible deep reinforcement learning framework designed for research and practical applications. It provides implementations of various state-of-the-art RL algorithms and emphasizes reproducibility, scalability, and detailed experiment tracking. SLM Lab is structured around a flexible experiment management system, allowing users to define, run, and analyze RL experiments efficiently.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    Vamos Automotive Simulator
    Vamos is an automotive simulation framework with an emphasis on thorough physical modeling and good C++ design. Vamos includes a real-time, first-person, 3D driving application.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 8
    Microsoft Bot Framework SDK

    Microsoft Bot Framework SDK

    Tool for building conversation applications

    Bot Framework provides the most comprehensive experience for building conversation applications. With the Bot Framework SDK, developers can build bots that converse free-form or with guided interactions including using simple text or rich cards that contain text, images, and action buttons. Developers can model and build sophisticated conversation using their favorite programming languages including C#, JS, Python and Java or using Bot Framework Composer, an open-source, visual authoring canvas...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 9
    Automation Orchestrator

    Automation Orchestrator

    Automation Orchestrator application to orchestrate digital processes

    The Automation Orchestrator allows you to run a local Django Web Application to administrate and orchestrate automation scripts such as Nintex RPA botflows but you may also orchestrate other automation such as Python scripts, batch files, and other RPA tools. The Automation Orchestrator is tested with and supports Nintex RPA version = 15.1. As described on the official Django project site, it "is a high-level Python Web framework that encourages rapid development and clean, pragmatic design...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Secure remote access solution to your private network, in the cloud or on-prem. Icon
    Secure remote access solution to your private network, in the cloud or on-prem.

    Deliver secure remote access with OpenVPN.

    OpenVPN is here to bring simple, flexible, and cost-effective secure remote access to companies of all sizes, regardless of where their resources are located.
    Get started — no credit card required.
  • 10
    Nameko

    Nameko

    Python framework for building microservices

    Write regular Python methods and classes to implement your service. Nameko will manage connections, transports, and concurrency for you. Spin up multiple service instances to easily scale out. Nameko gives you effortless concurrency by yielding workers when they wait for I/O, leaving you free to handle many requests without the worry of threading. Nameko is compatible with almost any protocol, transport or database. Simply use the built-in extensions, build your own or leverage the community...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    MaskFormer

    MaskFormer

    Per-Pixel Classification is Not All You Need for Semantic Segmentation

    MaskFormer is a unified framework for image segmentation developed by Facebook Research, designed to bridge the gap between semantic, instance, and panoptic segmentation within a single architecture. Unlike traditional segmentation pipelines that treat these tasks separately, MaskFormer reformulates segmentation as a mask classification problem, enabling a consistent and efficient approach across multiple segmentation domains. Built on top of Detectron2, it supports a wide range of datasets...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    MoCo v3

    MoCo v3

    PyTorch implementation of MoCo v3

    MoCo v3 is a PyTorch reimplementation of Momentum Contrast v3 (MoCo v3), Facebook Research’s state-of-the-art self-supervised learning framework for visual representation learning using ResNet and Vision Transformer (ViT) backbones. Originally developed in TensorFlow for TPUs, this version faithfully reproduces the paper’s results on GPUs while offering an accessible and scalable PyTorch interface. MoCo v3 introduces improvements for training self-supervised ViTs by combining contrastive...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    xsser

    xsser

    XSSer: Cross Site Scripter

    Cross Site "Scripter" is an automatic -framework- to detect, exploit and report XSS vulnerabilities in web-based applications. XSSer v1.8-3.tar.gz -> md5: 3058a17a1599b0ece5c722fd2e7ff455 XSSer v1.8-3.zip -> md5:840d94fe8d297ec3bbea70fb3bd57f0e
    Downloads: 2 This Week
    Last Update:
    See Project
  • 14
    StreamAlert

    StreamAlert

    StreamAlert is a serverless, realtime data analysis framework

    StreamAlert is a serverless, real-time data analysis framework that empowers you to ingest, analyze, and alert on data from any environment, using data sources and alerting logic you define. Computer security teams use StreamAlert to scan terabytes of log data every day for incident detection and response. Incoming log data will be classified and processed by the rules engine. Alerts are then sent to one or more outputs. Rules are written in Python; they can utilize any Python libraries...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    FormatFuzzer

    FormatFuzzer

    FormatFuzzer is a framework for generation and parsing of binary input

    FormatFuzzer is a framework for high-efficiency, high-quality generation and parsing of binary inputs. It takes a binary template that describes the format of a binary input and generates an executable that produces and parses the given binary format. ​
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Detectron2

    Detectron2

    Next-generation platform for object detection and segmentation

    Detectron2 is Facebook AI Research's next generation software system that implements state-of-the-art object detection algorithms. It is a ground-up rewrite of the previous version, Detectron, and it originates from maskrcnn-benchmark. It is powered by the PyTorch deep learning framework. Includes more features such as panoptic segmentation, Densepose, Cascade R-CNN, rotated bounding boxes, PointRend, DeepLab, etc. Can be used as a library to support different projects on top of it. We'll open...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17

    noteq

    Framework for clinical Tinnitology and Epigenetical mechanics.

    ... and The Independent Loop Quantum Gravity Technology Group. The designer, developer, maintainer, distributor and Python 3-programmer of the API (application programming interface) and Framework for clinical Tinnitology and Epigenetical mechanics. 1990-2022.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18

    SysBioTK

    A protein database management toolkit

    SysBioTK is a framework which aims to aid in the management of information on proteins from several databases, storing the information in a library. Several search functions are also included in order to filter the proteins in the library. Support for different screenings, such as control groups, is also included. The tool also allows to extract the GeneOntology of the protein/gene list and is able to perform several statiscal tests on the data. This is a renamed and improved version...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    TorchGAN

    TorchGAN

    Research Framework for easy and efficient training of GANs

    The torchgan package consists of various generative adversarial networks and utilities that have been found useful in training them. This package provides an easy-to-use API which can be used to train popular GANs as well as develop newer variants. The core idea behind this project is to facilitate easy and rapid generative adversarial model research. TorchGAN is a Pytorch-based framework for designing and developing Generative Adversarial Networks. This framework has been designed to provide...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    BINPython

    BINPython

    Lightweight and small portable Python, build with pyinstaller

    Downloads: 0 This Week
    Last Update:
    See Project
  • 21

    PCRaster

    PCRaster environmental modeling software

    ...) include a rich set of spatial operations for manipulating and analysing raster maps. A Python framework supports Monte Carlo simulations and data assimilation (Ensemble Kalman Filter and Particle Filter). The Aguila tool allows for the interactive visualisation of stochastic spatio-temporal data.
    Downloads: 5 This Week
    Last Update:
    See Project
  • 22
    ReconSpider

    ReconSpider

    Most Advanced Open Source Intelligence (OSINT) Framework

    ReconSpider is most Advanced Open Source Intelligence (OSINT) Framework for scanning IP Addresses, Emails, Websites, and Organizations and find out information from different sources. ReconSpider can be used by Infosec Researchers, Penetration Testers, Bug Hunters, and Cyber Crime Investigators to find deep information about their target. ReconSpider aggregate all the raw data, visualize it on a dashboard, and facilitate alerting and monitoring on the data. Recon Spider also combines...
    Downloads: 10 This Week
    Last Update:
    See Project
  • 23
    FlaskBB

    FlaskBB

    A classic Forum Software in Python using Flask

    ... can customize every template in FlaskBB. Besides that, you can also install community-made themes. Our goal is to develop a forum system with modern technologies and sticking to already well-tested and approved layouts. FlaskBB is a simple and extensible forum software that should be seen as the foundation for building communities. It is written in Python using the web framework Flask. FlaskBB is being distributed under the BSD 3-Clause License.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    proreports

    proreports

    Simple Reporting System

    ... or Python). This give him very high flexibility because in this format there are almost no limits and this is the true power of this simple system.To the system we can attach own plug-ins written in PHP5 or JAVA. System is rather framework for programming reports (and not only - is a good tool for building REST API microservices) than drag&drop tool.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Admin4

    Admin4

    portable administration tool for LDAP, DNS, IMAP, PostgreSQL and more

    Admin4 is a tool for server maintenance via several plugin modules. Currently, plugins for BIND DNS, LDAP, IMAP and PostgreSQL are included. It is designed as a framework, using Python for fast development of plugins and custom modifications. The DNS plugin should be able to query (axfr) any type of server, and performs updates via DDNS which insures that it won't interfere with other DDNS clients (DHCP, SAMBA4). F The LDAP plugin features browsing and generic editing of all types...
    Downloads: 0 This Week
    Last Update:
    See Project
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.