Skip to content
View ahmed141's full-sized avatar
:octocat:
Doing Magic
:octocat:
Doing Magic

Highlights

  • Pro

Organizations

@upsurge-us

Block or report ahmed141

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

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

Report abuse
ahmed141/README.md

Hi there, I'm Ahmed! 👋

Solutions Architect (Data/Analytics/AI/Cloud) @ UpSurge & @ ASP

@Ex Estee Lauder @Ex MoonHubAI, @Ex Systems Ltd, @Ex Northbay, @Ex Neighborhoods

umararfeen/

import os

def greet():
    print(f"Welcome {os.popen('whoami').read().strip()}!! 👋")

Small List of What I do

Area of Expertise Tools I've Mastered
Data Analytics Looker Power BI Tableau Amazon QuickSight Superset Metabase Grafana
Cloud GCP AWS Azure
Data Engineering dbt Databricks Azure Data Factory AWS Glue Dataproc Apache Spark Delta Lake
Data Warehouse BigQuery Redshift Azure Synapse
AI Agents PydanticAI LangFlow LangChain CrewAI Smol Agents VoiceFlow
DevOps Docker Terraform AWS CI/CD GitHub Actions Azure DevOps Cloud Build
Full Stack Front-end: React Next.js Vue.js
Back-end: Django Node.js
AI/Data Apps Framework Streamlit Mesop Reflex
App Development Front-end: React Native Flutter
Back-end: Firebase
Languages Front-end: JavaScript TypeScript Dart
Back-end: Python SQL
Databases Relational: PostgreSQL MySQL MSSQL Cloud SQL Azure SQL Amazon RDS Aurora Cloud Spanner SQL Server
Non-Relational: Elasticsearch MongoDB Cassandra Neo4J Firestore DynamoDB
Others misc. Cloud Functions Azure Functions Cloud Run Azure App Service Cloud Datalab
AI Other Misc Open Source: Tesseract OCR
AWS: Sagemaker Bedrock Textract Comprehend Rekognition


Let's connect and build something amazing together!

LinkedIn    GitHub

© 2025 Ahmed Shahzad. All rights reserved.

Pinned Loading

  1. AI-Coding AI-Coding Public

    This repository contains the code for different problems that I have worked on, The solutions are distributed based on language and domain

    Jupyter Notebook 1 2

  2. OCR-onPDF-MedicalData OCR-onPDF-MedicalData Public

    A “hybrid” service model, in which client-sent records are processed and coded via automated IP of OCR / NLP / CV

    Jupyter Notebook

  3. Data-Science--Cheat-Sheet Data-Science--Cheat-Sheet Public

    Forked from georgearun/Data-Science--Cheat-Sheet

    Cheat Sheets

    2

  4. Scrapping-Amazon-Products-Python Scrapping-Amazon-Products-Python Public

    Automated system developed to scrape Amazon product data with diversity of categories and attributes.

    Python

  5. pySpark MLlib's model design and tra... pySpark MLlib's model design and training
    1
    layers = [4, 5, 6, 3]
    2
    mlpc = MultilayerPerceptronClassifier(layers = layers, blockSize = 32, seed = 4, solver='gd')
    3
    model = mlpc.fit(trainSet)
  6. Instagram-Profile-Classifier-NLP Instagram-Profile-Classifier-NLP Public

    The Instagram scrapped data with a profile name and biography was used to decide whether that account is owned by an individual or not using Deep Learning NLP techniques.

    Jupyter Notebook 1