Skip to content
View JashanMaan28's full-sized avatar
๐ŸŽฏ
Focusing
๐ŸŽฏ
Focusing

Highlights

  • Pro

Block or report JashanMaan28

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 250 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
JashanMaan28/README.md
Profile Picture

Typing Animation

Profile Views Age Focus Status


๐ŸŒŸ WELCOME TO MY DIGITAL UNIVERSE ๐ŸŒŸ

Where Code Meets Creativity and AI Meets Innovation




STUDENT INNOVATOR
Learning, Growing, Building



MACHINE LEARNING
Teaching Machines to Think



DEVELOPER
End-to-End Solutions


๐Ÿ’ป SYSTEM.PROFILE.EXECUTE()

#!/usr/bin/env python3
# -*- coding: utf-8 -*-

class DigitalSelf:
    def __init__(self):
        self.name = "Jashanpreet Singh"
        self.alias = ["JashanMaan28", "The AI Whisperer", "Code Poet"]
        self.location = "California, USA ๐ŸŒด"
        self.age = 17
        self.role = "AI Engineer & Innovator"
        self.mission = "Building AI that serves humanity"
        
        # Core Attributes
        self.passion = ["Machine Learning", "Deep Learning", "Innovation"]
        self.superpowers = ["Problem Solving", "Quick Learning", "Creative Thinking"]
        self.current_quest = "Mastering Computer Vision & NLP"
        
        # Stats
        self.projects_completed = 15
        self.models_trained = 8
        self.coffee_consumed = "โˆž"
        self.bugs_fixed = 500
        
    def get_dream(self):
        return "Creating AI solutions that make the world a better place"
    
    def is_available_for_collaboration(self):
        return True  # Always open to amazing opportunities!
    
    def get_current_status(self):
        return {
            "learning": ["Advanced Deep Learning", "Computer Vision"],
            "building": ["Sign Language Translator", "AI Study Assistant"],
            "planning": ["Next-gen AI Applications"],
            "mood": "๐Ÿš€ Ready to change the world!"
        }

# Initialize the journey
me = DigitalSelf()
print(f"๐ŸŽฏ Current Mission: {me.get_dream()}")
print(f"๐Ÿค Open for collaboration: {me.is_available_for_collaboration()}")

โšก TECHNOLOGY ARSENAL โšก

"My weapons of choice for building the future"

๐Ÿง  ARTIFICIAL INTELLIGENCE & MACHINE LEARNING


๐Ÿ’ป PROGRAMMING LANGUAGES


Python
โญโญโญโญโญ
AI/ML Master

JavaScript
โญโญ
Web Wizard

HTML/CSS
โญโญโญโญโญ
UI Craftsman

Dart
โญ
Mobile Magic

๐Ÿ› ๏ธ DEVELOPMENT ECOSYSTEM




๐Ÿš€ FLAGSHIP PROJECTS SHOWCASE

"Innovation in Action - Projects That Make a Difference"

๐ŸคŸ SIGN LANGUAGE TRANSLATOR

Real-time ASL Detection & Translation

๐ŸŽฏ Mission: Bridge communication barriers
๐Ÿง  Tech: MediaPipe + Random Forest ML
๐Ÿ“Š Accuracy: 95%+ detection rate
๐Ÿ‘ฅ Impact: Empowering deaf community

def detect_asl(frame):
    landmarks = extract_hand_landmarks(frame)
    prediction = ml_model.predict(landmarks)
    return translate_to_text(prediction)

๐Ÿ“ Auto Local File Sorter

Smart File Management for Your Desktop

๐Ÿงญ Mission: Eliminate clutter & boost productivity
๐Ÿค– Tech: Python + OS + ML (optional)
๐Ÿ“‚ Features: Auto-sorts documents, images, media, and more
โšก Speed: Instant organization on file creation or schedule

