Skip to content
View utkarshtyagi-253's full-sized avatar
🎯
Focusing
🎯
Focusing

Block or report utkarshtyagi-253

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
utkarshtyagi-253/README.md

🧑‍💻 About Me

class UtkarshTyagi:
    def __init__(self):
        self.name         = "Utkarsh Tyagi"
        self.location     = "Jaipur, Rajasthan 🇮🇳"
        self.university   = "LNMIIT, Jaipur | B.Tech (2024 → 2028)"
        self.roles        = ["Full-Stack Developer", "AI/ML Engineer", "IoT Explorer"]
        self.languages    = ["Python", "C/C++", "JavaScript", "SQL"]
        self.interests    = ["Deep Learning", "NLP", "Real-Time Systems", "Chess Bots 🤖"]
        self.currently    = "Building intelligent systems & exploring LLMs + LangChain"
        self.fun_fact     = "I trained a chess bot to beat me 🤦"

    def say_hi(self):
        print("Thanks for dropping by! Let's build something amazing together 🚀")

me = UtkarshTyagi()
me.say_hi()

🛠️ Tech Stack

💻 Languages & CS Fundamentals

Python C++ C JavaScript SQL DSA OOP DBMS Computer Networks OS IoT

🌐 Web & Frameworks

React Node.js Express.js FastAPI Flask TailwindCSS

🗄️ Databases

MongoDB MySQL

🤖 AI / ML / DL

TensorFlow Keras scikit-learn LangChain HuggingFace

⚙️ Tools & Platforms

Git GitHub Streamlit WebSocket VS Code Linux


📊 GitHub Stats


🚀 Featured Projects

🗂️ Project 📝 Description 🛠️ Stack
Chat-System Scalable real-time chat with live messaging, typing indicators & online tracking FastAPI · WebSockets · MongoDB
🧠 Neural Chess Bot A CNN-powered chess bot that sees the board — beats beginners reliably Python · Keras · Node.js
Electricity Price Predictor ML model predicting electricity production cost; deployed live on Streamlit Python · XGBoost · Streamlit
🏛️ Lecture Hall Booking System Admin & user portal for managing lecture hall event schedules HTML · CSS · JS

🐍 Contribution Snake

github-snake

💬 Let's Connect

GitHub LinkedIn Email


"I am smart enough to know I am dumb."richard feynman


Pinned Loading

  1. Chat-System Chat-System Public

    A scalable real-time chat backend and frontend built using FastAPI, WebSockets, and MongoDB, featuring live messaging, typing indicators, and online user tracking.

    Python

  2. Electricity-price-predictor Electricity-price-predictor Public

    In this project I have created a machine learning model using Xgboost where I am predicting the cost in production of electricity and i have deployed this using Streamlit

    Python

  3. Lecture-Hall-booking-system Lecture-Hall-booking-system Public

    in this repository i have created a system where admin can update the events and user can access the event schedule and user can access it by creating an account

    HTML

  4. neural-chess-bot neural-chess-bot Public

    A deep learning chess bot that 'sees' the board using CNNs. Full-stack implementation using Python, Node.js, and Keras.

    Python