Discord group chat leaver for python
I know many people who have fallen victim to these weird group chat spammers including me. I made this script to help those who don’t know how to solve this problem. Setting it up Download the latest verison of Python. Once installing, make sure to click “Add Python to PATH”. CD into the directory and type the following commands: pip3 install discord pip3 install asyncio GitHub View Github
Read moreTLoL (Python Module) – League of Legends Deep Learning AI (Research and Development)
TLoL-py is the Python component of the TLoL League of Legends deep learning library.It provides a set of utility methods and classes to deal with League of Legendsgame playing, deep learning datasets and provides a library to build a deep learningagent which can play League of Legends. This module is currently updated to patch 11.23. About Disclaimer: This project is not affiliated with Riot Games in any way. If you are interested in using this project or are just curious, […]
Read moreA real world application of a Recurrent Neural Network on a binary classification of time series data
What is this This is a real world application of a Recurrent Neural Network on a binary classification of time series data. This project includes data cleanup, model creation, fitting, and testing/reporting and was designed and analysed in less than 24 hours. Challenge and input Three input files were provided for this challenge: aigua.csv aire.csv amoni.csv (amoni_pred.csv is the same thing with integers rather than booleans) The objective is to train a Machine Learning classifier that can predict dangerous drift […]
Read moreA live streaming chatroom involving multiple modalities, such as voice, gesture, and facial expression
A live streaming chatroom involving multiple modalities, such as voice, gesture, and facial expression. Introduction We focus on demonstrating the design, as well as highlighting the advantages and our considerations on design features, using the knowledge and design principles learned in CS3483. As mentioned in our previous design reports, the project is motivated by the limited chatroom in the live stream. This interface is designed for a better chatroom experience in a live streaming platform based on Twitch, which is […]
Read moreAn information scroller Twitter trends, news, weather for raspberry pi and Pimoroni Unicorn Hat Mini and Scroll Phat HD
An information scroller Twitter trends, news, weather for raspberry pi and Pimoroni Unicorn Hat Mini and Scroll Phat HD. Features include: Twitter trends for multiple locations Weather information with many options to display News Headlines with configurable items Bitcoin prices against other currencies Multithreaded configurable content fetching for smooth scrolling Day/Night time brightness for better visibility Configurable scroll speed Color configuration per scrolling content (unicorn hat only) Required Parts: Raspberry Pi of any kind Pimoroni Unicorn Hat Mini or Scroll […]
Read moreColors in Terminal – Python Lang
About Colorate is an Open Source project that makes it easy to use Python color coding in your projects. After downloading the Colorate folder follow the tutorial below or also download example.py to understand how Colorate works. Import Colorate from Colorate.color import * Example use from Colorate.color import * # Import colorate # Example for use print(Color.Green + “Hello World!” + Color.
Read moreEyeLipCropper : a Python tool to crop eyes and mouth ROIs of the given video
EyeLipCropper is a Python tool to crop eyes and mouth ROIs of the given video. The whole process consists of three parts: frame extraction, face alignment, and eye/mouth cropping. The cropped eye/mouth image size can be customized. Usage Prerequisites >> python frame_extract.py -h usage: frame_extract.py [-h] [–video-path VIDEO_PATH] [–images-path IMAGES_PATH] extract frames with opencv optional arguments: -h, –help show this help message and exit –video-path VIDEO_PATH the input video path –images-path IMAGES_PATH the output frames path # default for test: […]
Read moreConvex Optimisation MVA course – Assignment
This repository contains the coding files of the third assignment in the MVA Convex Optimisation course. Usage To reproduce the results displayed in the report, please start by cloning the repository locally: git clone https://github.com/bglbrt/CVXOPTQP.git Then, install the required libraries: pip install -r requirements.txt To test the QP solver method against an open-source solver on randomly generated QP programs, run the dedicated testing file with: To obtain convergence plots for randomly generated LASSO dual optimisation problems, run the dedicated plotting […]
Read moreUlaavi for nuke, helps to keep our stocl elements organised
Ulaavi for nuke, helps to keep our stock elements organised. Downlaod ffmpeg from ffmpeg.orglinux : https://johnvansickle.com/ffmpeg/ windows : https://www.gyan.dev/ffmpeg/builds/ Under settings, set path to downloaded ffmpeg bin directory https://youtu.be/IrLRP9MQxjo GitHub View Github
Read more