Skip to content
View 4meesh's full-sized avatar
:fishsticks:
:fishsticks:

Block or report 4meesh

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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
4meesh/README.md
┌─────────────────────────────────────────────────────────────┐
│   █████╗ ███╗   ███╗███████╗███████╗███████╗██╗  ██╗        │
│  ██╔══██╗████╗ ████║██╔════╝██╔════╝██╔════╝██║  ██║        │
│  ███████║██╔████╔██║█████╗  ███████╗███████╗███████║        │
│  ██╔══██║██║╚██╔╝██║██╔══╝  ╚════██║╚════██║██╔══██║        │
│  ██║  ██║██║ ╚═╝ ██║███████╗███████║███████║██║  ██║        │
│  ╚═╝  ╚═╝╚═╝     ╚═╝╚══════╝╚══════╝╚══════╝╚═╝  ╚═╝        │
└─────────────────────────────────────────────────────────────┘

🧠 About Me

> whoami
ameeshmohammedpv
> occupation
Software Engineer | Artist | Innovator
> mission
To merge artificial intelligence, design, and creativity into impactful projects.

⚙️ Tech Stack

> cat /skills

LANGUAGES

python | c++ | java | javascript | html | css

AI / ML

tensorflow | pytorch | scikit-learn | onnx

CV / DATA

opencv | mediapipe | numpy | pandas | pillow

BACKEND

flask | fastapi | django

FRONTEND

react.js | next.js | tailwind.css

TOOLS

git | aws | docker | vscode | jupyter | figma | photoshop | unity


🚀 Projects

1) smart-incubator-panel
   ↳ AI-based neonatal health monitoring
   ↳ Edge + Cloud + Real-time dashboard
  1. jaundice-detect-cv ↳ Vision-based health screening demo ↳ Built with OpenCV and ML

  2. interactive-resume ↳ Dynamic portfolio website (React + Motion)

  3. digital-art-suite ↳ High-detail sketches & 3D render art


🧩 Workflow

$ git clone git@github.com:AmeeshMohammedPv/<repo>.git
$ cd <repo>
$ python -m venv venv && source venv/bin/activate
$ pip install -r requirements.txt
$ python train.py --epochs 50 --device cuda
$ uvicorn app.main:app --host 0.0.0.0 --port 8000

🌍 Connect With Me

📧 ameeshmohammedpv@gmail.com
💼 linkedin.com/in/ameesh-mohammed-pv
🐙 github.com/AmeeshMohammedPv


💬 Tagline

> printf("Ideas → Models → Interfaces\n");
> echo "System online... awaiting next innovation."

Pinned Loading

  1. AudVI AudVI Public

    JavaScript

  2. Arduino-LAB Arduino-LAB Public

    A curated collection of Arduino-based microcontroller projects demonstrating real-world use cases in electronics and embedded systems. The repository includes applications like smart parking system…

    C++ 1

  3. Collaborative-code-editor Collaborative-code-editor Public

    React · Node.js · Socket.IO Developed a real-time collaborative code editor supporting multiple users simultaneously. Designed an intuitive front end with React and built a scalable server with Nod…

    JavaScript 1

  4. Weather-app Weather-app Public

    Weather Pro is a modern, single-page weather application built with HTML, CSS, and JavaScript. The app allows users to instantly check real-time weather conditions for any city worldwide using the …

    HTML 1

  5. BUS-TRACKER BUS-TRACKER Public

    Forked from Alanbenny123/BUS-TRACKER

    TypeScript

  6. Chrome-productivity-tracker-ext Chrome-productivity-tracker-ext Public

    JavaScript · Browser Extension Development Built a lightweight, privacy-first browser extension to track and analyze web activity. Provides real-time statistics on time spent per website, enabling …

    Vue