Skip to content
View mearslanahmed's full-sized avatar

Highlights

  • Pro

Block or report mearslanahmed

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Content in all repositories owned by your account will be closed.
Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
mearslanahmed/README.md

Arslan Ahmed

arslanahmed.me · LinkedIn · Fiverr · Email


I build production software across mobile, backend, and applied AI, and I care more about shipping AI into real products than running experiments in notebooks. AgriGuard started with a client requirement, ran through six months of EfficientNetB3 training on crop disease data, and ended with an ESP32 controlling an irrigation pump from a React Native app. That's the kind of problem I find interesting.

Freelancing internationally since my second year of university. 5.0 on Fiverr. Currently shipping SpendWise.


Projects

AgriGuard · Live · APK

Built for AG Leaders. A single disease classifier fails because it conflates diseases across crops: a tomato lesion and a mango lesion look similar enough to confuse the model. The fix: a crop gate first. EfficientNetB3 identifies the crop (11 classes, 99.15% accuracy), rejects unknown inputs, then a second EfficientNetB3 classifies disease within that confirmed crop (76 classes, 94.86% accuracy, 0.94 macro F1). Dual ESP32 architecture: CAM module handles image capture, WROOM handles pump relay and soil moisture, separated because running GPIO alongside camera and WiFi on a single ESP32-CAM causes ADC failure.

React Native Node.js TensorFlow Flask EfficientNetB3 ESP32 HuggingFace


SpendWise · Live · Google Play

AI finance tracker built solo, live on Android. The financial advisor is RAG-grounded against each user's transaction history, budgets, and wallets before generating responses, preventing generic or fabricated advice. Gemini Vision extracts structured transaction data from receipts, reducing manual entry to a single image. Native Android home screen widget built in Kotlin with Jetpack Glance so users can log transactions without opening the app. AI features routed through a Next.js backend API to keep keys off the client. Jest test coverage before release.

React Native Kotlin TypeScript Expo Firebase Gemini Groq Next.js RAG Jest


TalentSift · Live

AI recruitment platform. Backed by PostgreSQL on Supabase to handle the concurrent read/write patterns an applicant tracking system generates: multiple recruiters reviewing, scoring, and updating candidates simultaneously. LangChain + Groq handle automated screening interviews with instant scoring. Stripe subscription tiers for premium features.

Next.js Django REST PostgreSQL LangChain Groq Stripe Supabase


ReelTime · Kaffeine · Movies Recommending System · Employee Management System


Stack

Languages   JavaScript · TypeScript · Python · Kotlin · C# · C++
Mobile      React Native · Expo · Android SDK
Frontend    React · Next.js · Tailwind CSS
Backend     Node.js · Express · Django REST · Flask
Databases   MongoDB · PostgreSQL · Firebase · MySQL
AI/ML       TensorFlow · PyTorch · Keras · LangChain · Scikit-learn · Pandas · NumPy
Tools       Git · Linux · Postman · Android Studio

Experience

Python Developer — AI/ML · Smart Algorithm (AI Soft) · Dec 2024 – Mar 2025
Designed, trained, and deployed seven ML models across classification, regression, and clustering. Integrated trained models into production Django applications end-to-end.

Freelance Developer · Fiverr · Jan 2024 – Present
5.0/5.0. Mobile apps, REST APIs, and full-stack systems for international clients.

Pinned Loading

  1. AgriGuard AgriGuard Public

    AI-powered crop disease detection and smart irrigation system built with React Native, Node.js, and EfficientNetB3

    Jupyter Notebook

  2. spendwise-react-native spendwise-react-native Public

    An AI-powered personal finance and expense tracker app built with React Native, Expo, Firebase, and Google Gemini AI. Features automated receipt scanning and budgeting.

    TypeScript 1

  3. reeltime-android reeltime-android Public

    A feature-rich Android movie ticket booking application built with Kotlin, using Firebase for real-time data and user authentication.

    Kotlin 1

  4. TalentSift TalentSift Public

    An intelligent applicant tracking system (ATS) and recruitment platform featuring automated AI screening interviews, candidate practice sessions, and AI-optimized job postings.

    JavaScript 1

  5. kaffeine-android kaffeine-android Public

    KAFFEINE is a modern Android coffee shop application built with Kotlin and Firebase. It features a menu, item categories, and a clean, Material Design-inspired user interface.

    Kotlin 1

  6. Movies_Recommending_System Movies_Recommending_System Public

    Movies Recommending System project! This is my personal implementation of a machine learning-based recommendation engine that suggests movies to users based on similarity metrics and other powerful…

    Python