Twitter bot that finds new friends in Twitter

Twitter Bot Thats Find New Friends pip install textblob pip install tweepy pip install googletrans check requirements.txt file Environment variable create .env API_KEY=”API_KEY here” API_SECRET_KEY=”API_SECRET_KEY here” TOKEN=”TOKEN here” TOKEN_SECRET=”TOKEN_SECRET here” GitHub https://github.com/Ibukiyoshidaa/TwitterFindNewFriend    

Read more

Context Axial Reverse Attention Network for Small Medical Objects Segmentation

CaraNet CaraNet: Context Axial Reverse Attention Network for Small Medical Objects Segmentation This repository contains the implementation of a novel attention based network (CaraNet) to segment the polyp (CVC-T, CVC-ClinicDB, CVC-ColonDB, ETIS and Kvasir) and brain tumor (BraTS). The CaraNet show great overall segmentation performance (mean dice) on polyp and brain tumor, but also show great performance on small medical objects (small polyps and brain tumors) segmentation. The technique report is here: CaraNet Architecture of CaraNet Backbone We use Res2Net […]

Read more

Image Super-Resolution Using Very Deep Residual Channel Attention Networks

Image Super-Resolution Using Very Deep Residual Channel Attention Networks This repository is for RCAN introduced in the following paper Yulun Zhang, Kunpeng Li, Kai Li, Lichen Wang, Bineng Zhong, and Yun Fu, “Image Super-Resolution Using Very Deep Residual Channel Attention Networks”, ECCV 2018, [arXiv] The code is built on EDSR (PyTorch) and tested on Ubuntu 14.04/16.04 environment (Python3.6, PyTorch_0.4.0, CUDA8.0, cuDNN5.1) with Titan X/1080Ti/Xp GPUs. RCAN model has also been merged into EDSR (PyTorch). Introduction Convolutional neural network (CNN) depth […]

Read more

Get Notified about vaccine availability in your location on email & sms

Get Notified about vaccine availability in your location on email & sms ✉️! Vaccinator Octocat tracks & sends personalised vaccine info everday. Go get your shot ! 💉 Techstack There are two components in this app, First the webapp on which users can register & a second script that sends notification daily. python MongoDB APScheduler hosted on GCP GitHub https://github.com/mayukhpankaj/vaccinater    

Read more

Tool to check publicly accessible GCP bucket

gcp-inspector Tool to check publicly accessible GCP bucket. What it does Checks whether the GCP bucket from the list is publicly accessible or not. Provides colored description in the cli.After creating a new project and enabling billing for it, open Cloud Shell and ensure that it points to the project you just created. Prerequisites GCP account with project. Create a GCP account with project enabled Install gsutil tool from the documentation or use pip. Run “gsutil config” to configure shell. […]

Read more

Easy to use Audio Tagging in PyTorch

audio-tagging Audio Classification, Tagging & Sound Event Detection in PyTorch Progress: [x] Fine-tune on audio classification [ ] Fine-tune on audio tagging [ ] Fine-tune on sound event detection [x] Add tagging metrics [ ] Add Tutorial [x] Add Augmentation Notebook [ ] Add more schedulers [ ] Add FSDKaggle2019 dataset [ ] Add MTT dataset [ ] Add DESED Model Zoo AudioSet Pretrained Models Model Task mAP (%) Sample Rate (kHz) Window Length Num Mels Fmax Weights CNN14 Tagging […]

Read more

Telegram Client and Bot that use Artificial Intelligence to auto-reply to scammers

scamminator Blocking a scammer is not enough. It is time to fight back. Wouldn’t be great if there was a tool that uses Artificial Intelligence to reply to a scammer on your behalf and waste their time? This is exactly what scamminator does. Scammers have a limited amount of time available and every second wasted trying to scam an Artificial Intelligence is a second not used to scam a real person. How does it works? scamminator has three components: Telegram […]

Read more

Protect Discord server invite link

DiscordOauth2Join Protect discord server invite links! Setup I will not help setting up the discord application, but just python. First, install the requirements. $ python3 -m pip install -r requirements.txt Once that’s finished, you can go ahead and make a config file, by doing: $ python3 main.py $ nano config.json Then you can go ahead and change the needed stuff in there. MARKED WITH “CHANGE THIS” And the last thing you have to do, is running the server. $ python3 […]

Read more

Beginner’s Guide To Text Classification Using PyCaret

Introduction Have you ever solved a Machine Learning problem in just one go? Solving a problem using machine learning isn’t straightforward. It involves various steps to come up with an accurate solution. The process/steps to be followed for solving an ml problem is known as ML Pipeline/ML Cycle. ML Pipeline/ ML Cycle (Credits: https://medium.com/analytics-vidhya/machine-learning-development-life-cycle-dfe88c44222e) As shown in the figure, the Machine Learning pipeline consists of different steps like: Understand Problem Statement, Hypothesis Generation, Exploratory Data Analysis, Data Preprocessing, Feature Engineering, […]

Read more

Neural Semi supervised Learning for Text Classification Under Large Scale Pretraining

Neural-Semi-Supervised-Learning-for-Text-Classification Neural Semi supervised Learning for Text Classification Under Large Scale Pretraining. Download Models and Dataset Datasets and Models are found in the follwing list. Download 3.4M IMDB movie reviews. Save the data at [REVIEWS_PATH].You can download the dataset HERE. Download the vanilla RoBERTa-large model released by HuggingFace. Save the model at [VANILLA_ROBERTA_LARGE_PATH].You can download the model HERE. Download in-domain pretrained models in the paper and save the model at [PRETRAIN_MODELS]. We provide three following models.You can download HERE. init-roberta-base: […]

Read more
1 506 507 508 509 510 928