A Python Module For The Stock Market

stox A Module to predict the “close price” for the next day and give “technical analysis”. It uses a Neural Network and the LSTM algorithm to predict the price. It uses a technical indicator algorithm developed by the Stox team for technical analysis. Installation Get it from PyPi: pip3 install stox Clone it from github: git clone https://github.com/dopevog/stox.git cd stox python3 setup.py install Usage Arguments: stock (str): stock ticker symbol output (str): ‘list’ or ‘message’ (Format Of Output) years (int […]

Read more

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
1 575 576 577 578 579 912