PROJECTS


Socials (Flutter Application Development)

A multi-platform social media app with a new view into the social world. Made the whole application from scratch and with a noSQL database backend Firebase. All the networking, backend and security and other functions are being handled by me. Not released yet but the binaries have been developed and is undergoing testing and bug fixes.

Lyrics Generator (Tensorflow & Flask)

A project that started with some scraping of lyrics of various artist from a website which ended up being a dataset for a Natural Language Processing project, which takes the lyrics, tokenises it and learns the sequences and regenerate some new ones, which hopefully make sense to the user. It was later coupled with flask to make it into a website. You would find it on lyrics.flads.in/ if we upgrade our website system to a better plan. All the work except for designing the website UI was done by me. The work is open source which can be seen on Github.

Denial of Service Script (Python, Networking & Cybersecurity)

This incorporation of the CPU intensive hulk dos script written in python2 into python3. Made some major library changes on par with the original work. Works pretty good on basic small server website. The script is not open source due to security concerns.

Personal Website (Flutter Web)

A personal website www.shubhendusingh.in made with the help of the new framework by google Flutter Web.

Certificate Generator (Flask, Python)

During the trying times of Covid-19 people organising webinars were in need to provide the certificates for the same. Made the same using Python and Flask. Looks shabby but works fine. Can be found at certificate.flads.in . The project is open source.

Terminal Messenger (Network Programming)

Wrote an amusingly low level script where a client and server can message through the terminal using the UDP protocol.

Object Detection using YOLO (Computer Vision)

Wrote a low frame rate openCV implementation of the YOLO object detection model used in self driving projects which detects objects from the computer webcam at very high accuracy.

XY-Fit (tensorflowjs)

Website that asks the user to map some x values to their y values and some hyper parameters. Our model then tries to understand the relation between them and predicts Testing Values. Completely open source.