A powerful, fast and simple Telegram userbot written in Python 3

Telecharm userbot A powerful, fast and simple Telegram userbot written in Python 3 and based on Pyrogram 1.X. Currently in active WIP state, so feel free to contribute. Starting up Ensure you have installed the Python 3.8 or above before proceeding. Preparations Git clone this repo. git clone https://github.com/WhiteMemory99/telecharm-userbot.git Visit https://my.telegram.org/apps to get your own api_id and api_hash. Rename .env.dist to .env and open it. Edit .env file: fill in your api_id, api_hash. Docker deployment Make sure you have docker. […]

Read more

Additional tools for particle accelerator data analysis and machine information

This package is a collection of useful scripts and tools for the Optics Measurements and Corrections group (OMC) at CERN. Documentation Getting Started This package is Python 3.7+ compatible, and can be installed through pip: pip install pylhc One can also install from VCS: git clone https://github.com/pylhc/PyLHC pip install /path/to/PyLHC Or simply from the online master branch, which is stable: pip install git+https://github.com/pylhc/PyLHC.git#egg=pylhc After installing, scripts can be run with either python -m pylhc.SCRIPT –FLAG ARGUMENT or by calling the […]

Read more

An autoregressive model that relies solely on shifting along the sequence dimension

Token Shift GPT Implementation of Token Shift GPT – An autoregressive model that relies solely on shifting along the sequence dimension and feedforwards. Update: Inexplicably, it actually works quite well. The feedforward module follows the same design as gMLP, except the feature dimension of the gate tensor is divided up into log2(seq_len) chunks, and the mean pool of the past consecutive segments (length 1, 2, 4, 8, etc. into the past) are shifted into each chunk before a projection along […]

Read more

Open-sourced speech technology by Huawei Noah’s Ark Lab

Speech-Backbones This is the main repository of open-sourced speech technology by Huawei Noah’s Ark Lab. Grad-TTS Official implementation of the Grad-TTS model based on Diffusion Probabilistic Modelling. For all details check out our paper accepted to ICML 2021 via this link. Authors: Vadim Popov*, Ivan Vovk*, Vladimir Gogoryan, Tasnima Sadekova, Mikhail Kudinov. *Equal contribution. GitHub https://github.com/huawei-noah/Speech-Backbones    

Read more

Analog clock that shows the weather instead of the actual numerical hour it points to

Eli’s weatherClock An digital analog clock but instead of showing the hours, the clock shows the weather at that hour of the day. So instead of showing 1, it will show the weather forecast for 1AM/PM. Click on the hour for more detailed information such as wind, precipitation and more. Once in the detailed view, simply click the center again to return to the analog clock face. You will need to: Acquire Pi Zero W and a Pimoroni 4″ touchscreen […]

Read more

Exchange Server RCE (ACL Bypass + EoP + Arbitrary File Write)

ProxyShell ProxyShell POC Exploit : Exchange Server RCE (ACL Bypass + EoP + Arbitrary File Write) Install git clone https://github.com/ktecv2000/ProxyShell cd ProxyShell virtualenv -p $(which python3) venv source venv/bin/activate pip3 install pypsrp cp wsman.py venv/lib/*/site-packages/pypsrp/wsman.py Usage python3 exploit.py GitHub https://github.com/ktecv2000/ProxyShell    

Read more

A discord bot that will help you browse/download nhentai sources

Risa Risa is an nHentai discord bot that will help you browse and download your favorite doujin inside your own discord server. Hosting Manual Hosting To manual host Risa, just simply go into the config folder and edit the config.txt by replacing YourDiscordBotTokenHere with your discord app token, then change the file extension from .txt to .json, and execute risa_main.py. Heroku Hosting Risa is now host-ready for heroku! To host, just simply add your token as a config varto your […]

Read more

A Bot to Upload files to Many Cloud services

oVo MultiUpload A Bot to Upload files to Many Cloud services. Powered by Telethon 🚩 Features Working on Requests Fast Telethon Many Cloud Services such as Gofile.io, File.io Heroku Deployment Simple UI Many More… 🚩 Deploy to Heroku Click below button to deploy heroku and fill requred vars. Nothing else. 💫 Heroku Vars APP_ID: Get it from my.telegram.org. API_HASH: Get it from my.telegram.org. BOT_TOKEN: Go to @BotFather and Create new bot. Insert that bot’s bot token. LOG_CHANNEL: A channel ID […]

Read more

Rotate Yolov5 with adjustments to enable rotate prediction boxes

This repository is based on Ultralytics/yolov5, with adjustments to enable rotate prediction boxes. The codes are based on Ultralytics/yolov5, and several functions are added and modified to enable rotate prediction boxes. The modifications compared with Ultralytics/yolov5 and their brief descriptions are summarized below: data/rotate_ucas.yaml : Exemplar UCAS-AOD dataset to test the effects of rotate boxes data/images/UCAS-AOD : For the inference of rotate-yolov5s-ucas.pt models/common.py : 3.1. class Rotate_NMS : Non-Maximum Suppression (NMS) module for Rotate Boxes 3.2. class Rotate_AutoShape : Rotate […]

Read more

Simple implementation of Mobile-Former on Pytorch

Simple-implementation-of-Mobile-Former At present, only the model but no trained. There may be some bug in the code, and some details may be different from the original paper, if you are interested in this, welcome to discuss. Add: CutUp,MixUp,RandomErasing,SyncBatchNorm for DDP train Inference: paper:https://arxiv.org/pdf/2108.05895.pdf https://github.com/xiaolai-sqlai/mobilenetv3 https://github.com/lucidrains/vit-pytorch https://github.com/Islanna/DynamicReLU GitHub https://github.com/ACheun9/Pytorch-implementation-of-Mobile-Former    

Read more
1 7 8 9 10 11 51