My Projects

Explore the diverse range of projects I've worked on

Handwriting Recognition App

Handwriting Recognition App

An Android app that can recognize on-screen handwriting and translate it to text.
Hello there, This was my 5th Semester project for MCA at Cotton University. The app uses android Canvas API to draw on the screen and then uses android Digital Ink Recognition model to recognize the drawn handwriting and translate it to text. The app is built using Kotlin and Android Studio.
Koan

Koan

Unlock hidden features with daily koans and subtle hints.
Koan is an app that delivers a new koan every day, offering wisdom and reflection. As you engage with the app, you’ll discover hidden features that unlock over time. Each koan contains subtle hints, guiding you towards these secrets. Dive deep into the world of koans and uncover the mysteries within
Indian Currency to Word

Indian Currency to Word

A Flutter library that convert number to words in Indian Currency
A Flutter package for both iOS and Android that converts a given amount to word in Indian Locale. Currently it support conversion till Crore. The maximum number is (999999999).
Direct Caller with Sim Choice

Direct Caller with Sim Choice

A Flutter library that allows you to make phone calls directly from your app.
Makes Call Directly without user interaction. Ideal for application that has emergency call services. One example would be a distress app that makes phone call when phone is shaked three times.
Tick-Tac-Toe

Tick-Tac-Toe

A 2-Player CLI game of Tic-Tac-Toe
Hello there, This is just a simple game of Tic-Tac-Toe. The game can be played using the terminal or the command line. This was built using Python and just one external library to color the output in the terminal. The interesting part is unlike other tick-tak-toe games, it can be played on a board of NxN size.
TinyChat

TinyChat

Experience seamless, private, and offline AI-powered conversations with TinyChat, running TinyLLaMA locally on your device.
Unleash the power of AI on your device with TinyChat! Experience seamless, intelligent conversations with our app that runs TinyLLaMA locally, ensuring privacy, speed, and offline capability. Whether you need assistance, want to have a friendly chat, or seek information, TinyChat is here to help anytime, anywhere.
Cervical Cancer Screening Web App

Cervical Cancer Screening Web App

A Cervical cancer Screening app using Pap-Smear Slides
Hello there, This was my Thesis for MCA at Cotton University. I developed this PoC as an Intern at IASST, Guwahati. The model for prediction was trained using Keras on top of tensorflow and the web app was built uising Django