Whatsapp chatbot build with python and twilio

This is a Whatsapp Chatbot that responds with quotes, reply owners name, search internet for meaning of any word. Download and install Python. Version 3 and above should come with pip. Clone or fork this repository (project). $ git clone https://github.com/arinzejustin/whatsapp-bot.git $ cd whatsapp-bot Create a virtual environment inside this project directoy e.g., python -m venv whatsapp-bot-venv Then activate that environment: Windows: whatsapp-bot-venvScriptsactivate Mac: $ source whatsapp-bot-venv/bin/activate Install the following dependencies: twilio, flask, requests, beautifulsoup,    

Read more

A repository that will contain code that consists of automating some needs

Um repositório que conterá código que consiste em automatizar algumas necessidades A função de organizar todos os arquivos, consiste em pegar todos os arquivos e organizá-los em suas respectivas pastas. Essa função pede a pasta onde pretende organizar os arquivos. A função de organizar arquivos por extensão é semelhante a função de organizar todos os arquivos, a função de organizar os arquivos por extensão ao consiste em organizar os arquivos segundo a sua extensão nas suas respectivas pastas essa função […]

Read more

A discord token generator(requests) which works and makes 200 tokens per minute

Features Profile pictures and names on the accounts Easy to use Free Email verifies MultiThreaded -> 200 accounts per minute Websockets the accounts so theyre good to mass dm How to use pip install -r requirements.txt Buy anticaptcha balance from https://anti-captcha.com/ and put your key inside gen.py (line 18) Buy proxies from https://proxiware.com/ and put your proxies in proxies.txt Maka a data folder inside the same directory as gen, make a avatars folder inside it and put pfps in there […]

Read more

Password database With special stuff

This is a Password database I made for myself, as I want to keep all my passwords in the same place. but still protected, shall anyone get access to the file.And so I made this simple password database, that can encrypt, decrypt files, and generate Passwords, pin codes, and encryption keys. How To Use. The only library you rare going to have to install isFernet, which you do by pip install fernet or pip3 install fernet I recommend putting all […]

Read more

official implementation of UniFormer

This repo is the official implementation of “Uniformer: Unified Transformer for Efficient Spatiotemporal Representation Learning”. It currently includes code and models for the following tasks: Updates 01/13/2022 [Initial commits]: Pretrained models on ImageNet-1K, Kinetics-400, Kinetics-600, Something-Something V1&V2 The supported code and models for image classification and video classification are provided. Introduction UniFormer (Unified transFormer) is introduce in arxiv, which effectively unifies 3D convolution and spatiotemporal self-attention in a concise transformer format. We adopt local MHRA in shallow layers to largely […]

Read more

UDP++ (ECCVW 2020 Oral), (Winner of COCO 2020 Keypoint Challenge)

This is the pytorch implementation for UDP++, which won the Fisrt place in COCO Keypoint Challenge at ECCV 2020 Workshop. Results on MPII val dataset Method— Head Sho. Elb. Wri. Hip Kne. Ank. Mean Mean 0.1 HRNet32 97.1 95.9 90.3 86.5 89.1 87.1 83.3 90.3 37.7 +Dark 97.2 95.9 91.2 86.7 89.7 86.7 84.0 90.6 42.0 +UDP 97.4 96.0 91.0 86.5 89.1 86.6 83.3 90.4 42.1 Results on COCO val2017 with detector having human AP of 65.1 on COCO val2017 […]

Read more

Lane Detection And Lane Keeping

This project is part of my bachelor’s thesis.The goal is to get a gopigo car to detect lanes provided by the raspberry pi camera v2. Return an information about the direction of the lane and keep the lane with a p-controller. Additionally, I implemented an obstacle detection with a haar cascade for cars. Pipeline The workthrough of the lane detection and lane keeping is the following: A possibly distorted input image is provided by the raspberry pi camera. With the […]

Read more

Little python script + dictionary to help solve Wordle puzzles

Little python script + dictionary to help solve Wordle puzzles Usage Usage: ./wordlesolver.py [letters in word] [letters not in word] [placemen]t [letters in word] is just any letters that you know are in the word, without spaces, for example: fa [letters not in word] is just any letters that you know are not in the word, without space, for example: bqwetl [placement] should have the actual placement for any letters that went green, with any unknowns marked as an underscore, […]

Read more

A simple baseline for the 2022 IEEE GRSS Data Fusion Contest (DFC2022)

A simple baseline for the 2022 IEEE GRSS Data Fusion Contest (DFC2022) This repository uses TorchGeo, PyTorch Lightning, and Segmentation Models PyTorch to train a U-Net to perform semantic segmentation on the DFC2022 dataset. Masks for the holdout set are then predicted and zipped to be submitted. Note that the the baseline is only trained on the small labeled train set containing imagery from the Nice and Nantes Saint-Nazaire regions. Install packages pip install -r requirements.txt Dataset The dataset can […]

Read more
1 25 26 27 28 29 49