Showing 41 open source projects for "draw"

View related business solutions
  • Auth0 for AI Agents now in GA Icon
    Auth0 for AI Agents now in GA

    Ready to implement AI with confidence (without sacrificing security)?

    Connect your AI agents to apps and data more securely, give users control over the actions AI agents can perform and the data they can access, and enable human confirmation for critical agent actions.
    Start building today
  • Orchestrate Your AI Agents with Zenflow Icon
    Orchestrate Your AI Agents with Zenflow

    The multi-agent workflow engine for modern teams. Zenflow executes coding, testing, and verification with deep repo awareness

    Zenflow orchestrates AI agents like a real engineering system. With parallel execution, spec-driven workflows, and deep multi-repo understanding, agents plan, implement, test, and verify end-to-end. Upgrade to AI workflows that work the way your team does.
    Try free now
  • 1
    bbox-visualizer

    bbox-visualizer

    Make drawing and labeling bounding boxes easy as cake

    Make drawing and labeling bounding boxes easy as cake. This package helps users draw bounding boxes around objects, without doing the clumsy math that you'd need to do for positioning the labels. It also has a few different types of visualizations you can use for labeling objects after identifying them. There are optional functions that can draw multiple bounding boxes and/or write multiple labels on the same image, but it is advisable to use the above functions in a loop in order to have full control over your visualizations.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    seaborn

    seaborn

    Statistical data visualization in Python

    ...Its plotting functions operate on dataframes and arrays containing whole datasets and internally perform the necessary semantic mapping and statistical aggregation to produce informative plots. Its dataset-oriented, declarative API lets you focus on what the different elements of your plots mean, rather than on the details of how to draw them. Behind the scenes, seaborn uses matplotlib to draw its plots. For interactive work, it’s recommended to use a Jupyter/IPython interface in matplotlib mode, or else you’ll have to call matplotlib.pyplot.show() when you want to see the plot.
    Downloads: 12 This Week
    Last Update:
    See Project
  • 3
    Animated Drawings

    Animated Drawings

    Code to accompany "A Method for Animating Children's Drawings"

    ...Users can provide rough keyframes or control constraints (pose anchors), and the system fills intermediate frames with fluid animation. The repository includes demonstration apps and notebooks where you can upload or draw shapes and watch animations play. Because the approach is data-driven, it generalizes to new drawings even with varying proportions or stylizations.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 4
    Pixelorama

    Pixelorama

    A free & open-source 2D sprite editor, made with the Godot Engine

    ...Whether you want to make animated pixel art, game graphics, tiles and any kind of pixel art you want, Pixelorama has you covered with its variety of tools and features. Free to use for everyone, forever. A variety of different tools to help you draw, with the ability to map a different tool in each left and right mouse buttons. Are you an animator? Pixelorama has its own animation timeline just for you! You can work at an individual cel level, where each cel refers to a unique layer and frame. Supports onion skinning, cel linking, motion drawing and frame grouping with tags. ...
    Downloads: 62 This Week
    Last Update:
    See Project
  • Grafana: The open and composable observability platform Icon
    Grafana: The open and composable observability platform

    Faster answers, predictable costs, and no lock-in built by the team helping to make observability accessible to anyone.

    Grafana is the open source analytics & monitoring solution for every database.
    Learn More
  • 5
    supervision

    supervision

    We write your reusable computer vision tools

    We write your reusable computer vision tools. Whether you need to load your dataset from your hard drive, draw detections on an image or video, or count how many detections are in a zone. You can count on us.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    PandasAI

    PandasAI

    PandasAI is a Python library that integrates generative AI

    PandasAI is a Python library that adds Generative AI capabilities to pandas, the popular data analysis and manipulation tool. It is designed to be used in conjunction with pandas, and is not a replacement for it. PandasAI makes pandas (and all the most used data analyst libraries) conversational, allowing you to ask questions to your data in natural language. For example, you can ask PandasAI to find all the rows in a DataFrame where the value of a column is greater than 5, and it will...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 7
    AGI (Android GPU Inspector)

    AGI (Android GPU Inspector)

    Android GPU Inspector

    Android GPU Inspector (AGI) is a desktop tool for profiling, tracing, and debugging graphics workloads running on Android devices. It helps developers analyze Vulkan and OpenGL ES applications at the system, frame, and draw-call levels to uncover GPU and CPU bottlenecks. AGI captures detailed performance counters, timelines, and pipeline state to reveal stalls, overdraw, shader hotspots, and inefficient resource usage. Its frame debugger lets you step through commands, inspect render targets and textures, review shaders, and experiment with pipeline changes to validate optimizations. ...
    Downloads: 3 This Week
    Last Update:
    See Project
  • 8
    Diagrams

    Diagrams

    Diagram as Code for prototyping cloud system architectures

    Diagrams lets you draw the cloud system architecture in Python code. It was born for prototyping a new system architecture without any design tools. You can also describe or visualize the existing system architecture as well. Diagram as Code allows you to track the architecture diagram changes in any version control system. Diagrams currently support main major providers including AWS, Azure, GCP, Kubernetes, Alibaba Cloud, Oracle Cloud, etc.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    3D Box rotation

    3D Box rotation

    Simple example of draw and rotate 3D box

    Simple source .java file; .bat for fast re-compile and run; and pre-compiled .jar Java program with example from scratch writed in Notepad++ without Eclipse, etc., How to draw and rotate 3D box most simple way. Rotation speed regulated in simple Loop with 10 ms sleep. Use Java version 8 (OpenJDK 8, OracleJDK 8, OracleJRE 8, ..). Higher versions have an anti-aliasing error in the BufferedImage ( Windows 10 ). Python version with tkinter and math imports. Including calculated faces, moving lights and shadows only with CPU.
    Downloads: 0 This Week
    Last Update:
    See Project
  • AI-based, Comprehensive Service Management for Businesses and IT Providers Icon
    AI-based, Comprehensive Service Management for Businesses and IT Providers

    Modular solutions for change management, asset management and more

    ChangeGear provides IT staff with the functions required to manage everything from ticketing to incident, change and asset management and more. ChangeGear includes a virtual agent, self-service portals and AI-based features to support analyst and end user productivity.
    Learn More
  • 10
    ChemCanvas

    ChemCanvas

    Chemical structure drawing tool

    This is targeted to be the most intuitive opensource 2D chemical drawing tool. You can draw organic chemical structures and reactions very easily and quickly. Available to download for Windows and Linux (AppImage, Flatpak, Snap)
    Downloads: 10 This Week
    Last Update:
    See Project
  • 11
    VSCode-LaTeX-Inkscape

    VSCode-LaTeX-Inkscape

    A way to integrate LaTeX, VS Code, and Inkscape in macOS

    ...I use LaTeX heavily for both academic work and professional work, and I think I'm quite proficient in terms of typing things out in LaTeX. But when I see the mind-blowing blog posts from Gilles Castel (RIP)-How I'm able to take notes in mathematics lectures using LaTeX and Vim and also How I draw figures for my mathematical lecture notes using Inkscape, I realize that I'm still far from fast, so I decided to adapt the whole setup from Linux-Vim to macOS-VS Code.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Forecasting Best Practices

    Forecasting Best Practices

    Time Series Forecasting Best Practices & Examples

    ...The goal of this repository is to build a comprehensive set of tools and examples that leverage recent advances in forecasting algorithms to build solutions and operationalize them. Rather than creating implementations from scratch, we draw from existing state-of-the-art libraries and build additional utilities around processing and featuring the data, optimizing and evaluating models, and scaling up to the cloud. The examples and best practices are provided as Python Jupyter notebooks and R markdown files and a library of utility functions.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Hénon map browser

    Hénon map browser

    Program for exploring the Hénon attractor

    A Python program for exploring the Hénon attractor. For an explanation of what the Hénon attractor is please see Wikipedia (http://en.wikipedia.org/wiki/H%C3%A9non_map). With this program you can draw the Hénon attractor and interact with it in various ways. You can zoom in by selecting an area, vary the Henon parameters manually and even make animations with them. The functionality is demonstrated in a Youtube video. There is a help function included that explains in more detail how to use the program.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    imgaug

    imgaug

    Image augmentation for machine learning experiments

    ...Convert keypoints to distance maps, extract pixels within bounding boxes from images, clip polygon to the image plane, etc. Scale segmentation maps, average/max pool of images/maps, pad images to aspect ratios (e.g. to square them). Draw heatmaps, segmentation maps, keypoints, bounding boxes, etc.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15

    Quadrics (START READING THIS WIKI)

    A Blender+BlendBridge addon for both (!) Sverchok and Animation Nodes

    A Blender addon to draw quadrics by the BlendBridge library. The BlendBridge library is a perk in the TWINGSISTER's internal crowdfunding campaign. The Quadrics addon can be used either in Blender or as a node in Sverchok and/or in .Animation Nodes. License: material contained in this site (brought to you by TWINGSISTER) is for TWINGSISTER personal use only.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16

    wirecutter plugin for inkscape

    This plugin exports G-Code for a wirecutter

    The "wirecutter" plugin for inkscape is a plugin to generate g-Code for a 2D wirecutter with a turning table. You can either draw one open path which is the path which the machine will cut or you can draw some closed paths. These closed paths (e.g. Letters) must be connected because the cutter cannot leave the raw material like a milling machine. The Plugin helps you to create these connectors. If you have a wirecutter with a turning table you can create multiple "cuts" for different positions of the turning table. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Optimal BPM

    Optimal BPM

    The beat of your business

    ...It has no business engine, instead it generates Python code and leaves the engine mechanics to its scripting engine. This enables it to: * be very flexible * be truly multi-platform * draw from all the features available to the language and its sprawling ecosystem * partake in that ecosystem as a library. It has a strong focus on ease of use and low maintenance. Anyone should be able to get started with minimal outside(consultants) help and quickly get the system working. Note : Its sibling projects, QAL (https://sf.net/p/qal)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Dia Diagram Editor

    Dia Diagram Editor

    Free drawing software for Windows, Mac OS X, and Linux

    Dia Diagram Editor is free Open Source drawing software for Windows, Mac OS X and Linux. Dia supports more than 30 different diagram types like flowcharts, network diagrams, database models. More than a thousand readymade objects help to draw professional diagrams. Dia can read and write a number of different raster and vector image formats. Software developers and database specialists can use Dia as a CASE tool to generate code skeletons from their drawings. Dia can be scripted and extended using Python.
    Leader badge
    Downloads: 5,797 This Week
    Last Update:
    See Project
  • 19

    Scientific data elaborator

    The data elaborator is a new project to manage scientific data

    This program can make histograms, table and graphics of datas, study the error propagation during a measure, it is usefull if you have to do study errors propagations. The output are latex files, so it is easy for you just put them into your relations.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 20
    freepokerdb
    A HUD and stats tracker for your poker games written in Python. Supports Holdem, Omaha, Stud, Razz and Draw games.
    Leader badge
    Downloads: 81 This Week
    Last Update:
    See Project
  • 21
    PyLottery

    PyLottery

    A pygame designed to draw number balls in ways of hungry snake.

    A pygame designed to draw number balls in ways of hungry snake. The script is first designed for the ending lottery game in PyCon Taiwan 2012.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Inkscape has now pages support. You can create a multiple page document using Inkscape, just like in Corel Draw. Install this extension, restart Inkscape and you're done. Insert new pages, navigate through pages, print all pages in a single PDF.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 23
    This game is a mouse-driven dungeon crawler. The player moves the PC around, buys equipment, and attacks enemies using the mouse. More info on the wiki page. Use git to get the code.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 24
    pysvngraph is a python component/software to draw graph from a subversion (svn) repository.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Software to calc and draw astrological charts and diagrams according to the API method. It's written in python, it uses gtk/cairo, it depend on pytz, the swiss ephemeris and public geo data compiled anew.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • Next