My Projects

Paper to Colab

Paper to Colab

GitHub

A Next.js app that converts academic PDF papers into runnable Jupyter notebooks and opens them directly in Google Colab, powered by the Groq LLM API.

  • Next.js
  • TypeScript
  • Tailwind CSS
  • Groq API

Built a full-stack AI pipeline end-to-end, implemented rate limiting and security hardening, and integrated the Groq and GitHub Gists APIs in a production-grade Next.js app.

Text to Audio

Text to Audio

GitHub

A cross-platform desktop app that converts text files and scanned document images into audiobooks using a local text-to-speech model.

  • Electron
  • JavaScript
  • Node.js
  • kokoro-js

Gained experience building desktop apps with Electron, running a local AI TTS model, and using Tesseract OCR to extract text from scanned images.

Weather App

Weather App

GitHub

A web app that fetches real-time weather data for any city using the OpenWeatherMap API and displays current conditions and a 5-day forecast.

  • JavaScript
  • HTML
  • CSS
  • OpenWeatherMap API

Practiced consuming a third-party REST API, handling async data, and building a responsive UI with vanilla JavaScript.