Skip to content
View codebyimran-projects's full-sized avatar
🎯
Focusing
🎯
Focusing
  • Karachi

Block or report codebyimran-projects

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 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

Full Stack Developer | AI/ML Engineer | Freelancer

Typing SVG


About Me

class Developer:
    def __init__(self):
        self.name = "Muhammad Imran"
        self.role = "Full Stack Developer & AI/ML Engineer"
        self.experience = "4+ Years"
        self.location = "Pakistan"
        self.availability = "Open for Freelance"
        self.contact = "+92 3703027584"
        self.email = "muhammadimran27584@gmail.com"
    
    def current_focus(self):
        return ["React.js", "Node.js", "Python ML", "PHP", "MySQL"]
    
    def goals(self):
        return "Build innovative solutions that solve real-world problems"

Tech Stack

Frontend Development

React JavaScript Tailwind CSS Bootstrap HTML5 CSS3

Backend Development

PHP Node.js MySQL REST API

AI & Data Science

Python Pandas NumPy scikit-learn Streamlit

Tools & Platforms

Git VS Code Figma GitHub


GitHub Analytics

Metric Stats
Commits
Open Source
Freelance

Featured Projects

Project Tech Stack Description
Language Detection System Python, Streamlit, scikit-learn AI-powered language detection with 92% accuracy
Movie Recommender System Python, Pandas, Cosine Similarity Netflix-style content-based filtering
E-Commerce Platform React, PHP, MySQL Full-stack online store with payment integration
Portfolio Website HTML5, CSS3, JavaScript Modern responsive portfolio design

Current Focus

graph LR
    A[React.js] --> E[Full Stack Development]
    B[Node.js] --> E
    C[Python ML] --> E
    D[Cloud Deployment] --> E
    E --> F[Building Scalable Solutions]
Loading
Priority Technology Status
1 React.js & Modern Frontend Actively Learning
2 Node.js & REST APIs Building Projects
3 Python Machine Learning Creating AI Apps
4 Cloud Deployment (AWS/Vercel) Exploring
5 System Architecture Design Implementing

Connect With Me


Weekly Coding Activity

React.js      █████████░░░░░░░░  45%
Python        ████████░░░░░░░░░  35%
Node.js       ██████░░░░░░░░░░░  25%
PHP           █████░░░░░░░░░░░░  20%
Data Science  ████░░░░░░░░░░░░░  15%

Recent Activity

  • 🚀 Built Language Detection AI System with 92% accuracy
  • 💻 Created Netflix-style Movie Recommender
  • 📱 Developed responsive e-commerce platform
  • 🔧 Learning Node.js and Express.js
  • 🤝 Open for freelance collaborations

Let's Build Something Amazing Together

Code with purpose. Build with passion. Deliver with excellence.

© 2024 Muhammad Imran (codebyimran)

```

Pinned Loading

  1. Macro-program Macro-program Public

    A powerful Python-based macro engine that automatically replaces keystrokes with predefined text outputs. Perfect for programmers, writers, and productivity enthusiasts.

    Python

  2. Voice-Recorder Voice-Recorder Public

    This project is a fully functional voice recording and enhancement application written in Python. It records audio in real time, applies noise reduction, normalization, high-pass filtering, and dyn…

    Python

  3. python-mini-projects python-mini-projects Public

    This repository contains multiple small Python projects. Each project is stored in its own folder and is fully implemented in a single file named main.py. These projects are created to practice Pyt…

    Python

  4. ai-chatbot-python ai-chatbot-python Public

    This project is a terminal-based AI chatbot built with LangChain, LangGraph, and OpenAI. It uses the modern ReAct agent architecture and supports streaming responses directly to the terminal for a …

    Python

  5. ai-resume-critiquer-streamlit ai-resume-critiquer-streamlit Public

    This project is a Streamlit-based web application that analyzes resumes using the OpenAI API. Users can upload their resume as a PDF or DOCX file, and the application extracts the text and generate…

    Python

  6. boston-housing-price-prediction boston-housing-price-prediction Public

    This repository contains a machine learning project that predicts housing prices in the Boston area using the Boston Housing dataset. The project demonstrates the complete workflow of a regression …

    Python