A small python that you set a time and on that time, app will send you notification and also play an alarm

Always be OnTime! What is OnTime? OnTime is a small python that you set a time and on that time, app will send you notification and also play an alarm. How to get OnTime? You can download OnTime via Github. $ git clone https://github.com/BlackIQ/OnTime How to install OnTime? OnTime just install on Linux. So, if you have Windows, forget it! Installing is so simple. Just run setup and it will be installed. How to run OnTime? Just enter ontime command! […]

Read more

HTML minifier for Python frameworks (not only Django, despite the name)

django-html is an HTML minifier for Python, with full support for HTML 5. It supports Django, Flask and many other Python web frameworks. It also provides a command line tool, that can be used for static websites or deployment scripts. Why minify HTML code? One of the important points on client side optimization is to minify HTML. With minified HTML code, you reduce the size of the data transferred from the server to the client, which results in faster load […]

Read more

Python package for performing Entity and Text Matching using Deep Learning

DeepMatcher is a Python package for performing entity and text matching using deep learning. It provides built-in neural networks and utilities that enable you to train and apply state-of-the-art deep learning models for entity matching in less than 10 lines of code. The models are also easily customizable – the modular design allows any subcomponent to be altered or swapped out for a custom implementation. As an example, given labeled tuple pairs such as the following: DeepMatcher uses labeled tuple […]

Read more

A discord token creator that uses the service capmonster for captcha solving

Discord Token Creator A discord token creator that uses the service capmonster for captcha solving! Report Bug·Request Feature Features Autojoin discord servers User friendly interface Proxy support (http/socks4/socks5) Milestones 50 Stars – Swap over to an asynchronous version 100 Stars – HCaptcha bypass 200 Stars – Add email verification 300 Stars – Add phone verification Contact View my contact information    

Read more

OpenFace 2.2.0: a facial behavior analysis toolkit

Over the past few years, there has been an increased interest in automatic facial behavior analysis and understanding. We present OpenFace – a tool intended for computer vision and machine learning researchers, affective computing community and people interested in building interactive applications based on facial behavior analysis. OpenFace is the first toolkit capable of facial landmark detection, head pose estimation, facial action unit recognition, and eye-gaze estimation with available source code for both running and training the models. The computer […]

Read more

A dead simple python wrapper for darknet that works with OpenCV 4.1, CUDA 10.1

Dead simple python wrapper for Yolo V3 using AlexyAB’s darknet fork. Works with CUDA 10.1 and OpenCV 4.1 or later (I use OpenCV master as of Jun 23, 2019) OpenCV’s DNN module, as of today, does not support NVIDIA GPUs. There is a GSOC WIP that will change this. Till then, this library is what I needed. I used Alexy’s fork because he keeps it more updated with required changes (like using std++-11 etc.).W Other excellent libraries such as pyyolo, […]

Read more

CircuitPython library for the CH559 USB to Serial chip

Why? Because you might want to get keyboard/mouse/gamepad/HID input into your CircuitPython projects without having to think much about USB. Usage Copy the adafruit_hid CircuitPython library bundle into the lib directory on your CircuitPython device. Copy the ch559.py file into the lib directory on your CircuitPython device. Hook up the CH559’s Tx and Rx pins to your desired UART pins on the CircuitPython device. (In the example image below, I am using pins D6 (TX) and D7 (RX) on a […]

Read more

Fixes your Microphone Level to one specific value

Fixes your Microphone Level to one specific value. A friend of mine has the problem that some programs are setting his microphone level up to 100.Now he can use this script to lower his level automaticly on boot. Open the Project in a IDE of your choice. I developed it in PyCharm.Execute the main.py. The Program will promt “Input wish percentage:” ,if you dont have the level.cfg. You will have to type in what percentageyou want your microphone to have. […]

Read more

Release of the ConditionalQA dataset

Datasets accompanying the paper ConditionalQA: A Complex Reading Comprehension Dataset with Conditional Answers. Disclaimer This dataset should ONLY be used for NLP research purpose. Answers are NOT verified by legal professionals and should NOT be used for any legal purposes. Evaluate Please generate your predictions using the format sample_output.json. Run the following command to evaluate your predictions with evaluate.py: python evaluate.py –pred_file=sample_output.json –ref_file=v1_0/dev.json Leaderboard Submit your predictions to the Leaderboard. Please email your Codalab username to if you would like […]

Read more
1 448 449 450 451 452 974