<div>
{}
const
for()
</>
[]
From ideas to execution, here's what I've been making happen—check it out.
PodNotes is an AI-powered tool that converts your prompts or documents into interactive and engaging podcasts, with customizable voices and styles to match your content perfectly.
Developed as a seamless task management platform, the To-Do SaaS empowers users to stay organized by adding, managing, and tracking tasks effortlessly. With an intuitive interface and functionality designed for efficiency, it turns everyday organization into a breeze.
Daily Coder is a Discord bot designed to keep the coding community sharp and engaged. It delivers curated coding challenges from platforms like LeetCode, HackerRank and more straight to the server every day at 6:30 PM, fostering learning and collaboration among members.
A language translator with great UI and incredible data security
An AI model that helps Reduce Inequality in the SDG by understanding sign languages made using hands. Achieved 99.99% accuracy
a state-of-the-art chatbot built using the powerful capabilities of the Llama 3 large language model (LLM). Written entirely in Python. One of my innitial projects when I started coding.
Want to see more of my work?
View All on GitHubfunction createAwesome() {
const skills = ['passion', 'creativity'];
return skills.map(skill =>
transform(skill)
);
}