class FileSorter:
    def sort_files(self, directory):
        for file in os.listdir(directory):
            category = self.categorize(file)
            self.move_to_folder(file, category)

    def categorize(self, file):
        ext = os.path.splitext(file)[1].lower()
        if ext in ['.jpg', '.png', '.gif']:
            return 'Images'
        elif ext in ['.docx', '.pdf', '.txt']:
            return 'Documents'
        elif ext in ['.mp4', '.mp3']:
            return 'Media'
        else:
            return 'Others'

๐ŸŽจ DYNAMIC PORTFOLIO

Next-Gen Web Experience

โœจ Vision: Showcase creativity & skills
๐ŸŽญ Design: Interactive & Responsive
๐Ÿš€ Performance: Lightning fast
๐Ÿ“ฑ Mobile: First-class experience

const portfolio = {
    design: 'cutting-edge',
    animations: 'smooth-as-silk',
    purpose: 'inspire-and-impress',
    visit: 'jashanpreetsingh.web.app'
};

๐Ÿง‘โ€๐Ÿ’ผ Face Recognition Attendance Recorder

Smart Attendance System with AI

๐Ÿ“ธ Tech: OpenCV + Face Recognition
๐Ÿ•’ Purpose: Auto attendance tracking
๐Ÿ—ƒ๏ธ Database: CSV / SQLite Logs
๐Ÿ” Security: Spoof-resistant recognition

class AttendanceRecorder:
    def __init__(self):
        self.known_faces = load_known_faces()
        self.log_file = "attendance.csv"

    def recognize_and_log(self, frame):
        faces = detect_faces(frame)
        for face in faces:
            name = match_face(face, self.known_faces)
            log_attendance(name, self.log_file)

๐Ÿ“Š GITHUB ANALYTICS DASHBOARD

"Data-Driven Development Journey"

๐Ÿ† ACHIEVEMENT UNLOCKED


Built & Deployed

Trained & Optimized

Cups Consumed

Squashed & Fixed

๐ŸŽฏ LEARNING & GROWTH TRAJECTORY

"Continuous Evolution in the World of Technology"

mindmap
  root((๐Ÿš€ JASHANPREET))
    ๐Ÿง  AI/ML MASTERY
      Deep Learning
        Computer Vision
        Natural Language Processing
        Reinforcement Learning
      Machine Learning
        Supervised Learning
        Unsupervised Learning
        Model Optimization
    ๐Ÿ’ป DEVELOPMENT
      Full Stack
        Frontend Frameworks
        Backend Systems
        Database Design
      Mobile Development
        Flutter/Dart
        Cross-platform Apps
    โ˜๏ธ FUTURE TECH
      Cloud Computing
        AWS/GCP
        Distributed Systems
      DevOps
        CI/CD Pipelines
        Container Orchestration
    ๐ŸŽ“ SOFT SKILLS
      Leadership
      Communication
      Problem Solving
Loading

๐Ÿ“ˆ SKILL PROGRESSION MATRIX

๐ŸŽฏ Technology Domain ๐Ÿ“Š Current Level ๐Ÿš€ Next Milestone ๐ŸŽฏ Target Mastery
๐Ÿง  Deep Learning โ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–‘โ–‘ 80% Advanced Architectures Neural Network Expert
๐Ÿ‘๏ธ Computer Vision โ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–‘โ–‘โ–‘โ–‘ 60% Real-time Processing Vision AI Specialist
๐Ÿ—ฃ๏ธ Natural Language Processing โ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–‘โ–‘โ–‘โ–‘โ–‘ 50% Transformer Models Language AI Master
โ˜๏ธ Cloud Computing โ–ˆโ–ˆโ–ˆโ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘ 30% AWS Certification Cloud Architect

๐ŸŒ CONNECT & COLLABORATE HUB

"Let's Build the Future Together!"

๐Ÿค READY TO CREATE SOMETHING AMAZING?

Collaboration Message
Portfolio
Explore My Digital World
Email
Direct Professional Contact
Instagram
Behind the Scenes
Telegram
Instant Communication

