Skip to main content

Posts

Delays in IP Routers, A Markovian Model: A Review

I wrote this review paper back in December, 2022. I took part in the "Third International Conference on the works of Srinivasa Ramanujan and their Applications in Science and Engineering specially in Bioinformatics and Biomathematics" (ICSFAW - 2022). I learned alot in this conference. The title of my review paper is the same as the title for this post The paper isn't anything ground breaking but it is my very first piece of scientific literature and i learned alot while making it. Here is my paper:

Speech Recognition in Python

 I recently made this python speech recognition code. It's a simple , little project ment to teach the basics of speech recognition using python. It uses the SpeechRecognition library by Anthony Zhang and a text-to-speech (TTS)  element powered by the pyttx3 library made by Natesh Bhatt.  Below is the documentation to go along with the project. And here is the github repo Simple Python Speech Recognition by Prabal Pratap Singh Rawat

How to permantly disable touchscreen on linux

If your a Linux user who has a touchscreen on their PC and happens to  not use it due to issues like it being laggy, damaged etc , then this simple guide is for you!   I had this same issue while using linux on one of my old PC which has a touchscreen in it, albeit a slightly glitchy  one. I don't use touchscreen anyways. If you looked up "How to disable touchscreen Linux" or something along those lines on the internet , then I have some bad news for you :( Most guides or forums that tell you how to disable your PC's touchscreen are nothing but a temporary solution! After a restart or the next time you turn on your PC you'd be struggling to redo the steps you got from a shaddy website as the touchscreen will be back online after every restart! Here's what you probably did: CASE-1  Disable touchscreen on Linux Step-1: Open terminal Open your terminal by either clicking this icon  on your linux desktop environment or by doing this shortcut- CTRL+ALT+t Step-2: ...