Python library for Junos automation

py-junos-eznc The repo is under active development. If you take a clone, you are getting the latest, and perhaps not entirely stable code. Junos PyEZ is a Python library to remotely manage/automate Junos devices. The user is NOT required: (a) to be a “Software Programmer™”, (b) have sophisticated knowledge of Junos, or (b) have a complex understanding of the Junos XML API. For “Non-Programmers” – Python as a Power Shell This means that “non-programmers”, for example the Network Engineer, can […]

Read more

A C-like hardware description language adding HLS-like automatic pipelining

PipelineC A C-like(1) hardware description language (HDL)(2) adding HLS(high level synthesis)-like automatic pipelining(3) as a language construct/compiler feature. Not actually regular C. But mostly compileable by gcc for doing basic functional verification/’simulation’.This is for convenience as a familiar bare minimum language prototype, not as an ideal end goal. Reach out to help develop something more complex together! Can reasonably replace Verilog/VHDL. Compiler produces synthesizable and human readable+debuggable VHDL. Hooks exist for inserting raw VHDL / existing IP / black boxes. […]

Read more

Explore Your Dataset With Pandas

Do you have a large dataset that’s full of interesting insights, but you’re not sure where to start exploring it? Has your boss asked you to generate some statistics from it, but they’re not so easy to extract? These are precisely the use cases where Pandas and Python can help you! With these tools, you’ll be able to slice a large dataset down into manageable parts and glean insight from that information. In this course, you’ll learn how to: Calculate […]

Read more

A telegram bot that can send you high-quality audio

Music downloader bot Still under development Please Report issues to improve this repo.I will try to fix bugs in next update Music downloader bot is a telegram bot that can send you high-quality audio Features All jio saavn Song,Album and Playlist links are supported Meta data such as Album Art, artist details are present Lyrics are also embeded into the meta data (if available) Deployment Please read all the deployment instructions before deploying the bot This project entirely depends on […]

Read more

Generating Excel 4.0 XLM macro with python

boobsnail BoobSnail allows generating XLM (Excel 4.0) macro. Its purpose is to support the RedTeam and BlueTeam in XLM macro generation.Features: various infection techniques; various obfuscation techniques; translation of formulas into languages other than English; can be used as a library – you can easily write your own generator. Building and Running Tested on: Python 3.8.7rc1 pip install -r requirements.txt python boobsnail.py ___. ___. _________ .__.__ _ |__ ____ _____ |__ / _____/ ____ _____ |__| | | __ / […]

Read more

AI Based COVID-19 Tracker using Deep Learning and facial recognition

Interspace-Beta-Backend Keeping it safe – AI Based COVID-19 Tracker using Deep Learning and facial recognition Usage Train the dataset and provide an unknown image in test directory python facerecog.py Predict the result and then start the script to scan that face. python already_trained.py This whole project was done in one night as a part of Hackathon so if there are any bugs, just report them. GitHub https://github.com/vanshwassan/Interspace-Beta    

Read more

Exemplar-Based Open-Set Panoptic Segmentation Network

EOPSN PyTorch implementation for EOPSN. We propose open-set panoptic segmentation task and propose a new baseline called EOPSN. The code is based on Detectron2 Usage First, install requirements. pip install -r requirements.txt Then, install PyTorch 1.5+ and torchvision 0.6+: conda install -c pytorch pytorch torchvision Finally, you need to install Detectron2. To prevent version conflict, I recommand to install via included detectron2 folders. Regarding installation issue caused from detectron2, please refer to here. cd detectron2 pip install -e ./ Data […]

Read more

Dialogue Discourse-Aware Graph Model and Data Augmentation for Meeting Summarization

DDAMS This is the pytorch code for our IJCAI 2021 paper Dialogue Discourse-Aware Graph Model and Data Augmentation for Meeting Summarization [Arxiv Preprint]. Requirements We use Conda python 3.7 and strongly recommend that you create a new environment: conda create -n ddams python=3.7. Run the following command: pip install -r requirements.txt. Data You can download data here, put the data under the project dir DDAMS/data/xxx. data/ami data/ami/ami: preprocessed meeting data data/ami/ami_qg: pseudo summarization data. data/ami/ami_reference: golden reference for test file. […]

Read more

A Python library for benchmarking Wi-Fi networks and gather useful metrics

whm aka wifi-heat-mapper whm also known as wifi-heat-mapper is a Python library for benchmarking Wi-Fi networks and gather useful metrics that can be converted into meaningful easy-to-understand heatmaps. The tool aims to assist network engineers, admins and homelabbers in figuring out the performance of their Access Points and Routers. This tool is heavily inspired by python-wifi-survey-heatmap by Jason Antman. Supported Platform Dependencies Required Python version: 3.7 – 3.9 (with Tkinter) iperf3 >= 0.1.11 matplotlib >= 3.4.0 tqdm >= 4.55.0 Pillow […]

Read more

An easy-to-use WebUI for Chia plotting and farming

machinaris An easy-to-use, pure-Docker solution, for both plotting and farming the Chia™ cryptocurrency. Currently in beta! To get started with Machinaris, follow an install guide for your platform: Windows, Linux, Macintosh, Unraid, and others. Plotting View Plotman manages staggered/parallel plotting jobs, also exposed via the Machinaris web interface: Farming View Machinaris installs the latest stable version, so all Farming is done via the official binaries. Alerts Chiadog provides excellent monitoring of the Chia™ log files, ensuring you get notified when […]

Read more
1 628 629 630 631 632 927