Search Results for "ofn-extract-objects.py" - Page 4

Showing 168 open source projects for "ofn-extract-objects.py"

View related business solutions
  • Enterprise-grade ITSM, for every business Icon
    Enterprise-grade ITSM, for every business

    Give your IT, operations, and business teams the ability to deliver exceptional services—without the complexity.

    Freshservice is an intuitive, AI-powered platform that helps IT, operations, and business teams deliver exceptional service without the usual complexity. Automate repetitive tasks, resolve issues faster, and provide seamless support across the organization. From managing incidents and assets to driving smarter decisions, Freshservice makes it easy to stay efficient and scale with confidence.
    Try it Free
  • Auth for GenAI | Auth0 Icon
    Auth for GenAI | Auth0

    Enable AI agents to securely access tools, workflows, and data with fine-grained control and just a few lines of code.

    Easily implement secure login experiences for AI Agents - from interactive chatbots to background workers with Auth0. Auth for GenAI is now available in Developer Preview
    Try free now
  • 1
    --- IMPORTANT : This project has been moved to GitHub at https://github.com/clstoulouse/motu-client-python. Download the last version from the release page https://github.com/clstoulouse/motu-client-python/releases. --- Motu is a high efficient and robust Web Server which fills the gap between heterogeneous Data Providers to End Users. Motu handles, extracts and transforms oceanographic huge volumes of data without performance collapse. This client enables to extract and download...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 2
    unrpa

    unrpa

    A program to extract files from the RPA archive format

    unrpa is a tool to extract files from the RPA archive format (from the Ren'Py Visual Novel Engine). It can also be used as a library. The best way to install unrpa is through your package manager, if a package is available for your operating system. I maintain an AUR package for Arch Linux users.
    Downloads: 77 This Week
    Last Update:
    See Project
  • 3
    imgaug

    imgaug

    Image augmentation for machine learning experiments

    .../saturation changes, cropping/padding, blurring, etc. Rotate image and segmentation map on it by the same value sampled. 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
  • 4
    Snips NLU

    Snips NLU

    Snips Python library to extract meaning from text

    Snips NLU is a Natural Language Understanding python library that allows to parse sentences written in natural language, and extract structured information. It’s the library that powers the NLU engine used in the Snips Console that you can use to create awesome and private-by-design voice assistants. The exact output is a bit richer, the point here is to give a glimpse on what kind of information can be extracted. Behind every chatbot and voice assistant lies a common piece of technology...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 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
  • 5
    gditools

    gditools

    A Python program/library aimed at GD-ROM image files.

    This Python program/library is designed to handle GD-ROM image (GDI) files. It can be used to list files, extract data, generate sorttxt file, extract bootstrap (IP.BIN) file and more. This project can be used in standalone mode, in interactive mode or as a library in another Python program (check the 'addons' folder to learn how). For your convenience, you can use the gditools.py GUI program supplied in the Files section (optional). To use this project you must install the Python 2.7...
    Leader badge
    Downloads: 9 This Week
    Last Update:
    See Project
  • 6
    QMForge reads output from various quantum mechanical calculations and provides tools for analyzing these results. Specifically, population (Mulliken and C-squared), fragment, and charge decomposition analyses are available. See https://qmforge.net for more info.
    Leader badge
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    TradingView Chart Data Extractor

    TradingView Chart Data Extractor

    Extract price and indicator data from TradingView charts

    Ensure that you zoom/pan such that the oldest date you desire is visible on TradingView before publishing the chart. Too many indicators or too low a time resolution will increase the data points and potentially overload the free server. Avoid this by hosting/running the script on your local machine or scraping multiple times with fewer indicators and manually combining the CSV afterward. Simply append the URL of a chart/idea published on TradingView to the link below. This is not the URL of...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Requests-HTML

    Requests-HTML

    Pythonic HTML Parsing for Humans

    ... abilities, and async support. The rest of the code operates the same way as the synchronous version except that results is a list containing multiple response objects however the same basic processes can be applied as above to extract the data you want.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Xplico

    Xplico

    Xplico is a Network Forensic Analysis Tool (NFAT)

    Xplico is a Network Forensic Analysis Tool (NFAT). The goal of Xplico is extract from an internet traffic capture the applications data contained. For example, from a pcap file Xplico extracts each email (POP, IMAP, and SMTP protocols), all HTTP contents, each VoIP call (SIP, MGCP, MEGACO, RTP), IRC, WhatsApp... Xplico is able to classify more than 140 (application) protocols. Xplico cam be used as sniffer-decoder if used in "live mode" or in conjunction with netsniff-ng. Xplico is used...
    Downloads: 13 This Week
    Last Update:
    See Project
  • Picsart Enterprise Background Removal API for Stunning eCommerce Visuals Icon
    Picsart Enterprise Background Removal API for Stunning eCommerce Visuals

    Instantly remove the background from your images in just one click.

    With our Remove Background API tool, you can access the transformative capabilities of automation , which will allow you to turn any photo asset into compelling product imagery. With elevated visuals quality on your digital platforms, you can captivate your audience, and therefore achieve higher engagement and sales.
    Learn More
  • 10
    Image classification models for Keras

    Image classification models for Keras

    Keras code and weights files for popular deep learning models

    All architectures are compatible with both TensorFlow and Theano, and upon instantiation the models will be built according to the image dimension ordering set in your Keras configuration file at ~/.keras/keras.json. For instance, if you have set image_dim_ordering=tf, then any model loaded from this repository will get built according to the TensorFlow dimension ordering convention, "Width-Height-Depth". Pre-trained weights can be automatically loaded upon instantiation (weights='imagenet'...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Five video classification methods

    Five video classification methods

    Code that accompanies my blog post outlining five video classification

    Classifying video presents unique challenges for machine learning models. As I’ve covered in my previous posts, video has the added (and interesting) property of temporal features in addition to the spatial features present in 2D images. While this additional information provides us more to work with, it also requires different network architectures and, often, adds larger memory and computational demands.We won’t use any optical flow images. This reduces model complexity, training time, and...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12

    PyInstaller Extractor

    Extract contents of a Windows executable file created by pyinstaller

    MIGRATED TO GITHUB https://github.com/extremecoders-re/pyinstxtractor This is a python script to extract the contents of a PyInstaller generated Windows executable file. The contents of the pyz file (usually pyc files) present inside the executable are also extracted. The pyc files are made valid so that a python bytecode decompiler will recognise it. Script can run on both python 2.x and 3.x Pyinstaller versions 2.0, 2.1, 3.0, 3.1 and 3.2 are supported
    Leader badge
    Downloads: 209 This Week
    Last Update:
    See Project
  • 13
    GreenOdoo

    GreenOdoo

    Portable Odoo (formerly OpenERP) for windows and linux x64

    Portable Odoo (formerly OpenERP) Portable Odoo (formerly OpenERP) for windows and linux x64. Usage Extract the zip file and run start.bat( for windows) or start.sh (for linux) file. Open Brower and visit http://127.0.0.1:8069 Soure Repository https://github.com/buke/GreenOdoo Author: wangbuke <wangbuke@gmail.com>
    Downloads: 4 This Week
    Last Update:
    See Project
  • 14

    Windows Spotlight Slideshow Update

    App maintains a slideshow image folder using Windows Spotlight images.

    .... The Slideshow Update app is most useful if it is setup as a Windows startup app but it can also be run manually anytime a refresh is desired. Some of the selection criteria are based on exif-type data imbedded in Spotlight images. The Python Pillow addon is used to extract exif-type data. Tkinter is only used to display an error dialog, if errors occur. If there are no errors, the app runs "silently". Requires a Python 3.x environment.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    AlgoTaurus

    AlgoTaurus

    An educational game to teach programming.

    Write a program to make the AlgoTaurus find the exit. Installation: On Windows -Download the installer -After installation you can run AlgoTaurus from the Start menu. On Linux -Download the source files -Extract archive -Open terminal in the directory you have copied the files to and type 'python algotaurus.py' Use and discuss AlgoTaurus: Some tasks to solve and discuss: Write a program to find the exit. What does the program do? Try to describe/explain it in a higher level...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 16
    colorview2d

    colorview2d

    Extendible 2D color plotting tool.

    Visualize and analyze 3D data files using 2D colorplots. Inspired by spyview. Written in python.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17

    Leave A Trace Tools

    Tools for reading the track data of the project "Leave a Trace"

    The art project "Leave a Trace" (LAT) records an displays people movement in real time. It is installed as a permanent exhibition within the Charité in Berlin, Germany. Please find more Details about LAT here: https://leave-a-trace.charite.de/action This sourceforge project provides python tools to read the raw XML data produced by LAT. The data reading module works with python2 and python3. LAT XML Data can be downloaded...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Cloud Export is a tool to automatically extract your data from web applications and save it to your local file system for backup purposes, but more extensive than Google Takeout. Plans are based on http://www.dataliberation.org.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 19

    Pyclamp

    A Python package used to extract and analyse electrophysiological data

    Pyclamp is Python package used to extract and analyse electrophysiological data. A graphical user interface has been developed to allow a user to run the pack- age without requiring any knowledge of Python code. Presently, Pyclamp is designed to perform very specific forms of analysis on evoked synaptic responses: Data analysis (under development) : This is a highly user-interactive en-vironment that can be used to discriminate synaptic events, obtain various measures of their kinetics...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Newspaper3k

    Newspaper3k

    News, full-text, and article metadata extraction in Python 3

    .... Although installing newspaper is simple with pip, you will run into fixable issues if you are trying to install on ubuntu. Source objects are an abstraction of online news media websites like CNN or ESPN. You can initialize them in two different ways. Building a Source will extract its categories, feeds, articles, brand, and description for you. You may also provide configuration parameters like language, browser_user_agent, and etc seamlessly.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    LightProfiler

    LightProfiler

    Profiler for Oracle extended SQL trace files

    LightProfiler – application for performance analysis of the Oracle databases. It generates detailed resource profile for extended SQL trace files (10046 event), containing information about consuming of response time (by events, by cursors, etc.), data files usage, error analysis (SQL, PL/SQL) and much more. Also it contain tools for additional processing of trace files (extract session data, splitting files) and for management of database's sessions (disconnecting, tracing, monitor parameters...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 22

    Basis Retriever

    Download your data from mybasis.com, store it on your hard drive.

    ... website, converts it to csv, and stores it on your hard drive. BasisRetriever is a portable application. Just download extract the zip file to wherever you please.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    QuickNXS

    QuickNXS

    Polarized ToF reflectivity raw data analysis tool

    Data evaluation tool for the magnetism reflectometer at the spallation neutron source (BL-4A@SNS). Reads raw nexus files (HDF5) of histogrammed or event mode data to create reflectivity curves and 2D Q-maps.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24

    isbntools

    A command line tool to extract, transform and get metadata for ISBNs

    As of 2015-06-02, this project is no longer under active development.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Ymap - Yeast Mapping Analysis Pipeline

    Ymap - Yeast Mapping Analysis Pipeline

    Pipeline for large-scale genome changes analysis of genome datasets.

    The active use repository has migrated over to: https://github.com/darrenabbey/ymap The repository here was errantly created with some large binary files included. Attempts to extract the files from the history here have failed. A copy of the history was successfully scrubbed and then hosted at github. -------- Eukaryotic pathogens have complicated and dynamic genomes. To facilitate analysis of copy number variations (CNV), single nucleotide polymorphisms (SNPs), and loss...
    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.