Projects

I have more unfinished projects than the number of tabs that are open on my browser. There are a lot more on my to-do. For me, side projects are a great way to kill time and learn something new. Here are a few good ones that I built during my time in college.

01
nextjsprismasupabasetrpc

Tiny

A URL shortener for shrinking my personal links. I started this project to check out the new shadcn CLI tool. trpc looked like a cool way to send requests between the client and server. I decided to give it a go. I used Prisma for ODM and added my database to PostgreSQL.

02
flutternodejsmongodbaws

Flair

A competitive platform for people to show off their talents in music and dance. It started as a side project to kill time during lockdown. Soon, it started showing good potential. We noticed that the traditional algorithms promoted clickbait content and not the best talent. So we developed our own algorithm to rank video submissions for competitions. It is built using Flutter, Node.js and deployed in AWS. Unfortunately, it is now taken down from Play Store due to lack of maintenance when we went our separate ways after college.

03
flutter

Talk Sindhi

This is a mobile application to help users learn the language Sindhi. It has a fun interface to learn Sindhi using English or Hindi as the primary medium. Additionally, the app offers interactive quizzes to assess the user's knowledge. This was developed during my internship at Infoware India.

04
flutternodejsmysql

Habituals

This is a corporate mobile application for helping with mental health. The app provides audits and nudges to make sure that there is a good employee wellbeing. It was developed using Flutter and Node.js during my internship at Infoware India.

05
nextjs

TEDx StTeresasCollege

Curated the website development of TEDx StTeresasCollege.

06
pythonmlopencvcnn

Semantic segmentation of road surface

Semantic segmentation of road surface using the Indian Driving Dataset (IDD). Here, the IDD dataset was transformed to a collection of masks using binary thresholding. The result was trained on a U-NET (end-to-end fully convolutional network).

07
pythonmlopencvnodejs

Object-Detection-YOLOv3

The input video is first checked for motion detection. If a motion is detected, every second frame is processed using YOLOv3 object detection algorithm loaded with pre-trained weights. The dashboard sends API request to the Node.js server to execute object detection in a virtual Python shell.

08
pythonmlopencv

Live face recognition

Live training and recognition of faces using convolutional neural network.

Made with ❤️ and caffeine by Abhay V Ashokan