๐ŸŽฏ CURRENTLY SEEKING


๐Ÿ’ญ PHILOSOPHY & INSPIRATION

Programming Quote

๐ŸŒŸ MY CORE BELIEFS

"The future belongs to those who learn, adapt, and create. Every line of code is a step toward building tomorrow's solutions, and every challenge is an opportunity to grow stronger."

๐ŸŽฏ Mission: Create AI technology that serves humanity and solves real-world problems

๐Ÿ’ก Vision: A world where intelligent machines and humans collaborate to build a better future

โšก Values: Innovation โ€ข Integrity โ€ข Impact โ€ข Inclusion


๐ŸŽฎ ๐ŸŽ‰ CLICK HERE FOR SOME FUN FACTS & EASTER EGGS! ๐ŸŽ‰

๐ŸŽฏ THE CODING JOURNEY IN NUMBERS

๐ŸŽ‚ Started coding at: 15 years old
๐Ÿš€ First AI project: Sign Language Translator
โ˜• Coffee to code ratio: 1:3 (sustainable fuel!)
๐ŸŒ™ Favorite coding time: Late night (when the world sleeps, I code)
๐ŸŽต Coding playlist: Lo-fi beats + epic soundtracks
๐Ÿ› Biggest debugging session: 6 hours (worth every minute!)
๐Ÿ’ก Eureka moments per month: ~5 (those "aha!" feelings)
๐ŸŽฏ Current goal: Master Computer Vision by year-end
๐Ÿ† Dream achievement: Create AI that changes lives
๐ŸŒŸ Personal motto: "Code today, shape tomorrow"

๐ŸŽจ PERSONALITY MATRIX

  • ๐Ÿง  Problem Solver: Love breaking down complex challenges
  • ๐ŸŽฏ Goal-Oriented: Always working toward the next milestone
  • ๐Ÿค Team Player: Believe in collaborative innovation
  • ๐Ÿ“š Lifelong Learner: Curiosity is my superpower
  • ๐Ÿš€ Visionary: Always thinking about what's possible
  • ๐Ÿ’ก Creative Thinker: Finding unique solutions to old problems

๐ŸŽช RANDOM FUN FACTS

  • ๐ŸŽฎ Can code for 8+ hours straight (with proper breaks!)
  • ๐Ÿงฉ Love solving algorithmic puzzles in spare time
  • ๐ŸŽจ Secretly dream of creating AI-generated art
  • ๐ŸŒฑ Growing a small indoor plant collection (they're great debugging companions)
  • ๐ŸŽฌ Favorite movies: Sci-fi and tech thrillers
  • ๐Ÿ“– Currently reading: "Deep Learning" by Ian Goodfellow

Thank You Message
๐ŸŒŸ "In a world of algorithms, be the one who writes them with purpose!" ๐ŸŒŸ

Pinned Loading

  1. aryanvasudev/Sign-Language-Translator-Fingerspelling-Detector aryanvasudev/Sign-Language-Translator-Fingerspelling-Detector Public

    This project provides an ASL translator that detects and converts finger spelling to text, text to finger spelling, and includes a speech system for audible output. Designed for real-time use, it bโ€ฆ

    Python 2

  2. Real-Time-FaceRecognition-Attendance-Recorder Real-Time-FaceRecognition-Attendance-Recorder Public

    A cutting-edge, AI-powered tool that uses facial recognition to automate attendance tracking. This project utilizes advanced machine learning and computer vision techniques to deliver a seamless, rโ€ฆ

    Python 1

  3. Automatic-File-Sorting-System Automatic-File-Sorting-System Public

    An efficient tool to automatically organize your files into folders based on type, extension, or custom rules. Perfect for keeping your directories tidy without manual effort.

    HTML 1

  4. YT-Video-Downloader YT-Video-Downloader Public

    A modern, full-stack web application that allows you to download YouTube videos and generate AI-powered summaries and transcripts with a beautiful, responsive user interface.

    CSS 1