Skip to content
View ashwinder-bot's full-sized avatar

Block or report ashwinder-bot

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
ashwinder-bot/README.md

Hi there, I'm Ashwinder Singh 👋

Typing SVG


🚀 About Me

class AshwinderSingh:
    def __init__(self):
        self.username = "ashwinder-bot"
        self.name = "Ashwinder Singh"
        self.role = "Backend Developer & AI/ML Engineer"
        self.location = "India 🇮🇳"
        self.primary_languages = ["Python", "C++"]
        self.secondary_languages = ["JavaScript", "Java", "SQL"]
        self.specializations = [
            "Backend Architecture", 
            "Machine Learning", 
            "Deep Learning",
            "API Development",
            "Database Design"
        ]
        self.current_focus = [
            "Scalable Backend Systems", 
            "MLOps & Model Deployment",
            "Distributed Systems"
        ]
        self.learning = [
            "Computer Vision", 
            "NLP & LLMs", 
            "Microservices",
            "Cloud Architecture"
        ]
        
    def get_expertise(self):
        return {
            "backend": ["REST APIs", "GraphQL", "Microservices", "Database Optimization"],
            "ai_ml": ["Supervised Learning", "Deep Neural Networks", "Computer Vision", "NLP"],
            "deployment": ["Docker", "AWS", "Model Serving", "CI/CD"]
        }
        
    def say_hi(self):
        print("Thanks for dropping by! Let's build intelligent systems together 🚀")

me = AshwinderSingh()
me.say_hi()

🌐 Connect With Me

Instagram LinkedIn Gmail Twitter


🎯 Featured Projects

🧘‍♂️ Mental Health System

AI-Powered Stress & Emotion Analyzer

  • Detects stress and emotional state using ML
  • Provides wellness recommendations and insights
  • Secure backend with smooth, interactive UI

Tech Stack: Java, FastAPI, MySQL, Streamlit, Machine Learning

🧾 Boatman

Online Payment Platform

  • Integrated PayPal payment gateway
  • Secure authentication and transaction tracking
  • User-friendly dashboard for managing payments

Tech Stack: Python, Flask, PayPal API, SQLite

🎬 Netflix UI Clone

Fully Responsive Entertainment Platform

  • Modern React.js architecture
  • Responsive design with Tailwind CSS
  • Interactive movie browsing experience

Tech Stack: React, Tailwind CSS, JavaScript

🤖 Payment Fraud Detection

AI-Powered Security System

  • Machine learning–based fraud detection
  • Real-time transaction analysis
  • 95%+ accuracy rate

Tech Stack: Python, TensorFlow, Pandas, Scikit-learn

📊 Stock Market Dashboard

Real-time Financial Analytics

  • Live market data integration
  • Interactive charts and visualizations
  • Full-stack web application

Tech Stack: Node.js, Express, MongoDB, Chart.js

🎥 Cineverse

Movie Review & Discovery Platform

  • User reviews and ratings system
  • Advanced search and filtering
  • Social features for movie enthusiasts

Tech Stack: Django, PostgreSQL, Bootstrap

---

🛠️ Technology Stack

💻 Core Programming Languages

Python C++ JavaScript Java SQL

🎨 Frontend Development

HTML5 CSS3 React TailwindCSS Bootstrap

⚙️ Backend Development & APIs

Node.js Express.js Django Flask FastAPI GraphQL REST API

🧠 AI/ML & Data Science

TensorFlow PyTorch OpenCV NumPy Pandas Scikit-learn Keras Jupyter Matplotlib Seaborn

🗄️ Databases & Storage

MySQL PostgreSQL MongoDB Redis SQLite Firebase

☁️ Cloud & DevOps

AWS Google Cloud Docker Kubernetes Git GitHub Actions Nginx

🔧 Development Tools & IDEs

VS Code PyCharm Postman Linux Ubuntu


📊 GitHub Analytics

ashwinder-bot


📈 Contribution Graph

Ashwinder's github activity graph


💭 Random Dev Quote


🎯 Current Goals

  • 🔭 Building scalable backend systems and intelligent AI applications
  • 🌱 Learning MLOps, Computer Vision, and Natural Language Processing
  • 🚀 Exploring Distributed Systems and Microservices Architecture
  • 👯 Looking to collaborate on Backend Development & AI/ML projects
  • 💬 Ask me about Python, C++, Machine Learning, or API Development
  • ⚡ Fun fact: I optimize algorithms for breakfast and train neural networks for dinner! 🧠

Show some ❤️ by starring repositories you find interesting!

Thanks for visiting my profile! Let's connect and build something amazing together! 🚀

Popular repositories Loading

  1. EVENT-MANAGMENT EVENT-MANAGMENT Public

    # EVENT-MANAGMENT- A comprehensive Event Management System for Bennett University! 🚀 🔍 Key Features: • Real-time event tracking and registration • Interactive club management dashboard • Beautiful,…

    JavaScript 3

  2. stock-market-dashboard stock-market-dashboard Public

    A Stock Market Dashboard built with Python (FastAPI backend) and React (frontend) using yFinance API for real-time data.

    JavaScript 1 1

  3. mental-health-system mental-health-system Public

    a Digital Mental Health Admin Dashboard using FastAPI and Supabase. Handles admin management, user profiles, and secure data access for the mental health system.

    TypeScript 1

  4. ONLINE-PAYMENT-FRAUD-DETECTION ONLINE-PAYMENT-FRAUD-DETECTION Public

    This project is an advanced machine learning application designed to detect fraudulent transactions in online payment systems. Using a Kaggle dataset, the system analyzes transaction data, identifi…

    Python

  5. GROCERY-MANAGMENT-SYSTEM GROCERY-MANAGMENT-SYSTEM Public

    This project is a desktop-based Grocery Management System built using Python (Tkinter) for the graphical user interface and SQL for database management. It is designed to help businesses manage the…

    Python

  6. NETFLIX-CLONE NETFLIX-CLONE Public

    A responsive homepage built with HTML and CSS, inspired by Netflix's sleek design. Features include a responsive layout, navigation bar, and movie banners. Future updates will add JavaScript for dy…

    HTML