Skip to content
View dingusagar's full-sized avatar
Block or Report

Block or report dingusagar

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
dingusagar/README.md

Hola 👋 I am Dingu Sagar.

ML Engineer @ [Arintra](https://arintra.com/)
I love building softwares and sharing knowledge.

My Open Source Projects

  • PyAutoEasy - Makes it easy to automate your booring GUI tasks.
  • MouseGestureRecognition - Detect mouse gestures to run commonly used programs/commands.
  • Termy - Terminal assistant for teams. Natural language interface for your long terminal commands.
  • Movia - Telegram Bot that can fetch you movie reviews, ratings.

Blogs

Few Popular Video Tutorials

LinkedIn Twitter YouTube Stack Overflow

Pinned

  1. pyautoeasy pyautoeasy Public

    PyAutoEasy is a extension / wrapper around the famous PyAutoGUI, a cross-platform GUI automation tool to replace your boooring repetitive tasks.

    Python 7 3

  2. MouseGestureRecognition MouseGestureRecognition Public

    An experimental project idea to see if we can make gestures with the mouse cursor and detect those gestures to perform certain actions.

    Python

  3. termy termy Public

    A lightweight terminal assistant to give a natural language interface to your terminal commands. It also supports integration to GPT-3.

    Python 2

  4. AsyncFaceRecognition AsyncFaceRecognition Public

    A demo python application for face recognition based attendance system using enhancement of low resolution images by super resolution deep learning models.

    Python 15 1

  5. Draw-Binary-Tree- Draw-Binary-Tree- Public

    Making a function that draws binary tree on to the console.

    C 2 1

  6. DependencyInjectionExample DependencyInjectionExample Public

    A simple java program to demonstrate the significance of dependency injection principle using car and car-engine analogy

    Java