Linux Dotfiles

My Linux dotfiles, I use Arch btw. Note: if you want to give these dotfiles a try, you should fork the Github repo, review the code and remove things you don’t want or need. Use at your own risk. i3WM - A tiling window manager for X11. tmux - A terminal multiplexer, runs on OpenBSD, FreeBSD, NetBSD, Linux, macOS and Solaris. zsh - Highly customizable interactive login shell and command interpreter for shell scripting....

December 24, 2021 · 2 min · 375 words · Snehal Reddy Yelmati

Online Signature Verification Using Deep Learning

In this project, I’ve developed a complete end-to-end software solution for online signature verification using deep learning. The web app is built with Flask and the deep neural network models are built with Keras and Tensorflow. This web app can detect forgeries with 97% accuracy and It is hosted on a Amazon EC2 instance using an NGINX server and Gunicorn with authentication, caching and crash handling. Source repository: snehalyelmati/Online-Signature-Verification

June 28, 2020 · 1 min · 69 words · Snehal Reddy Yelmati