Tools to convert video files into ASCII art, and make self-contained playback executables
A few tools to convert video and images into ASCII art in an ANSI terminal. These tools support color output using the ANSI 256 color set, as well as the creation of a self-contained playback executable for video converted to text, with compression able to fit 4 minutes of 80 column 15 FPS video onto a single floppy disk! Check out this video for more information and to see sample output for video to text conversion. A sample image converted […]
Read moreSend Email from the console line using a python3 script
Table of content About the project This python3 script allow you to send email from the terminal using a json file as configuration file and a .txt file as the subject for the mail. Setup Install required packages cd send_email $ pip install -r requirements.txt Create the config.json file with your credentials . This configuration file is for gmailChange port and server for others smtp providers. { “email”: “[email protected]”, “password”: “xxxxxx”, “port”: 587, “server”: “smtp.gmail.com” } Remove reading write […]
Read moreUse tesseract ocr and open cv to detect and plot hand written equations
In this project i used tesseract ocr and open cv to detect and plot hand written equations.When i write OK word the code will detect and plot the equation under draw word ypu should write the equation under draw and OK and it shoud be in one line. GitHub View Github
Read moreThe day-to-day front-end to the IETF database for people who work on IETF standards
Getting Started This project is following the standard Git Feature Workflow development model. Learn about all the various steps of the development workflow, from creating a fork to submitting a pull request, in the Contributing guide. Make sure to read the Styleguides section to ensure a cohesive code format across the project. You can submit bug reports, enhancement and new feature requests in the discussions area. Accepted tickets will be converted to issues. Prerequisites Python 3.6 Django 2.x Node.js 16.x […]
Read moreBoosting Crowd Counting via Multifaceted Attention
Official Implement of CVPR 2022 paper ‘Boosting Crowd Counting via Multifaceted Attention’ @inproceedings{lin2022boosting, title={Boosting Crowd Counting via Multifaceted Attention}, author={Lin, Hui and Ma, Zhiheng and Ji, Rongrong and Wang, Yaowei and Hong, Xiaopeng}, booktitle={CVPR}, year={2022} }
Read moreEDS-NLP provides a set of spaCy components that are used to extract information from clinical notes written in French
EDS-NLP provides a set of spaCy components that are used to extract information from clinical notes written in French. If it’s your first time with spaCy, we recommend you familiarise yourself with some of their key concepts by looking at the “spaCy 101” page. Quick start Installation You can install EDS-NLP via pip: We recommend pinning the library version in your projects, or use a strict package manager like Poetry. pip install edsnlp==0.4.0 A first pipeline Once you’ve installed the […]
Read moreA Blender addon that generates a minimap of the current node tree
This is a Blender addon that generates a minimap of the current node tree, allowing for easy navigation and readability Installation Download this repo as a zip, and install it as a normal Blender addon. Usage click the Minimap button in the header of the node editor, and then click “Show minimap” You can then play about with the values that control how the minimap is displayed. Controls: Clicking and dragging on the minimap pans the view Double-clicking the minimap […]
Read moreAutomated website screenshots using GitHub Actions
Tool for taking automated screenshots For background on this project see shot-scraper: automated screenshots for documentation, built on Playwright on my blog. Demo A live demo of the output of this tool can be found in the shot-scraper-demo repository. Installation Install this tool using pip: This tool depends on Playwright, which first needs to install its own dedicated browser. Run shot-scraper install once to install that:
Read moreTemplate-free Prompt Tuning for Few-shot NER
The source codes for EntLM. Dependencies: Cuda 10.1, python 3.6.5 To install the required packages by following commands: $ pip3 install -r requirements.txt To download the pretrained bert-base-cased model: $ cd pretrained/bert-base-cased/ $ sh download_bert.sh Few-shot Experiment Run the few-shot experiments on CoNLL 5-shot with: By default, this runs 4 rounds of experiments for each of the sampled datasets.You can also run 10/20/50-shot experiments by editing the line FILE_PATH=dataset/conll/5shot/ in scripts/run_conll.sh . Label word selection You can run the label […]
Read more