A python library to access TensorBay and manage your datasets

TensorBay Python SDK TensorBay Python SDK is a python library to access TensorBay and manage your datasets.It provides: A pythonic way to access your TensorBay resources by TensorBay OpenAPI. An easy-to-use CLI tool gas (Graviti AI service) to communicate with TensorBay. A consistent dataset format to read and write your datasets. Installation pip3 install tensorbay Documentation More information can be found on the documentation site Usage An AccessKey is needed to communicate with TensorBay. Please visit this page to get […]

Read more

Modelling Active Galactic Nuclei radiative processes with python

agnpy agnpy focuses on the numerical computation of the photon spectra produced by leptonic radiative processes in jetted Active Galactic Nuclei (AGN). agnpy binder Run this repository in binder citing agnpy If you are using agnpy for your work you can acknowledge and reference it through its zenodo record documentation and quickstart You are invited to check the documentation at https://agnpy.readthedocs.io/en/latest/.To get familiar with the code you can run the notebooks in the tutorials sectionof the documentation. dependencies The only […]

Read more

A webmining CLI tool & library for python

minet minet is a webmining command line tool & library for python (>= 3.6) that can be used to collect and extract data from a large variety of web sources such as raw webpages, Facebook, CrowdTangle, YouTube, Twitter, Media Cloud etc. It adopts a very simple approach to various webmining problems by letting you perform a variety of actions from the comfort of the command line. No database needed: raw CSV files should be sufficient to do most of the […]

Read more

Blue Brain text mining toolbox for semantic search and structured information extraction

Blue Brain Search Blue Brain Search is a text mining toolbox to perform semantic literature search and structured information extraction from text sources. This repository originated from the Blue Brain Project efforts on exploring and mining the CORD-19 dataset. Graphical Interface The graphical interface is composed of widgets to be used in Jupyter notebooks. For the graphical interface to work, the steps of the Getting Started should have been completed successfully. Find documents based on sentence semantic similarity To find […]

Read more

Discord bot written in python using discord.py

Not-a-bot Discord bot written in python using discord.py Not meant to be selfhosted Cogs All of the commands reside in the cogs folder with the exception of help which is located in the bot.py file in bot folder. Backend for the commands is located in bot and utils Requirements requirements.txt should have most if not all the packages needed to run this bot. You still need outside programs such as a MySQL server set up for the bot to work. […]

Read more

Control and monitor your Unifi Protect Cameras from Home Assistant

Unifi Protect for Home Assistant The Unifi Protect Integration adds support for retrieving Camera feeds and Sensor data from a Unifi Protect installation on either a Ubiquiti CloudKey+ ,Ubiquiti Unifi Dream Machine Pro or UniFi Protect Network Video Recorder. There is support for the following device types within Home Assistant: Camera A camera entity for each camera found on the NVR device will be created Sensor A sensor for each camera found will be created. This sensor will hold the […]

Read more

A pandas DataFrame processing CLI tool

PdpCLI PdpCLI is a pandas DataFrame processing CLI tool which enables you to build a pandas pipeline powered by pdpipe from a configuration file. You can also extend pipeline stages and data readers / writers by using your own python scripts. Features Process pandas DataFrame from CLI without wrting Python scripts Support multiple configuration file formats: YAML, JSON, Jsonnet Read / write data files in the following formats: CSV, TSV, JSON, JSONL, pickled DataFrame Import / export data with multiple […]

Read more

Provision proxy servers across different cloud providers to improve your scraping success

CloudProxy The purpose of CloudProxy is to hide your scrapers IP behind the cloud. It allows you to spin up a pool of proxies using popular cloud providers with just an API token. No configuration needed. CloudProxy exposes an API with the IPs and credentials of the provisioned proxies. Planned: Google Cloud Azure Scaleway Vultr Inspired by This project was inspired by Scrapoxy, though that project no longer seems actively maintained. The primary advantage of CloudProxy over Scrapoxy is that […]

Read more

An extremely efficient and fault-tolerant Named Data Networking protocol

Eclipse zenoh Python API Eclipse zenoh is an extremely efficient and fault-tolerant Named Data Networking (NDN) protocol that is able to scale down to extremely constrainded devices and networks. How to install it The Eclipse zenoh-python library is available on Pypi.org.Install the latest available version using pip: pip install eclipse-zenoh ![warning](https://github.githubassets.com/images/icons/emoji/unicode/26a0.png =20×20)WARNING![warning](https://github.githubassets.com/images/icons/emoji/unicode/26a0.png =20×20) zenoh-python is developped in Rust. On Pypi.org we provide binary wheels for the most common platforms (MacOS, Linux x86). But also a source distribution package for other […]

Read more
1 602 603 604 605 606 939