Bringing the hell of pointers to Python
Bringing the hell of pointers to Python Why would you ever need this Example
Read moreDeep Learning, NLP, NMT, AI, ML
Bringing the hell of pointers to Python Why would you ever need this Example
Read moreA 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 moreTable 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 moreIn 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 moreGetting 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 moreOfficial 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. 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 moreThis 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 moreTool 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 more